Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 17 of 17) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cancel7.c130 long long ll; in do_test() local
131 if (fscanf (f, "%lld\n", &ll) != 1) in do_test()
155 if (fl.l_pid == ll) in do_test()
174 long long ll;
176 if (f != NULL && fscanf (f, "%lld\n", &ll) == 1)
186 && fl.l_pid == ll)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/
A Dfloatlib.h76 #define MANTD_LL(fp) ((fp.ll & (HIDDEND_LL-1)) | HIDDEND_LL)
93 long long ll; member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Duint128_t.h142 const uint64_t ll = xl * yl; in umul64_64_128() local
146 const uint64_t m = (ll >> 32) + lh + (hl & 0xffffffff); in umul64_64_128()
147 const uint64_t l = (ll & 0xffffffff ) | (m << 32); in umul64_64_128()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/mips/
A Dpthread_spin_lock.S27 1: ll a2, 0(a0)
A Dpthread_spin_trylock.S29 ll a2, 0(a0)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A D__longjmp.S36 ; The way we'll do this is by executing
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c327 long long ll; in vfprintf() member
461 intarg.ll = va_arg(ap, long long); in vfprintf()
462 argptr = &intarg.ll; in vfprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A DREADME12 you'll have to either write a converter to account for endianess and
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/soft-fp/
A Dlonglong.h182 __w.ll = __umulsidi3 (u, v); \
1253 __w.ll = __builtin_umulsidi3 (u, v); \
1364 __w.ll; })
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dcy_GB4 % a b c ch d dd e f ff g ng h i l ll m n o p ph r rh s t th u w y
/l4re-core-master/lua/lib/contrib/src/
A Dlvm.c377 size_t ll = tsslen(ls); in l_strcmp() local
387 return (len == ll) ? 0 : 1; /* check 'ls' */ in l_strcmp()
388 else if (len == ll) /* 'ls' is finished? */ in l_strcmp()
392 l += len; ll -= len; r += len; lr -= len; in l_strcmp()
A Dlparser.c599 Labellist *ll = &ls->dyd->label; in createlabel() local
600 int l = newlabelentry(ls, ll, name, line, luaK_getlabel(fs)); in createlabel()
603 ll->arr[l].nactvar = fs->bl->nactvar; in createlabel()
605 if (solvegotos(ls, &ll->arr[l])) { /* need close? */ in createlabel()
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DPORTING125 then you'll need to teach ldd a little. generally, the fallback code
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in.arch214 If you don't set this, we'll assume the toolchain can find them.
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.lex.c_shipped758 /* The intent behind this definition is that it'll catch
1418 * YY_NULL, it'll still work - another
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dlibm-test.inc3525 TEST_f_L (llround, 34359738368.5, 34359738369ll);
3526 TEST_f_L (llround, -34359738368.5, -34359738369ll);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog2775 reader preference is needed we'll introduce another type.

Completed in 76 milliseconds