Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dstrcmp.S143 ld [%i1], %l2
160 ld [%i1], %l2
162 srl %l2, %l1, %l4
201 ld [%i1], %l2
203 srl %l2, 24, %g5
212 5: ld [%i1], %l2
215 srl %l2, 24, %l6
220 srl %l2, 16, %l6
230 6: ld [%i1], %l2
233 srl %l2, 24, %l6
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/
A Dtst-xlocale2.c13 locale_t l2; in main() local
25 l2 = duplocale (l); in main()
26 if (l2 == NULL) in main()
33 result |= do_test (l2); in main()
A Dcollate-test.c129 const struct lines *l2 = (const struct lines *) ptr2; local
131 return strcoll (l1->key, l2->key);
A Dxfrm-test.c140 const struct lines *l2 = (const struct lines *) ptr2; local
142 return strcmp (l1->xfrm, l2->xfrm);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/
A Dcrti.S10 add .l2 -8, B15, B15
16 add .l2 -8, B15, B15
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/
A Dstrlen.S75 .l2: ld8.s val2 = [str], 8 /* don't bomb out here */ label
83 br.cond.dptk .l2
A Dstrchr.S76 .l2: label
90 br.cond.dptk .l2
A Dmemchr.S96 .l2: label
103 br.ctop.dptk .l2
A Dstrcpy.S96 .l2: label
111 br.ctop.dptk .l2 ;;
A Dmemcmp.S111 .l2: label
119 br.ctop.sptk .l2
A Dmemccpy.S122 .l2: label
134 br.ctop.sptk .l2
A Dstrncpy.S105 .l2: label
121 br.ctop.dptk .l2 ;;
A Dbzero.S219 .l2: /* ----------------------------- L2A: store 32B in 2 cycles */ label
226 br.cloop.dptk.many .l2
A Dmemset.S300 .l2: /* ---------------------------- L2A: store 32B in 2 cycles */ label
307 br.cloop.dptk.many .l2
A Dmemcpy.S332 .l2: /* ------------------------------- L2: Max 4 words copied separately */ label
340 br.cloop.dptk.few .l2
/l4re-core-master/moe/server/src/
A Ddataspace_noncont.cc238 Page *l2() const throw() { return (Page*)(p & ~0xfffUL); } in l2() function in __anon7dd62bb00111::Mem_big::L1
240 { return l2()[idx]; } in operator []()
241 Page *operator * () const throw() { return l2(); } in operator *()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sys/
A Duser.h14 long l0, l1, l2, l3; member
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_collate.c1981 ll_item_t *l2; in do_reorder_after()
1985 insque(l1, l2); in do_reorder_after()
2653 ll_item_t *l2; in finalize_base() local
2797 h2 = l2 = lli; in finalize_base()
2818 assert(l2->data_type & DT_WEIGHTED); in finalize_base()
2820 l2->idx = i + r; in finalize_base()
2825 } while ((l2 = l2->next) != h2); in finalize_base()
2877 assert(l2->data_type & DT_WEIGHTED); in finalize_base()
2878 assert(l2->idx == INT_MIN); in finalize_base()
2879 l2->idx = ++i; in finalize_base()
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dlstrlib.c674 const char *s2, size_t l2) { in lmemfind() argument
675 if (l2 == 0) return s1; /* empty strings are everywhere */ in lmemfind()
676 else if (l2 > l1) return NULL; /* avoids a negative 'l1' */ in lmemfind()
679 l2--; /* 1st char will be checked by 'memchr' */ in lmemfind()
680 l1 = l1-l2; /* 's2' cannot be found after that */ in lmemfind()
683 if (memcmp(init, s2+1, l2) == 0) 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
181 if (l2 == NO_JUMP) return; /* nothing to concatenate? */ in luaK_concat()
183 *l1 = l2; /* 'l1' points to 'l2' */ in luaK_concat()
189 fixjump(fs, list, l2); /* last element links to 'l2' */ in luaK_concat()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dsymbol.c970 int l1, l2; in sym_rel_comp() local
982 l2 = s2->eo - s2->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()

Completed in 43 milliseconds