Home
last modified time | relevance | path

Searched defs:size (Results 14926 - 14950 of 22988) sorted by relevance

1...<<591592593594595596597598599600>>...920

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h192 size_t size() const { in size() function in llvm::SmallBitVector
[all...]
H A DSmallVector.h52 size_t size() const { return Size; } in size() function in llvm::SmallVectorBase
[all...]
H A DStringMap.h111 unsigned size() const { return NumItems; } in size() function in llvm::StringMapImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h491 int size() const { return Nodes.size(); } in size() function in llvm::LazyCallGraph::Edge::SCC
622 ssize_t size() const { return SCCs.size(); } in size() function in llvm::LazyCallGraph::Edge::RefSCC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1057 static unsigned size (const MachineFunction *F) { size() function
[all...]
H A DRegAllocPBQP.h104 unsigned size() const { return NumOpts; } in size() function in llvm::PBQP::RegAlloc::AllowedRegVector
/third_party/toybox/toys/pending/
H A Dcrond.c107 static int getindex(char *src, int size) in getindex() argument
H A Ddiff.c264 int tok, i, j, size = 100, k; in create_j_vector() local
590 long i = 1, size = 1, x = 0, change = 0, ignore_white, do_diff() local
[all...]
/third_party/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc213 uint32_t size = static_cast<uint32_t>(size_arg); in EnsureEmitPoolsFor() local
481 int size = reg4.GetRegSizeInBytes() + reg3.GetRegSizeInBytes() + in Printf() local
39 ExactAssemblyScopeWithoutPoolsCheck( MacroAssembler* masm, size_t size, SizePolicy size_policy) ExactAssemblyScopeWithoutPoolsCheck() argument
965 Delegate(InstructionType type, InstructionCondSizeRL instruction, Condition cond, EncodingSize size, Register rd, Location* location) Delegate() argument
1012 Delegate(InstructionType type, InstructionCondSizeRROp instruction, Condition cond, EncodingSize size, Register rd, Register rn, const Operand& operand) Delegate() argument
1720 Delegate(InstructionType type, InstructionCondSizeRMop instruction, Condition cond, EncodingSize size, Register rd, const MemOperand& operand) Delegate() argument
[all...]
/third_party/vixl/src/
H A Dinvalset-vixl.h447 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::size() const { in size() function in vixl::InvalSet
[all...]
/third_party/vixl/test/
H A Dtest-pool-manager.cc50 static int RandomObjectAlignment(int size) { in RandomObjectAlignment() argument
91 TestObject(int size, int alignment, int id = 0) in TestObject() argument
125 int size = RandomObjectSize(); in CreateRandom() local
144 TestBranchObject(int size, int alignment, int id = 0) TestBranchObject() argument
227 int size = RandomReferenceSize(); CreateRandom() local
340 CreateReference(int id, int32_t pc, int size, int32_t min_offset, int32_t max_offset, int alignment) CreateReference() argument
391 int32_t size = RandomReferenceSize(); TEST() local
469 int32_t size = RandomReferenceSize(); TEST() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.cpp64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument
220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument
799 ChannelAccess(tcu::TextureChannelClass channelClass, deUint8 channelSize, const tcu::IVec3& size, const tcu::IVec3& bitPitch, void* data, deUint32 bitOffset) ChannelAccess() argument
[all...]
H A DvktYCbCrViewTests.cpp324 UVec2 size; member
455 const UVec2 size = params.size; in testPlaneView() local
102 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc233 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) { in GetDirectBufferPointer() argument
241 bool CodedInputStream::ReadRaw(void* buffer, int size) { in ReadRaw() argument
69 NextNonEmpty(ZeroCopyInputStream* input, const void** data, int* size) NextNonEmpty() argument
258 ReadString(std::string* buffer, int size) ReadString() argument
277 ReadStringFallback(std::string* buffer, int size) ReadStringFallback() argument
304 buffer->append(reinterpret_cast<const char*>(buffer_), size); ReadStringFallback() local
727 int size = Flush(*pp); Skip() local
744 GetDirectBufferPointer(void** data, int* size, uint8** pp) GetDirectBufferPointer() argument
766 GetDirectBufferForNBytesAndAdvance(int size, uint8** pp) GetDirectBufferForNBytesAndAdvance() argument
794 int size; Next() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DInternal.java415 public int size() { in size() method in Internal.ListAdapter
490 public int size() { in size() method in Internal.MapAdapter.SetAdapter
[all...]
H A DBinaryReader.java1675 skipBytes(final int size) skipBytes() argument
1695 requireBytes(int size) requireBytes() argument
[all...]
H A DRopeByteString.java295 public int size() { size() method in RopeByteString
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h410 int size; member
527 uint32_t size; member
575 size_t len, size; member
/third_party/python/Parser/
H A Dpegen.c36 Py_ssize_t size = PyUnicode_GET_LENGTH(text); in _PyPegen_byte_offset_to_character_offset() local
548 Py_ssize_t size; _PyPegen_soft_keyword_token() local
[all...]
H A Dpegen.h55 size_t size; member
63 int fill, size; member
/third_party/python/Python/
H A Dast_opt.c166 Py_ssize_t size = PyTuple_Check(w) ? PyTuple_GET_SIZE(w) : in safe_multiply() local
179 Py_ssize_t size = PyUnicode_Check(w) ? PyUnicode_GET_LENGTH(w) : in safe_multiply() local
248 Py_ssize_t size = PyUnicode_GET_LENGTH(fmt); in parse_literal() local
[all...]
H A Dpreconfig.c76 size_t size = sizeof(wchar_t*) * args->argc; in _PyArgv_AsWstrList() local
/third_party/python/Modules/
H A Dossaudiodev.c410 Py_ssize_t size, count; in oss_read() local
461 Py_ssize_t size; in oss_writeall() local
[all...]
/third_party/python/Modules/clinic/
H A Doverlapped.c.h446 DWORD size; in _overlapped_Overlapped_ReadFile() local
511 DWORD size; in _overlapped_Overlapped_WSARecv() local
921 DWORD size; _overlapped_Overlapped_WSARecvFrom() local
954 DWORD size; _overlapped_Overlapped_WSARecvFromInto() local
[all...]
/third_party/python/PC/
H A D_msi.c363 DWORD size = Py_ARRAY_LENGTH(buf); in msierror() local
487 DWORD size = Py_ARRAY_LENGTH(buf); in _msi_Record_GetString_impl() local
[all...]

Completed in 37 milliseconds

1...<<591592593594595596597598599600>>...920