Home
last modified time | relevance | path

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

1234

/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()
Diamcu-abi.c9 void fooull(unsigned long long *ull);
29 unsigned long long ull = 2; in testunsignedlonglong() local
30 fooull(&ull); in testunsignedlonglong()
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.c14 unsigned long long ull; variable
376 res_vbll = vec_insert(ull, vbll, si); in test1()
380 res_vull = vec_insert(ull, vull, si); in test1()
1085 res_vull = vec_splats(ull); in test1()
/external/libpcap/
Dpcap-int.h63 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ argument
64 ((ull & 0x00ff000000000000ULL) >> 40) | \
65 ((ull & 0x0000ff0000000000ULL) >> 24) | \
66 ((ull & 0x000000ff00000000ULL) >> 8) | \
67 ((ull & 0x00000000ff000000ULL) << 8) | \
68 ((ull & 0x0000000000ff0000ULL) << 24) | \
69 ((ull & 0x000000000000ff00ULL) << 40) | \
70 ((ull & 0x00000000000000ffULL) << 56)
/external/strace/
Dmpers_test.sh59 unsigned long long ull;
67 unsigned long long ull;
106 uint64_t ull;
114 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/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DAtomics-64.ll14 @ull = common global i64 0
34 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
52 %34 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
70 %52 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
88 %70 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
106 %88 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
124 %106 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
159 %16 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
161 store i64 %17, i64* @ull, align 8
187 %34 = bitcast i8* bitcast (i64* @ull to i8*) to i64*
[all …]
/external/swiftshader/third_party/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/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h59 return (~0ull >> (64 - (end - start + 1))) << start; in __gen_mbo()
93 const uint64_t mask = ~0ull >> (64 - width); in __gen_sint()
103 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __gen_offset()
132 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); in __gen_sfixed()
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_cmds_extra.c1247 uint64_t ull = 0; in sg_ll_read_long10() local
1250 valid = sg_get_sense_info_fld(sense_b, slen, &ull); in sg_ll_read_long10()
1254 *offsetp = (int)(int64_t)ull; in sg_ll_read_long10()
1259 "ili: %d\n", ull, valid, ili); in sg_ll_read_long10()
1340 uint64_t ull = 0; in sg_ll_read_long16() local
1343 valid = sg_get_sense_info_fld(sense_b, slen, &ull); in sg_ll_read_long16()
1347 *offsetp = (int)(int64_t)ull; in sg_ll_read_long16()
1352 "ili: %d\n", ull, (int)valid, (int)ili); in sg_ll_read_long16()
1430 uint64_t ull = 0; in sg_ll_write_long10() local
1433 valid = sg_get_sense_info_fld(sense_b, slen, &ull); in sg_ll_write_long10()
[all …]
/external/openssh/
Dscp.c932 unsigned long long ull; local
996 ull = strtoull(cp, &cp, 10);
999 if ((time_t)ull < 0 ||
1000 (unsigned long long)(time_t)ull != ull)
1002 mtime.tv_sec = ull;
1009 ull = strtoull(cp, &cp, 10);
1012 if ((time_t)ull < 0 ||
1013 (unsigned long long)(time_t)ull != ull)
1015 atime.tv_sec = ull;
/external/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c141 uint64_t group_mask = ~0ull >> (64 - options->subgroup_size); in lower_subgroups_intrin()
150 val = nir_iand(b, nir_ishl(b, nir_imm_intN_t(b, ~0ull, bit_size), count), in lower_subgroups_intrin()
161 val = nir_inot(b, nir_ishl(b, nir_imm_intN_t(b, ~0ull, bit_size), count)); in lower_subgroups_intrin()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dauto_upgrade_nvvm_intrinsics.ll19 declare i64 @llvm.nvvm.max.ull(i64, i64)
23 declare i64 @llvm.nvvm.min.ull(i64, i64)
83 %r4 = call i64 @llvm.nvvm.max.ull(i64 %b1, i64 %b2)
99 %r8 = call i64 @llvm.nvvm.min.ull(i64 %b1, i64 %b2)
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1055 unsigned long long ull; in show_buffer_under_overrun_page() local
1102 if (k > sizeof(ull)) { in show_buffer_under_overrun_page()
1103 xp += (k - sizeof(ull)); in show_buffer_under_overrun_page()
1104 k = sizeof(ull); in show_buffer_under_overrun_page()
1106 ull = 0; in show_buffer_under_overrun_page()
1109 ull <<= 8; in show_buffer_under_overrun_page()
1110 ull |= xp[j]; in show_buffer_under_overrun_page()
1112 printf(" = %llu\n", ull); in show_buffer_under_overrun_page()
1123 unsigned long long ull; in show_error_counter_page() local
1176 if (k > sizeof(ull)) { in show_error_counter_page()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_sol.c182 brw_store_data_imm64(brw, brw_obj->prim_count_bo, TALLY_OFFSET, 0ull); in hsw_begin_transform_feedback()
183 brw_store_data_imm64(brw, brw_obj->prim_count_bo, TALLY_OFFSET + 8, 0ull); in hsw_begin_transform_feedback()
Dbrw_program_cache.c436 brw->ctx.NewDriverState = ~0ull; in brw_clear_cache()
438 brw->state.pipelines[BRW_RENDER_PIPELINE].brw = ~0ull; in brw_clear_cache()
440 brw->state.pipelines[BRW_COMPUTE_PIPELINE].brw = ~0ull; in brw_clear_cache()
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py92 def UINT64_C(c): return __CONCAT__(c,ull)
100 def UINTMAX_C(c): return __CONCAT__(c,ull)
/external/u-boot/include/linux/
Dbitfield.h59 BUILD_BUG_ON_MSG((_mask) > (typeof(_reg))~0ull, \
/external/clang/test/Sema/
Dbuiltin-assume-aligned.c4 a = __builtin_assume_aligned(a, 32, 0ull); in test1()

1234