/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | wcstoull.c | 33 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/musl/libc-test/src/functional/ |
D | strtol.c | 27 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/ |
D | nocast.c | 94 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/ |
D | v3d_packet_helpers.h | 65 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/ |
D | jws.c | 693 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/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_extra.c | 1247 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 …]
|
D | sg_lib.c | 331 uint64_t ull; in sg_get_sense_info_fld() local 347 ull = sg_get_unaligned_be64(bp + 4); in sg_get_sense_info_fld() 349 *info_outp = ull; in sg_get_sense_info_fld() 526 uint64_t ull; in sg_decode_transportid_str() local 613 ull = sg_get_unaligned_be64(bp + 4); in sg_decode_transportid_str() 615 lip, ull); in sg_decode_transportid_str() 1238 uint64_t ull; in uds_referral_descriptor_str() local 1255 ull = sg_get_unaligned_be64(dp + 4); in uds_referral_descriptor_str() 1257 lip, ull); in uds_referral_descriptor_str() 1258 ull = sg_get_unaligned_be64(dp + 12); in uds_referral_descriptor_str() [all …]
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 1055 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 …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | hsw_sol.c | 183 brw_store_data_imm64(brw, brw_obj->prim_count_bo, TALLY_OFFSET, 0ull); in hsw_begin_transform_feedback() 184 brw_store_data_imm64(brw, brw_obj->prim_count_bo, TALLY_OFFSET + 8, 0ull); in hsw_begin_transform_feedback()
|
D | brw_bufmgr.c | 323 return 0ull; in bucket_vma_alloc() 337 assert((node->bitmap & (1ull << bit)) != 0ull); in bucket_vma_alloc() 343 if (node->bitmap == 0ull) { in bucket_vma_alloc() 383 node->bitmap = 0ull; in bucket_vma_free() 387 assert((node->bitmap & (1ull << bit)) == 0ull); in bucket_vma_free() 459 if (address == 0ull) in vma_free() 629 bo->gtt_offset = 0ull; in bo_alloc_internal() 682 if ((bo->kflags & EXEC_OBJECT_PINNED) && bo->gtt_offset == 0ull) { in bo_alloc_internal() 685 if (bo->gtt_offset == 0ull) in bo_alloc_internal()
|
D | brw_program_cache.c | 425 brw->ctx.NewDriverState = ~0ull; in brw_clear_cache() 427 brw->state.pipelines[BRW_RENDER_PIPELINE].brw = ~0ull; in brw_clear_cache() 429 brw->state.pipelines[BRW_COMPUTE_PIPELINE].brw = ~0ull; in brw_clear_cache()
|
D | brw_conditional_render.c | 69 brw_load_register_imm64(brw, MI_PREDICATE_SRC1, 0ull); in set_predicate_for_overflow_query()
|
D | brw_state_upload.c | 336 brw->ctx.NewDriverState = ~0ull; in brw_init_state() 625 ctx->NewDriverState = ~0ull; in brw_upload_pipeline_state() 762 brw->ctx.NewDriverState = 0ull; in brw_pipeline_state_finished()
|
D | hsw_queryobj.c | 247 brw_load_register_imm64(brw, HSW_CS_GPR(0), 0ull); in calc_overflow_to_gpr0() 387 brw_load_register_imm64(brw, MI_PREDICATE_SRC1, 0ull); in set_predicate()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.c | 77 ice->state.dirty = ~0ull; in iris_lost_context_state() 78 ice->state.stage_dirty = ~0ull; in iris_lost_context_state() 83 batch->last_surface_base_address = ~0ull; in iris_lost_context_state()
|
D | iris_measure.c | 166 batch->measure->bo, index * sizeof(uint64_t), 0ull); in measure_start_snapshot() 202 index * sizeof(uint64_t), 0ull); in measure_end_snapshot()
|
D | iris_bufmgr.c | 394 if (address == 0ull) in vma_free() 885 bo->address = 0ull; in alloc_bo_from_cache() 1040 if (bo->address == 0ull) { in iris_bo_alloc() 1045 if (bo->address == 0ull) in iris_bo_alloc() 1132 if (bo->address == 0ull) in iris_bo_create_userptr() 2160 assert(bo->address != 0ull); in intel_aux_map_buffer_alloc() 2274 STATIC_ASSERT(IRIS_MEMZONE_SHADER_START == 0ull); in iris_bufmgr_create()
|
/third_party/mesa3d/src/util/ |
D | fast_urem_by_const.h | 38 ((uint64_t) ~0ull / (divisor) + 1)
|
D | bitscan.h | 200 if (*mask == ~0ull) { in u_bit_scan_consecutive_range64()
|
/third_party/boost/libs/rational/test/ |
D | rational_test.cpp | 1313 boost::uint64_t ull, ull1(1); in BOOST_AUTO_TEST_CASE() local 1328 ull = imax; in BOOST_AUTO_TEST_CASE() 1329 rat.assign(ull, ull1); in BOOST_AUTO_TEST_CASE() 1332 ++ull; in BOOST_AUTO_TEST_CASE() 1333 BOOST_CHECK_THROW(rat.assign(ull, ull1), boost::bad_rational); in BOOST_AUTO_TEST_CASE() 1334 ull = 0; in BOOST_AUTO_TEST_CASE() 1335 rat.assign(ull, ull1); in BOOST_AUTO_TEST_CASE() 1376 ull = uimax; in BOOST_AUTO_TEST_CASE() 1377 urat.assign(ull, ull1); in BOOST_AUTO_TEST_CASE() 1380 ++ull; in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/mesa3d/src/intel/common/ |
D | mi_builder.h | 828 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/intel/dev/ |
D | intel_debug.h | 98 #define DEBUG_ANY (~0ull)
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_query_pipe.c | 148 if (!v3d_bo_wait(pquery->bo, ~0ull, "query")) in v3d_get_query_result_pipe()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 1680 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/protobuf/src/google/protobuf/stubs/ |
D | strutil_unittest.cc | 817 const unsigned long long ull = 8; // NOLINT(runtime/int) in TEST() local 829 answer = StrCat(ll, ull); in TEST()
|