Searched refs:org (Results 1 – 25 of 1589) sorted by relevance
12345678910>>...64
30 E: andersen@codepoet.org31 W: http://www.arm.linux.org.uk/40 W: http://avr32linux.org/47 W: http://blackfin.uclinux.org/80 E: andersen@codepoet.org98 E: andersen@codepoet.org99 W: http://www.linux-mips.org110 W: http://penguinppc.org/116 E: lethal@linux-sh.org117 W: http://www.linux-sh.org[all …]
5 testsuite results for each architecture on uclibc.org.43 TOC: http://www.opengroup.org/onlinepubs/9699919799/xrat/contents.html44 …shell (busybox): http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xcu_chap01.html#tag_22_01_…46 http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xbd_chap13.html#tag_21_13_0247 http://www.opengroup.org/onlinepubs/9699919799/xrat/V4_xsh_chap01.html#tag_23_01_01118 update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538)
24 // <http://www.gnu.org/licenses/>.31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC11874 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC11891 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
24 // <http://www.gnu.org/licenses/>.31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.60 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC11874 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
62 struct expr *expr_copy(const struct expr *org) in expr_copy() argument66 if (!org) in expr_copy()69 e = xmalloc(sizeof(*org)); in expr_copy()70 memcpy(e, org, sizeof(*org)); in expr_copy()71 switch (org->type) { in expr_copy()73 e->left = org->left; in expr_copy()76 e->left.expr = expr_copy(org->left.expr); in expr_copy()80 e->left.sym = org->left.sym; in expr_copy()81 e->right.sym = org->right.sym; in expr_copy()86 e->left.expr = expr_copy(org->left.expr); in expr_copy()[all …]
3 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
24 // <http://www.gnu.org/licenses/>.52 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118129 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
24 // <http://www.gnu.org/licenses/>.31 * http://gcc.gnu.org/onlinedocs/libstdc++/18_support/howto.html#4 for more.65 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC11879 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
24 // <http://www.gnu.org/licenses/>.52 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118128 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
24 // <http://www.gnu.org/licenses/>.59 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118139 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
24 // <http://www.gnu.org/licenses/>.31 * https://gcc.gnu.org/onlinedocs/libstdc++/manual/dynamic_memory.html66 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC11880 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118
24 // <http://www.gnu.org/licenses/>.56 // http://gcc.gnu.org/onlinedocs/gcc-3.0.2/gcc_6.html#SEC118133 * http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt02ch06s02.html
Completed in 16 milliseconds