Searched defs:ull (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A DAtomics.c12 unsigned long long ull; variable
23 (void) __sync_fetch_and_add (&ull, 1); // CHECK: atomicrmw add i64
32 (void) __sync_fetch_and_sub (&ull, 1); // CHECK: atomicrmw sub i64
41 (void) __sync_fetch_and_or (&ull, 1); // CHECK: atomicrmw or i64
50 (void) __sync_fetch_and_xor (&ull, 1); // CHECK: atomicrmw xor i64
59 (void) __sync_fetch_and_and (&ull, 1); // CHECK: atomicrmw and i64
72 ull = __sync_fetch_and_add (&ull, 11); // CHECK: atomicrmw add
81 ull = __sync_fetch_and_sub (&ull, 1
[all...]
/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c506 typedef unsigned long long ull; typedef
510 //ull _mask_array[26];
513 ull _mask8_0;
514 ull _mask16_0, _mask16_1;
515 ull _mask24_0, _mask24_1, _mask24_2;
516 ull _mask32_0, _mask32_1, _mask32_2, _mask32_3;
517 ull _mask48_0, _mask48_1, _mask48_2, _mask48_3, _mask48_4, _mask48_5;
520 ull _amask5_3_0, _amask7_1_0; // was _const4 and _const6, respectively
523 ull _LBCarryMask, _HBClearMask;
524 ull _amask0_8_
[all...]
/external/valgrind/main/coregrind/
H A Dm_main.c1415 typedef struct { Addr a; ULong ull; } Addr_n_ULong; member in struct:__anon14253
1938 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/,
1940 /* anu.ull holds the debuginfo handle returned by di_notify_mmap,
1942 if (anu.ull > 0) {
2079 tl_assert(anl->ull > 0); /* check it's a valid handle */
2088 ? ((Addr_n_ULong*)VG_(indexXA)( addr2dihandle, j ))->ull
/external/libppp/src/
H A Dcommand.c483 substull(char *tgt, const char *oldstr, unsigned long long ull) argument
487 snprintf(buf, sizeof buf, "%llu", ull);
/external/valgrind/main/helgrind/
H A Dlibhb_core.c263 struct { ULong ull; ExeContext* ec; } member in struct:__anon14529
3711 pair.ull = VtsID__indexAt( thr->viW, thr );
3726 thr, pair.ull, pair.ec );
3732 tl_assert( prevPair->ull <= pair.ull );
3742 thr, pair.ull, pair.ec );
3749 if (pair1->ull < pair2->ull) return -1;
3750 if (pair1->ull > pair2->ull) retur
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c2164 unsigned long long ull;
7310 sprintf(p, "%llu", cv->ull);
9139 tokc.ull = n;
10490 ll = vtop->c.ull;
10619 vtop[-1].c.ui = vtop->c.ull;
10620 vtop->c.ui = vtop->c.ull >> 32;
2162 unsigned long long ull; member in union:CValue

Completed in 292 milliseconds