Home
last modified time | relevance | path

Searched refs:l1 (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dsysdep-cancel.h57 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 Dsysdep-cancel.h58 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 Dsysdep-cancel.h46 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 Dsysdep-cancel.h45 mov %o0, %l1; \
49 restore %g0, %l1, %o0; \
62 st %l1, [%o0]; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dstrcmp.S142 mov 32, %l1
146 sub %l1, %g3, %l1
162 srl %l2, %l1, %l4
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dstrlen.S63 .l1: label
69 br.cloop.dptk .l1
A Dstrchr.S64 .l1: label
71 br.cloop.sptk .l1
A Dmemchr.S81 .l1: label
86 br.cloop.sptk .l1 ;;
A Dstrcpy.S75 .l1: /* copy -dest % 8 bytes */ label
81 br.cloop.dptk .l1 ;;
A Dmemcpy.S270 .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 Dmemcmp.S84 .l1: /* copy -dest % 8 bytes */ label
90 br.cloop.dptk .l1
A Dmemccpy.S97 .l1: /* copy -dest % 8 bytes */ label
103 br.cloop.dptk .l1
A Dmemmove.S146 .l1: /* copy -dest % 8 bytes */ label
150 br.cloop.dptk .l1
A Dstrncpy.S80 .l1: /* copy -dest % 8 bytes */ label
85 br.cloop.dptk .l1 ;;
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dcollate-test.c128 const struct lines *l1 = (const struct lines *) ptr1; local
131 return strcoll (l1->key, l2->key);
A Dxfrm-test.c139 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 Duser.h14 long l0, l1, l2, l3; member
/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c673 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 Dlcode.h91 LUAI_FUNC void luaK_concat (FuncState *fs, int *l1, int l2);
A Dlcode.c180 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 Dsymbol.c970 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 Dgen_collate.c1980 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()

Completed in 35 milliseconds