Home
last modified time | relevance | path

Searched defs:sizeof (Results 76 - 100 of 103) sorted by relevance

12345

/third_party/node/deps/uv/src/unix/
H A Dcore.c101 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__.py140 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 DXCOFFObjectFile.cpp25 getObject(MemoryBufferRef M, const void *Ptr, const uint64_t Size = sizeof(T)) getObject() argument
H A DCOFFObjectFile.cpp57 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 Dhex_float.h715 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 DSkTextBlob.cpp36 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 Dhex_float.h715 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 Ddemangle.cc166 static_assert(sizeof(ParseState) == 4 * sizeof(int), member
/third_party/spirv-tools/source/util/
H A Dhex_float.h716 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 Des3fInstancedRenderingTests.cpp81 DE_STATIC_ASSERT(sizeof(VarComp) == sizeof(deUint32)); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.h316 static_assert(sizeof(PackedSamplerCompleteness) == sizeof(uint32_t), "Unexpected size"); member in gl::ClipSpaceOrigin
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp944 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 Dhashmap.c246 assert_cc(sizeof(Hashmap) == sizeof(Set)); variable
[all...]
/third_party/libuv/src/unix/
H A Dcore.c105 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 Dconstants-arm64.h12 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 Dtests.cc770 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 DAAHairLinePathRenderer.cpp499 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 DRDFGraph.h244 static_assert(sizeof(uint32_t) == sizeof(unsigned), "Those should be equal"); variable
/third_party/jerryscript/jerry-core/api/
H A Djerry.c65 JERRY_STATIC_ASSERT (sizeof (jerry_value_t) == sizeof (ecma_value_t), variable
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h1362 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 Dmodule-decoder.cc1594 sizeof(SectionCode), member
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc40 sizeof(ZoneAllocationPolicy)), member
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc42 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 DvktTransformFeedbackSimpleTests.cpp174 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 Dsimulator-arm.cc814 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...]

Completed in 54 milliseconds

12345