/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/ |
A D | strcmp.S | 143 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 D | tst-xlocale2.c | 13 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 D | collate-test.c | 129 const struct lines *l2 = (const struct lines *) ptr2; local 131 return strcoll (l1->key, l2->key);
|
A D | xfrm-test.c | 140 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 D | crti.S | 10 add .l2 -8, B15, B15 16 add .l2 -8, B15, B15
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | strlen.S | 75 .l2: ld8.s val2 = [str], 8 /* don't bomb out here */ label 83 br.cond.dptk .l2
|
A D | strchr.S | 76 .l2: label 90 br.cond.dptk .l2
|
A D | memchr.S | 96 .l2: label 103 br.ctop.dptk .l2
|
A D | strcpy.S | 96 .l2: label 111 br.ctop.dptk .l2 ;;
|
A D | memcmp.S | 111 .l2: label 119 br.ctop.sptk .l2
|
A D | memccpy.S | 122 .l2: label 134 br.ctop.sptk .l2
|
A D | strncpy.S | 105 .l2: label 121 br.ctop.dptk .l2 ;;
|
A D | bzero.S | 219 .l2: /* ----------------------------- L2A: store 32B in 2 cycles */ label 226 br.cloop.dptk.many .l2
|
A D | memset.S | 300 .l2: /* ---------------------------- L2A: store 32B in 2 cycles */ label 307 br.cloop.dptk.many .l2
|
A D | memcpy.S | 332 .l2: /* ------------------------------- L2: Max 4 words copied separately */ label 340 br.cloop.dptk.few .l2
|
/l4re-core-master/moe/server/src/ |
A D | dataspace_noncont.cc | 238 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 D | user.h | 14 long l0, l1, l2, l3; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/ |
A D | gen_collate.c | 1981 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 D | lstrlib.c | 674 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 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 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 D | symbol.c | 970 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()
|