/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | sysdep-cancel.h | 57 mov %o0, %l1; \ 61 mov %l1, %o0; \ 63 mov -1, %l1; \ 67 restore %g0, %l1, %o0;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | sysdep-cancel.h | 58 mov %o0, %l1; \ 62 mov %l1, %o0; \ 64 mov -1, %l1; \ 68 restore %g0, %l1, %o0;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | sysdep-cancel.h | 46 mov %o0, %l1; \ 50 restore %g0, %l1, %o0; \ 63 st %l1, [%o0]; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | sysdep-cancel.h | 45 mov %o0, %l1; \ 49 restore %g0, %l1, %o0; \ 62 st %l1, [%o0]; \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/ |
A D | strcmp.S | 142 mov 32, %l1 146 sub %l1, %g3, %l1 162 srl %l2, %l1, %l4
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | strlen.S | 63 .l1: label 69 br.cloop.dptk .l1
|
A D | strchr.S | 64 .l1: label 71 br.cloop.sptk .l1
|
A D | memchr.S | 81 .l1: label 86 br.cloop.sptk .l1 ;;
|
A D | strcpy.S | 75 .l1: /* copy -dest % 8 bytes */ label 81 br.cloop.dptk .l1 ;;
|
A D | memcpy.S | 270 .l1: /* ------------------------------- L1: Everything a multiple of 8 */ label 289 br.ctop.dptk.many .l1 292 .l1: /* ------------------------------- L1: Everything a multiple of 8 */ label 313 br.ctop.dptk.many .l1
|
A D | memcmp.S | 84 .l1: /* copy -dest % 8 bytes */ label 90 br.cloop.dptk .l1
|
A D | memccpy.S | 97 .l1: /* copy -dest % 8 bytes */ label 103 br.cloop.dptk .l1
|
A D | memmove.S | 146 .l1: /* copy -dest % 8 bytes */ label 150 br.cloop.dptk .l1
|
A D | strncpy.S | 80 .l1: /* copy -dest % 8 bytes */ label 85 br.cloop.dptk .l1 ;;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | collate-test.c | 128 const struct lines *l1 = (const struct lines *) ptr1; local 131 return strcoll (l1->key, l2->key);
|
A D | xfrm-test.c | 139 const struct lines *l1 = (const struct lines *) ptr1; local 142 return strcmp (l1->xfrm, l2->xfrm);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sys/ |
A D | user.h | 14 long l0, l1, l2, l3; member
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstrlib.c | 673 static const char *lmemfind (const char *s1, size_t l1, in lmemfind() argument 676 else if (l2 > l1) return NULL; /* avoids a negative 'l1' */ in lmemfind() 680 l1 = l1-l2; /* 's2' cannot be found after that */ in lmemfind() 681 while (l1 > 0 && (init = (const char *)memchr(s1, *s2, l1)) != NULL) { in lmemfind() 686 l1 -= init-s1; in lmemfind()
|
A D | lcode.h | 91 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
|
A D | lcode.c | 180 void luaK_concat (FuncState *fs, int *l1, int l2) { in luaK_concat() argument 182 else if (*l1 == NO_JUMP) /* no original list? */ in luaK_concat() 183 *l1 = l2; /* 'l1' points to 'l2' */ in luaK_concat() 185 int list = *l1; in luaK_concat()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | symbol.c | 970 int l1, l2; in sym_rel_comp() local 981 l1 = s1->eo - s1->so; in sym_rel_comp() 983 if (l1 == strlen(s1->sym->name) && l2 != strlen(s2->sym->name)) in sym_rel_comp() 985 if (l1 != strlen(s1->sym->name) && l2 == strlen(s2->sym->name)) in sym_rel_comp()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_collate.c | 1980 ll_item_t *l1; in do_reorder_after() 1983 l1 = new_ll_item(DT_REORDER, cur_section); in do_reorder_after() 1985 insque(l1, l2); in do_reorder_after() 1988 verbose_msg(VDETAIL, "reorder_after %p %p %p %s\n", l1, l2, l3, cur_section->name); in do_reorder_after()
|