/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 192 size_t size() const { in size() function in llvm::SmallBitVector [all...] |
H A D | SmallVector.h | 52 size_t size() const { return Size; } in size() function in llvm::SmallVectorBase [all...] |
H A D | StringMap.h | 111 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 D | LazyCallGraph.h | 491 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 D | MachineFunction.h | 1057 static unsigned size (const MachineFunction *F) { size() function [all...] |
H A D | RegAllocPBQP.h | 104 unsigned size() const { return NumOpts; } in size() function in llvm::PBQP::RegAlloc::AllowedRegVector
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 107 static int getindex(char *src, int size) in getindex() argument
|
H A D | diff.c | 264 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 D | macro-assembler-aarch32.cc | 213 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 D | invalset-vixl.h | 447 size_t InvalSet<TEMPLATE_INVALSET_P_DEF>::size() const { in size() function in vixl::InvalSet [all...] |
/third_party/vixl/test/ |
H A D | test-pool-manager.cc | 50 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 D | vktYCbCrUtil.cpp | 64 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 D | vktYCbCrViewTests.cpp | 324 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 D | coded_stream.cc | 233 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 D | Internal.java | 415 public int size() { in size() method in Internal.ListAdapter 490 public int size() { in size() method in Internal.MapAdapter.SetAdapter [all...] |
H A D | BinaryReader.java | 1675 skipBytes(final int size) skipBytes() argument 1695 requireBytes(int size) requireBytes() argument [all...] |
H A D | RopeByteString.java | 295 public int size() { size() method in RopeByteString [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.h | 410 int size; member 527 uint32_t size; member 575 size_t len, size; member
|
/third_party/python/Parser/ |
H A D | pegen.c | 36 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 D | pegen.h | 55 size_t size; member 63 int fill, size; member
|
/third_party/python/Python/ |
H A D | ast_opt.c | 166 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 D | preconfig.c | 76 size_t size = sizeof(wchar_t*) * args->argc; in _PyArgv_AsWstrList() local
|
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 410 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 D | overlapped.c.h | 446 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.c | 363 DWORD size = Py_ARRAY_LENGTH(buf); in msierror() local 487 DWORD size = Py_ARRAY_LENGTH(buf); in _msi_Record_GetString_impl() local [all...] |