Home
last modified time | relevance | path

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

1234

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dwcstoull.c33 unsigned long long ull; in wcstoull_0100() local
36 TEST(ull, wcstoull(s = L"250068492", &c, 10), 250068492ULL, "expect unsigned %llu != %llu"); in wcstoull_0100()
46 unsigned long long ull; in wcstoull_0200() local
49 TEST(ull, wcstoull(s = L"7b06af00", &c, 16), 2064035584ULL, "expect unsigned %llu != %llu"); in wcstoull_0200()
59 unsigned long long ull; in wcstoull_0300() local
62 …TEST(ull, wcstoull(s = L"1100011011110101010001100000", &c, 2), 208622688ULL, "expect unsigned %ll… in wcstoull_0300()
72 unsigned long long ull; in wcstoull_0400() local
75 TEST(ull, wcstoull(s = L"0x6fffff", &c, 0), 7340031ULL, "expect unsigned %llu != %llu"); in wcstoull_0400()
86 unsigned long long ull; in wcstoull_0500() local
89 …TEST(ull, wcstoull(s = L"18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught overflo… in wcstoull_0500()
[all …]
/third_party/mesa3d/src/imagination/csbgen/
Dpvr_packet_helpers.h66 return (~0ull >> (64 - (end - start + 1))) << start; in __pvr_mbo()
89 const uint64_t mask = ~0ull >> (64 - width); in __pvr_uint_unpack()
109 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint()
118 const uint64_t mask = ~0ull >> (64 - width); in __pvr_sint_unpack()
130 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset()
144 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_offset_unpack()
159 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_address()
170 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __pvr_address_unpack()
202 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); in __pvr_sfixed()
/third_party/musl/libc-test/src/functional/
Dstrtol.c27 unsigned long long ull; in main() local
96 …TEST(ull, strtoull(s="18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught overflow %… in main()
99 TEST(ull, strtoull(s="-1", &c, 0), -1ULL, "rejected negative %llu != %llu"); in main()
102 TEST(ull, strtoull(s="-2", &c, 0), -2ULL, "rejected negative %llu != %llu"); in main()
105 …TEST(ull, strtoull(s="-9223372036854775808", &c, 0), -9223372036854775808ULL, "rejected negative %… in main()
108 …TEST(ull, strtoull(s="-9223372036854775809", &c, 0), -9223372036854775809ULL, "rejected negative %… in main()
111 …TEST(ull, strtoull(s="-18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught negative … in main()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dnocast.c94 unsigned long long ull = 1; in implicit_assign_to() local
99 t = ull; in implicit_assign_to()
107 unsigned long long ull = 1; in bad_implicit_arg_to() local
112 use_val(ull); in bad_implicit_arg_to()
/third_party/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h65 return (~0ull >> (64 - (end - start + 1))) << start; in __gen_mbo()
99 const uint64_t mask = ~0ull >> (64 - width); in __gen_sint()
109 uint64_t mask = (~0ull >> (64 - (end - start + 1))) << start; in __gen_offset()
138 const uint64_t mask = ~0ull >> (64 - (end - start + 1)); in __gen_sfixed()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c693 unsigned long long ull = lws_now_secs(); in test_jws_ES512() local
705 "\"sub\":\"manage\"}", ull, in test_jws_ES512()
706 ull - 60, ull + (30 * 24 * 3600) in test_jws_ES512()
891 unsigned long long ull = lws_now_secs(); in test_jwt_RS256() local
914 "\"sub\":\"manage\"}", ull, in test_jwt_RS256()
915 ull - 60, ull + (30 * 24 * 3600) in test_jwt_RS256()
/third_party/mesa3d/src/intel/dev/
Dintel_debug.h93 #define DEBUG_ANY (~0ull)
95 #define DEBUG_ANY (~0ull)
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1052 unsigned long long ull; in show_buffer_under_overrun_page() local
1099 if (k > sizeof(ull)) { in show_buffer_under_overrun_page()
1100 xp += (k - sizeof(ull)); in show_buffer_under_overrun_page()
1101 k = sizeof(ull); in show_buffer_under_overrun_page()
1103 ull = 0; in show_buffer_under_overrun_page()
1106 ull <<= 8; in show_buffer_under_overrun_page()
1107 ull |= xp[j]; in show_buffer_under_overrun_page()
1109 printf(" = %llu\n", ull); in show_buffer_under_overrun_page()
1120 unsigned long long ull; in show_error_counter_page() local
1173 if (k > sizeof(ull)) { in show_error_counter_page()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c80 ice->state.dirty = ~0ull; in iris_lost_context_state()
81 ice->state.stage_dirty = ~0ull; in iris_lost_context_state()
87 batch->last_binder_address = ~0ull; in iris_lost_context_state()
Diris_bufmgr.c427 if (address == 0ull) in vma_free()
936 bo->address = 0ull; in alloc_bo_from_cache()
1118 if (bo->address == 0ull) { in iris_bo_alloc()
1123 if (bo->address == 0ull) in iris_bo_alloc()
1212 if (bo->address == 0ull) in iris_bo_create_userptr()
1290 if (bo->address == 0ull) { in iris_bo_gem_create_from_name()
1930 if (bo->address == 0ull) { in iris_bo_import_dmabuf()
2295 if (bo->address == 0ull) { in intel_aux_map_buffer_alloc()
2421 STATIC_ASSERT(IRIS_MEMZONE_SHADER_START == 0ull); in iris_bufmgr_create()
Diris_measure.c181 batch->measure->bo, index * sizeof(uint64_t), 0ull); in measure_start_snapshot()
217 index * sizeof(uint64_t), 0ull); in measure_end_snapshot()
Diris_utrace.c56 bo, idx * sizeof(uint64_t), 0ull); in iris_utrace_record_ts()
/third_party/mesa3d/src/intel/common/
Dmi_builder.h828 return mi_imm(mi_value_to_u64(src0) == mi_value_to_u64(src1) ? ~0ull : 0); in mi_ieq()
839 return mi_imm(mi_value_to_u64(src0) != mi_value_to_u64(src1) ? ~0ull : 0); in mi_ine()
850 return mi_imm(mi_value_to_u64(src0) < mi_value_to_u64(src1) ? ~0ull : 0); in mi_ult()
861 return mi_imm(mi_value_to_u64(src0) >= mi_value_to_u64(src1) ? ~0ull : 0); in mi_uge()
882 return mi_imm(mi_value_to_u64(src) != 0 ? ~0ull : 0); in mi_nz()
892 return mi_imm(mi_value_to_u64(src) == 0 ? ~0ull : 0); in mi_z()
1289 assert(mi_value_to_u64(cond) == ~0ull); in mi_goto_if()
/third_party/mesa3d/src/util/
Dfast_urem_by_const.h38 ((uint64_t) ~0ull / (divisor) + 1)
Dbitscan.h198 if (*mask == ~0ull) { in u_bit_scan_consecutive_range64()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1680 unsigned long long ull; in lws_jwt_sign_token_set_http_cookie() local
1688 ull = lws_now_secs(); in lws_jwt_sign_token_set_http_cookie()
1694 i->iss, i->aud, ull, ull - 60, in lws_jwt_sign_token_set_http_cookie()
1695 ull + i->expiry_unix_time, in lws_jwt_sign_token_set_http_cookie()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_pipe.c149 if (!v3d_bo_wait(pquery->bo, ~0ull, "query")) in v3d_get_query_result_pipe()
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi4421 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
4423ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::TwoLevelByteMap<2048ull
5659 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5660 …l, 140737488355328ull, 16ul, __sanitizer::SizeClassMap&lt;17ul, 64ul, 14ul&gt;, 24ul, __sanitizer:…
5662 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5665 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5669 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5673 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5679 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
5683 …32<0ul, 140737488355328ull, 16ul, __sanitizer::SizeClassMap<17ul, 64ul, 14ul>, 24ul, __sanitizer::…
[all …]
/third_party/EGL/api/
Dregistry.rnc91 # type - "u" (unsigned), "ull" (uint64), or integer if not present
259 # TypeSuffix is a C numeric type suffix, e.g. 'u' or 'ull'
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c482 uint64_t dst_va = (dst ? dst->gpu_address : 0ull) + dst_offset; in si_cp_copy_data()
483 uint64_t src_va = (src ? src->gpu_address : 0ull) + src_offset; in si_cp_copy_data()
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil_unittest.cc817 const unsigned long long ull = 8; // NOLINT(runtime/int) in TEST() local
829 answer = StrCat(ll, ull); in TEST()
/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h270 ~0ull : (1ull << dest_bit_size) - 1; in nir_get_clamp_limits()
318 ~0ull : (1ull << src_bit_size) - 1; in nir_get_clamp_limits()
Dnir_lower_subgroups.c455 return build_ballot_imm_ishl(b, ~0ull, subgroup_idx, options); in build_subgroup_ge_mask()
480 nir_ushr(b, nir_imm_intN_t(b, ~0ull, options->ballot_bit_size), in build_subgroup_mask()
510 nir_pad_vector_imm_int(b, result, ~0ull, options->ballot_components); in build_subgroup_mask()
/third_party/skia/third_party/externals/opengl-registry/xml/
Dregistry.rnc102 # type - "u" (unsigned), "ull" (uint64), or integer if not present
270 # TypeSuffix is a C numeric type suffix, e.g. 'u' or 'ull'
/third_party/openGLES/xml/
Dregistry.rnc103 # type - "u" (unsigned), "ull" (uint64), or integer if not present
278 # TypeSuffix is a C numeric type suffix, e.g. 'u' or 'ull'

1234