/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.h | 60 uint64_t value64() const { return value64_; } in value64() function in v8::internal::ConstantPoolEntry 178 uint64_t value64() const { in value64() function in v8::internal::ConstantPoolKey 203 (is_value32() ? (value32() != 0) : (value64() != 0)); in AllowsDeduplication() 225 return a.value64() < b.value64(); in operator <() 233 return a.value64() == b.value64(); in operator ==()
|
H A D | constant-pool.cc | 65 : entry->value64() == it->value64()) { in AddEntry() 115 assm->dq(shared_it->value64()); in EmitSharedEntries() 166 assm->dq(it->value64()); in EmitGroup() 356 assm_->dq(key.value64()); in Emit() 605 assm_->dq(key.value64()); in Emit()
|
H A D | code-stub-assembler.cc | 5426 TNode<Float64T> value64 = ChangeInt32ToFloat64(value32); 5427 GotoIfNot(Float64Equal(value, value64), if_not_possible); 5669 TNode<Float64T> value64 = ChangeInt32ToFloat64(value32); 5673 GotoIfNot(Float64Equal(value, value64), &if_heap_number); 5746 TNode<Float64T> value64 = ChangeInt32ToFloat64(value); 5747 TNode<HeapNumber> result = AllocateHeapNumberWithValue(value64);
|
/third_party/lz4/lib/ |
H A D | lz4frame.c | 207 U64 value64 = srcPtr[0]; in LZ4F_readLE64() local 208 value64 += ((U64)srcPtr[1]<<8); in LZ4F_readLE64() 209 value64 += ((U64)srcPtr[2]<<16); in LZ4F_readLE64() 210 value64 += ((U64)srcPtr[3]<<24); in LZ4F_readLE64() 211 value64 += ((U64)srcPtr[4]<<32); in LZ4F_readLE64() 212 value64 += ((U64)srcPtr[5]<<40); in LZ4F_readLE64() 213 value64 += ((U64)srcPtr[6]<<48); in LZ4F_readLE64() 214 value64 += ((U64)srcPtr[7]<<56); in LZ4F_readLE64() 215 return value64; in LZ4F_readLE64() 218 static void LZ4F_writeLE64 (void* dst, U64 value64) in LZ4F_writeLE64() argument [all...] |
/third_party/lzma/C/ |
H A D | 7zArcIn.c | 246 UInt64 value64;
in SzReadNumber32() local 257 RINOK(ReadNumber(sd, &value64))
in SzReadNumber32() 258 if (value64 >= (UInt32)0x80000000 - 1)
in SzReadNumber32() 260 if (value64 >= ((UInt64)(1) << ((sizeof(size_t) - 1) * 8 + 4)))
in SzReadNumber32() 262 *value = (UInt32)value64;
in SzReadNumber32()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_ff.c | 73 uint64_t value64[3]; /* don't forget to resize VertexShader9.ff_key */ member 122 uint64_t value64[6]; /* don't forget to resize PixelShader9.ff_key */ member 141 return memcmp(a->value64, b->value64, sizeof(a->value64)) == 0; in nine_ff_vs_key_comp() 157 return memcmp(a->value64, b->value64, sizeof(a->value64)) == 0; in nine_ff_ps_key_comp()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 2589 Node* value64 = in BuildCheckedFloat64ToIndex() local 2595 Node* check_same = __ Float64Equal(value, __ ChangeInt64ToFloat64(value64)); in BuildCheckedFloat64ToIndex() 2599 __ IntLessThan(value64, __ Int64Constant(kMaxSafeInteger)); in BuildCheckedFloat64ToIndex() 2603 __ IntLessThan(__ Int64Constant(-kMaxSafeInteger), value64); in BuildCheckedFloat64ToIndex() 2606 return value64; in BuildCheckedFloat64ToIndex() 2628 Node* value64 = in BuildCheckedFloat64ToInt64() local 2630 Node* check_same = __ Float64Equal(value, __ ChangeInt64ToFloat64(value64)); in BuildCheckedFloat64ToInt64() 2639 Node* check_zero = __ Word64Equal(value64, __ Int64Constant(0)); in BuildCheckedFloat64ToInt64() 2653 return value64; in BuildCheckedFloat64ToInt64() 3313 Node* value64 in LowerObjectIsMinusZero() local 3332 Node* value64 = __ BitcastFloat64ToInt64(value); LowerNumberIsMinusZero() local [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 10725 uint64_t value64; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 38082 uint64_t value64; global() member 38088 uint64_t value64; global() member [all...] |
H A D | vulkan_core.h | 11128 uint64_t value64; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 12214 uint64_t value64; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 11288 uint64_t value64; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 14112 uint64_t value64; member
|
H A D | vulkan_structs.hpp | [all...] |