Home
last modified time | relevance | path

Searched defs:ArraySize (Results 1 – 25 of 77) sorted by relevance

1234

/external/scudo/standalone/tests/
Dchecksum_test.cpp16 scudo::uptr ArraySize) { in computeSoftwareChecksum()
24 scudo::uptr ArraySize) { in computeHardwareChecksum()
37 const scudo::uptr ArraySize = ARRAY_SIZE(Array); in verifyChecksumFunctionBitFlip() local
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_util.h29 inline void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T& M… in D3D12DecomposeSubresource()
37 …esource( UINT MipSlice, UINT ArraySlice, UINT PlaneSlice, UINT MipLevels, UINT ArraySize ) noexcept in D3D12CalcSubresource()
177 inline UINT16 ArraySize() const noexcept in ArraySize() function
/external/sdv/vsomeip/third_party/boost/move/example/
Ddoc_move_algorithms.cpp20 const std::size_t ArraySize = 10; in main() local
/external/pigweed/pw_preprocessor/
Dutil_test.cc24 TEST(Macros, ArraySize) { in TEST() argument
/external/cronet/net/disk_cache/blockfile/
Dbitmap.h48 int ArraySize() const { return array_size_; } in ArraySize() function
/external/grpc-grpc/test/core/gpr/
Duseful_test.cc45 TEST(UsefulTest, ArraySize) { in TEST() argument
/external/perfetto/include/perfetto/ext/base/
Dutils.h70 constexpr size_t ArraySize(const T (&)[TSize]) { in ArraySize() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp91 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp90 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs223 public static int ArraySize<T>(T[] x) in ArraySize() method in FlatBuffers.ByteBuffer
235 public static int ArraySize<T>(ArraySegment<T> x) in ArraySize() method in FlatBuffers.ByteBuffer
241 public static int ArraySize<T>(Span<T> x) in ArraySize() method in FlatBuffers.ByteBuffer
/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_full_test.cpp591 const std::size_t ArraySize = 11; in test_many_different_allocation() local
695 const std::size_t ArraySize = 11; in test_many_deallocation() local
/external/perfetto/src/base/
Dutils_unittest.cc44 TEST(UtilsTest, ArraySize) { in TEST() argument
/external/scudo/standalone/
Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
/external/sdv/vsomeip/third_party/boost/move/test/
Dinplace_merge_test.cpp56 const std::size_t ArraySize = HdrSize + DataSize; in alternating_test() local
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer_test.cc68 inline size_t ArraySize(const T (&v)[SIZE]) { in ArraySize() function
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.h122 UINT ArraySize; member
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.h121 UINT ArraySize; member
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp459 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
731 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/deqp-deps/amber/src/
Dtype.h124 uint32_t ArraySize() const { return array_size_; } in ArraySize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp525 Value *ArraySize, in createMalloc()
612 Value *AllocSize, Value *ArraySize, in CreateMalloc()
620 Value *AllocSize, Value *ArraySize, in CreateMalloc()
638 Value *AllocSize, Value *ArraySize, in CreateMalloc()
645 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1218 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1223 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1227 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1238 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/external/llvm/lib/IR/
DInstructions.cpp444 Value *ArraySize, in createMalloc()
530 Value *AllocSize, Value *ArraySize, in CreateMalloc()
538 Value *AllocSize, Value *ArraySize, in CreateMalloc()
557 Value *AllocSize, Value *ArraySize, in CreateMalloc()
564 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1256 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1260 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1264 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1274 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp640 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
923 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local

1234