Home
last modified time | relevance | path

Searched refs:ull (Results 1 – 25 of 35) sorted by relevance

12

/external/clang/test/CodeGen/
DAtomics.c12 unsigned long long ull; variable
23 (void) __sync_fetch_and_add (&ull, 1); // CHECK: atomicrmw add i64 in test_op_ignore()
32 (void) __sync_fetch_and_sub (&ull, 1); // CHECK: atomicrmw sub i64 in test_op_ignore()
41 (void) __sync_fetch_and_or (&ull, 1); // CHECK: atomicrmw or i64 in test_op_ignore()
50 (void) __sync_fetch_and_xor (&ull, 1); // CHECK: atomicrmw xor i64 in test_op_ignore()
59 (void) __sync_fetch_and_nand (&ull, 1); // CHECK: atomicrmw nand i64 in test_op_ignore()
68 (void) __sync_fetch_and_and (&ull, 1); // CHECK: atomicrmw and i64 in test_op_ignore()
81 ull = __sync_fetch_and_add (&ull, 11); // CHECK: atomicrmw add in test_fetch_and_op()
90 ull = __sync_fetch_and_sub (&ull, 11); // CHECK: atomicrmw sub in test_fetch_and_op()
99 ull = __sync_fetch_and_or (&ull, 11); // CHECK: atomicrmw or in test_fetch_and_op()
[all …]
Dcomplex-convert.c12 unsigned long long ull, _Complex signed char csc, in foo() argument
146 csc1 = ull; in foo()
176 cuc1 = ull; in foo()
207 csll1 = ull; in foo()
237 cull1 = ull; in foo()
428 csll1 = ull + csc; in foo()
443 cull1 = ull + cuc; in foo()
458 csll1 = ull + csll; in foo()
471 cull1 = ull + cull; in foo()
535 csll1 = csc + ull; in foo()
[all …]
DNontemporal.cpp11 unsigned long long ull; variable
28 __builtin_nontemporal_store(1, &ull); // CHECK: store i64{{.*}}align 8, !nontemporal in test_all_sizes()
42 ull = __builtin_nontemporal_load(&sll); // CHECK: load i64{{.*}}align 8, !nontemporal in test_all_sizes()
43 sll = __builtin_nontemporal_load(&ull); // CHECK: load i64{{.*}}align 8, !nontemporal in test_all_sizes()
Dnvptx-inlineasm-ptx.c12 unsigned long long ull; in constraints() local
34 asm volatile ("mov.b64 %0, %1;" : "=l"(ull) : "l"(ull)); in constraints()
Dbuiltin-assume-aligned.c9 a = __builtin_assume_aligned(a, 32, 0ull); in test1()
Dbuiltins-ppc-p8vector.c13 unsigned long long ull; variable
375 res_vbll = vec_insert(ull, vbll, si); in test1()
379 res_vull = vec_insert(ull, vull, si); in test1()
1084 res_vull = vec_splats(ull); in test1()
/external/libpcap/
Dpcap-int.h59 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \ argument
60 ((ull & 0x00ff000000000000) >> 40) | \
61 ((ull & 0x0000ff0000000000) >> 24) | \
62 ((ull & 0x000000ff00000000) >> 8) | \
63 ((ull & 0x00000000ff000000) << 8) | \
64 ((ull & 0x0000000000ff0000) << 24) | \
65 ((ull & 0x000000000000ff00) << 40) | \
66 ((ull & 0x00000000000000ff) << 56)
74 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ argument
75 ((ull & 0x00ff000000000000LL) >> 40) | \
[all …]
/external/valgrind/memcheck/tests/vbit-test/
Dvbits.c116 case 64: new.bits.u64 = ~0ull; break; in undefined_vbits()
117 case 128: new.bits.u128[0] = ~0ull; in undefined_vbits()
118 new.bits.u128[1] = ~0ull; in undefined_vbits()
120 case 256: new.bits.u256[0] = ~0ull; in undefined_vbits()
121 new.bits.u256[1] = ~0ull; in undefined_vbits()
122 new.bits.u256[2] = ~0ull; in undefined_vbits()
123 new.bits.u256[3] = ~0ull; in undefined_vbits()
269 new.bits.u128[1] = ~0ull; in left_vbits()
276 new.bits.u128[0] = ~0ull; in left_vbits()
286 new.bits.u256[1] = ~0ull; in left_vbits()
[all …]
Dbinary.c272 case 64: val.u64 = ~0ull; break; in all_bits_one_value()
/external/bison/m4/
Dlonglong.m499 unsigned long long int ull = 18446744073709551615ULL;
108 unsigned long long int ullmax = 18446744073709551615ull;
111 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
112 | (ullmax / ull) | (ullmax % ull));]])
Dstdint.m4388 [Define to l, ll, u, ul, ull, etc., as suitable for
408 ull) gltype1='unsigned long long int';;
/external/strace/
Dmpers_test.sh57 unsigned long long ull;
65 unsigned long long ull;
100 uint64_t ull;
108 uint64_t ull;
/external/clang/test/ARCMT/
Dobjcmt-numeric-literals.m71 [NSNumber numberWithChar:2ull];
101 [NSNumber numberWithUnsignedChar:2ull];
131 [NSNumber numberWithShort:2ull];
160 [NSNumber numberWithUnsignedShort:2ull];
189 [NSNumber numberWithInt:2ull];
224 [NSNumber numberWithUnsignedInt:2ull];
253 [NSNumber numberWithLong:2ull];
282 [NSNumber numberWithUnsignedLong:2ull];
311 [NSNumber numberWithLongLong:2ull];
340 [NSNumber numberWithUnsignedLongLong:2ull];
[all …]
Dobjcmt-numeric-literals.m.result71 [NSNumber numberWithChar:2ull];
101 [NSNumber numberWithUnsignedChar:2ull];
131 [NSNumber numberWithShort:2ull];
160 [NSNumber numberWithUnsignedShort:2ull];
333 @2ull;
335 @2ull;
337 @2ull;
338 @2ull;
339 @2ull;
340 @2ull;
[all …]
/external/fio/
Dparse.c455 long long ull, *ullp; in __handle_option() local
516 ret = check_str_time(tmp, &ull, o->is_seconds); in __handle_option()
518 ret = check_str_bytes(tmp, &ull, data); in __handle_option()
520 dprint(FD_PARSE, " ret=%d, out=%llu\n", ret, ull); in __handle_option()
525 if (o->maxval && ull > o->maxval) { in __handle_option()
527 " (%u max)\n", ull, o->maxval); in __handle_option()
530 if (o->minval && ull < o->minval) { in __handle_option()
532 " (%u min)\n", ull, o->minval); in __handle_option()
543 if (vp->oval == ull) { in __handle_option()
549 log_err("fio: value %llu not allowed:\n", ull); in __handle_option()
[all …]
/external/llvm/test/CodeGen/X86/
DAtomics-64.ll15 @ull = common global i64 0
35 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
53 %34 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
71 %52 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
89 %70 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
107 %88 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
125 %106 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
160 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
162 store i64 %17, i64* @ull, align 8
188 %34 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
[all …]
/external/clang/test/Sema/
Dbuiltin-assume-aligned.c4 a = __builtin_assume_aligned(a, 32, 0ull); in test1()
/external/clang/INPUTS/
Dc99-intconst-1.c135 CHECK_SUFull_TYPE(C##ull); \
153 CHECK_SUFull_TYPE(C##ull); \
/external/avahi/avahi-daemon/
Dmain.c567 unsigned long long ull; in parse_usec() local
571 ull = strtoull(s, &e, 0); in parse_usec()
576 k = (AvahiUsec) ull; in parse_usec()
578 if ((unsigned long long) k != ull) in parse_usec()
/external/clang/test/Analysis/
Dnil-receiver-undefined-larger-than-voidptr-ret.m63 unsigned long long ull = [obj unsignedLongLongM];
/external/valgrind/helgrind/
Dlibhb_core.c268 struct { ULong ull; ExeContext* ec; } member
4065 pair.ull = VtsID__indexAt( thr->viW, thr ); in note_local_Kw_n_stack_for()
4080 thr, pair.ull, pair.ec ); in note_local_Kw_n_stack_for()
4086 tl_assert( prevPair->ull <= pair.ull ); in note_local_Kw_n_stack_for()
4096 thr, pair.ull, pair.ec ); in note_local_Kw_n_stack_for()
4104 if (pair1->ull < pair2->ull) return -1; in cmp__ULong_n_EC__by_ULong()
4105 if (pair1->ull > pair2->ull) return 1; in cmp__ULong_n_EC__by_ULong()
5042 key.ull = confTym; in record_race_info()
5071 tl_assert(pair_start->ull < pair_end->ull); in record_race_info()
/external/valgrind/coregrind/
Dm_main.c1602 typedef struct { Addr a; ULong ull; } Addr_n_ULong; member
2246 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/, in valgrind_main()
2250 if (anu.ull > 0) { in valgrind_main()
2371 vg_assert(anl->ull > 0); /* check it's a valid handle */ in valgrind_main()
2380 ? ((Addr_n_ULong*)VG_(indexXA)( addr2dihandle, j ))->ull in valgrind_main()
/external/clang/test/CodeGenObjC/
Darc-literals.m25 id ulllit = @42ull;
/external/ImageMagick/
Daclocal.m4890 unsigned long long int ull = 18446744073709551615ULL;
899 unsigned long long int ullmax = 18446744073709551615ull;
902 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
903 | (ullmax / ull) | (ullmax % ull));]])
/external/llvm/test/CodeGen/PowerPC/
DAtomics-64.ll21 @ull = common global i64 0, align 8
708 %21 = bitcast i8* bitcast (i64* @ull to i8*) to i64*

12