Home
last modified time | relevance | path

Searched refs:llu (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_tnode.h36 #define NGHTTP3_TNODE_MAX_CYCLE_GAP (1llu << 24)
H A Dnghttp3_map.c96 return (uint32_t)((key * 11400714819323198485llu) >> 32); in hash()
/third_party/python/Objects/
H A Dmemoryobject.c1631 unsigned long long llu; in pylong_as_llu() local
1637 llu = PyLong_AsUnsignedLongLong(tmp); in pylong_as_llu()
1639 return llu; in pylong_as_llu()
1688 unsigned long long llu; in unpack_single() local
1719 case 'Q': UNPACK_SINGLE(llu, ptr, unsigned long long); goto convert_llu; in unpack_single()
1749 return PyLong_FromUnsignedLongLong(llu); in unpack_single()
1780 unsigned long long llu; in pack_single() local
1841 llu = pylong_as_llu(item); in pack_single()
1842 if (llu == (unsigned long long)-1 && PyErr_Occurred()) in pack_single()
1845 PACK_SINGLE(ptr, llu, unsigne in pack_single()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c467 trace_dump_writef("<uint>%llu</uint>", value); in trace_dump_uint()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c1005 buffers->enabled_mask |= 1llu << slot; in si_update_ps_colorbuf0_slot()
1010 buffers->enabled_mask &= ~(1llu << slot); in si_update_ps_colorbuf0_slot()
1122 (buffers->writable_mask & (1llu << i) ? RADEON_USAGE_READWRITE : RADEON_USAGE_READ) | in si_buffer_resources_begin_new_cs()
1256 buffers->enabled_mask |= 1llu << slot; in si_set_constant_buffer()
1260 buffers->enabled_mask &= ~(1llu << slot); in si_set_constant_buffer()
1384 buffers->enabled_mask &= ~(1llu << slot); in si_set_shader_buffer()
1385 buffers->writable_mask &= ~(1llu << slot); in si_set_shader_buffer()
1402 buffers->writable_mask |= 1llu << slot; in si_set_shader_buffer()
1404 buffers->writable_mask &= ~(1llu << slot); in si_set_shader_buffer()
1406 buffers->enabled_mask |= 1llu << slo in si_set_shader_buffer()
[all...]
H A Dsi_debug.c769 1llu << (SI_NUM_SHADER_BUFFERS - i - 1)) << i; in si_dump_descriptors()
/third_party/libbpf/src/
H A Dhashmap.h23 return (h * 11400714819323198485llu) >> (__SIZEOF_LONG_LONG__ * 8 - bits); in hash_bits()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c95 return (uint32_t)((key * 11400714819323198485llu) >> 32); in hash()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dbitset_utils_unittest.cpp607 EXPECT_EQ(Bit<uint64_t>(63), static_cast<uint64_t>(0x8000'0000'0000'0000llu)); in TEST()
/third_party/skia/src/core/
H A DSkGeometry.cpp771 bits = ((1023llu*2 << 52) + ((1llu << 52) - 1)) - bits; // exp=-exp
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp1169 const long long unsigned minNumCommands = 10000llu; in recordLargePrimaryBufferTest()
1171 const long long unsigned minNumCommands = 1000llu; in recordLargePrimaryBufferTest()
1323 const long long unsigned minNumCommands = 10000llu; in recordLargeSecondaryBufferTest()
1325 const long long unsigned minNumCommands = 1000llu; in recordLargeSecondaryBufferTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp1169 const long long unsigned minNumCommands = 10000llu; in recordLargePrimaryBufferTest()
1171 const long long unsigned minNumCommands = 1000llu; in recordLargePrimaryBufferTest()
1323 const long long unsigned minNumCommands = 10000llu; in recordLargeSecondaryBufferTest()
1325 const long long unsigned minNumCommands = 1000llu; in recordLargeSecondaryBufferTest()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc4184 uint64_t mask = (1llu << shift) - 1llu; in ShiftLeftAndInsert()
4198 uint64_t mask = ~((1llu << (kBitsPerByte * SIZE - shift)) - 1llu); in ShiftRightAndInsert()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.c794 bo_size += 28llu * info->maxInlineUniformBlockBindings; in radv_CreateDescriptorPool()
/third_party/ltp/scripts/
H A Dcheckpatch.pl500 our $Int_type = qr{(?i)llu|ull|ll|lu|ul|l|u};

Completed in 47 milliseconds