Home
last modified time | relevance | path

Searched refs:ull (Results 1 – 25 of 91) 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/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/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 …]
Dsg_lib.c331 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/
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 …]
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dhsw_sol.c183 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()
Dbrw_bufmgr.c323 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()
Dbrw_program_cache.c425 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()
Dbrw_conditional_render.c69 brw_load_register_imm64(brw, MI_PREDICATE_SRC1, 0ull); in set_predicate_for_overflow_query()
Dbrw_state_upload.c336 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()
Dhsw_queryobj.c247 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/
Diris_context.c77 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()
Diris_measure.c166 batch->measure->bo, index * sizeof(uint64_t), 0ull); in measure_start_snapshot()
202 index * sizeof(uint64_t), 0ull); in measure_end_snapshot()
Diris_bufmgr.c394 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/
Dfast_urem_by_const.h38 ((uint64_t) ~0ull / (divisor) + 1)
Dbitscan.h200 if (*mask == ~0ull) { in u_bit_scan_consecutive_range64()
/third_party/boost/libs/rational/test/
Drational_test.cpp1313 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/
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/intel/dev/
Dintel_debug.h98 #define DEBUG_ANY (~0ull)
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_query_pipe.c148 if (!v3d_bo_wait(pquery->bo, ~0ull, "query")) in v3d_get_query_result_pipe()
/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/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()

1234