Searched refs:ll (Results 1 – 17 of 17) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-cancel7.c | 130 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 D | floatlib.h | 76 #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 D | uint128_t.h | 142 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 D | pthread_spin_lock.S | 27 1: ll a2, 0(a0)
|
A D | pthread_spin_trylock.S | 29 ll a2, 0(a0)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/ |
A D | __longjmp.S | 36 ; The way we'll do this is by executing
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | old_vfprintf.c | 327 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 D | README | 12 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 D | longlong.h | 182 __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 D | cy_GB | 4 % 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 D | lvm.c | 377 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 D | lparser.c | 599 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 D | PORTING | 125 then you'll need to teach ldd a little. generally, the fallback code
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in.arch | 214 If you don't set this, we'll assume the toolchain can find them.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.lex.c_shipped | 758 /* 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 D | libm-test.inc | 3525 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 D | ChangeLog | 2775 reader preference is needed we'll introduce another type.
|
Completed in 76 milliseconds