/third_party/node/deps/uv/src/unix/ |
H A D | core.c | 101 STATIC_ASSERT(sizeof(uv_buf_t) == sizeof(struct iovec)); variable 103 sizeof(((struct iovec*) 0)->iov_base)); variable 105 sizeof(((struct iovec*) 0)->iov_len)); variable [all...] |
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 140 from _ctypes import sizeof, byref, addressof, alignment, resize namespace [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | XCOFFObjectFile.cpp | 25 getObject(MemoryBufferRef M, const void *Ptr, const uint64_t Size = sizeof(T)) getObject() argument
|
H A D | COFFObjectFile.cpp | 57 getObject(const T *&Obj, MemoryBufferRef M, const void *Ptr, const uint64_t Size = sizeof(T)) getObject() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 715 static_assert(sizeof(T) == sizeof(uint_type), "The type sizes do not match"); member in spvtools::utils::round_direction::HexFloat
|
/third_party/skia/src/core/ |
H A D | SkTextBlob.cpp | 36 static_assert(sizeof(SkFont) == sizeof(RunFontStorageEquivalent), "runfont_should_stay_packed"); member 176 static_assert(sizeof(PositioningAndExtended) == sizeof(int32_t), ""); global() member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 715 static_assert(sizeof(T) == sizeof(uint_type), "The type sizes do not match"); member in spvtools::utils::round_direction::HexFloat
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
H A D | demangle.cc | 166 static_assert(sizeof(ParseState) == 4 * sizeof(int), member
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 716 static_assert(sizeof(T) == sizeof(uint_type), "The type sizes do not match"); member in spvtools::utils::round_direction::HexFloat
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fInstancedRenderingTests.cpp | 81 DE_STATIC_ASSERT(sizeof(VarComp) == sizeof(deUint32)); member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.h | 316 static_assert(sizeof(PackedSamplerCompleteness) == sizeof(uint32_t), "Unexpected size"); member in gl::ClipSpaceOrigin
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.cpp | 944 case sizeof(uint8_t): { GenerateDefaultTangents() function 949 case sizeof(uint16_t): { GenerateDefaultTangents() function 954 case sizeof(uint32_t): { GenerateDefaultTangents() function [all...] |
/third_party/eudev/src/shared/ |
H A D | hashmap.c | 246 assert_cc(sizeof(Hashmap) == sizeof(Set)); variable [all...] |
/third_party/libuv/src/unix/ |
H A D | core.c | 105 STATIC_ASSERT(sizeof(uv_buf_t) == sizeof(struct iovec)); variable 107 sizeof(((struct iovec*) 0)->iov_base)); variable 109 sizeof(((struct iovec*) 0)->iov_len)); variable [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 12 STATIC_ASSERT(sizeof(int) == sizeof(int32_t)); variable 16 STATIC_ASSERT(sizeof(long) == sizeof(int64_t)); // NOLINT(runtime/int) variable 19 STATIC_ASSERT(sizeof(void*) == sizeof(int64_ variable [all...] |
/third_party/rust/crates/cxx/tests/ffi/ |
H A D | tests.cc | 770 ASSERT(rust::size_of<R>() == sizeof(size_t)); variable 772 ASSERT(rust::size_of<size_t>() == sizeof(size_t)); variable
|
/third_party/skia/src/gpu/ops/ |
H A D | AAHairLinePathRenderer.cpp | 499 static_assert(sizeof(BezierVertex) == 3 * sizeof(SkPoint)); member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFGraph.h | 244 static_assert(sizeof(uint32_t) == sizeof(unsigned), "Those should be equal"); variable
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 65 JERRY_STATIC_ASSERT (sizeof (jerry_value_t) == sizeof (ecma_value_t), variable [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ir.h | 1362 static_assert(sizeof(SOPK_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); variable 1368 static_assert(sizeof(SOPP_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); variable 1373 static_assert(sizeof(SOPC_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); variable 1376 static_assert(sizeof(SOP1_instruction) == sizeof(Instructio variable 1381 static_assert(sizeof(SOP2_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); global() variable 1403 static_assert(sizeof(SMEM_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); global() variable 1406 static_assert(sizeof(VOP1_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); global() variable 1409 static_assert(sizeof(VOP2_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); global() variable 1412 static_assert(sizeof(VOPC_instruction) == sizeof(Instruction) + 0, "Unexpected padding"); global() variable 1423 static_assert(sizeof(VOP3_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); global() variable 1434 static_assert(sizeof(VOP3P_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); global() variable 1451 static_assert(sizeof(DPP16_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); global() variable 1456 static_assert(sizeof(DPP8_instruction) == sizeof(Instruction) + 8, "Unexpected padding"); global() variable [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 1594 sizeof(SectionCode), member
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.cc | 40 sizeof(ZoneAllocationPolicy)), member
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-win32.cc | 42 STATIC_ASSERT(sizeof(V8_CONDITION_VARIABLE) == sizeof(CONDITION_VARIABLE)); variable 44 STATIC_ASSERT(sizeof(V8_SRWLOCK) == sizeof(SRWLOCK)); variable 46 STATIC_ASSERT(sizeof(V8_CRITICAL_SECTION) == sizeof(CRITICAL_SECTION)); variable [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 174 makePipelineLayout(const DeviceInterface& vk, const VkDevice device, const uint32_t pcSize = sizeof(uint32_t)) makePipelineLayout() argument [all...] |
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 814 void Simulator::get_neon_register(int reg, T (&value)[SIZE / sizeof(T)]) { in get_neon_register() argument 822 void Simulator::set_neon_register(int reg, const T (&value)[SIZE / sizeof( argument [all...] |