/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_type_decl_test.cc | 415 auto* size = a->count->As<ast::SintLiteralExpression>(); in TEST_F() local 435 auto* size = a->count->As<ast::UintLiteralExpression>(); in TEST_F() local 473 auto* size = a->count->As<ast::SintLiteralExpression>(); TEST_F() local [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | ioapi.c | 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() argument 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() argument
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 517 ZLIB_INTERNAL void copy_with_crc(z_streamp strm, Bytef *dst, long size) in copy_with_crc() argument
|
H A D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument [all...] |
/third_party/skia/third_party/externals/zlib/google/ |
H A D | compression_utils_portable.cc | 38 uint32_t size; in GetGzipUncompressedSize() local [all...] |
/third_party/skia/tools/ |
H A D | SkMetaData.cpp | 246 SkMetaData::Rec* SkMetaData::Rec::Alloc(size_t size) { in Alloc() argument
|
/third_party/skia/tools/skqp/src/ |
H A D | skqp_model.cpp | 92 SkISize size = codec->getInfo().dimensions(); in decode() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 166 inline Hashtable::Hashtable(UBool ignoreKeyCase, int32_t size, UErrorCode& status) in Hashtable() argument 138 initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, int32_t size, UErrorCode& status) initSize() argument
|
H A D | ucol_data.h | 37 int32_t size; member
|
H A D | ulist.cpp | 31 int32_t size; member
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uidna.h | 187 int16_t size; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | CachedHashString.h | 46 uint32_t size() const { return Size; } in size() function in llvm::CachedHashStringRef 137 uint32_t size() const { return Size; } in size() function in llvm::CachedHashString
|
H A D | DirectedGraph.h | 197 size_t size() const { return Nodes.size(); } in size() function in DirectedGraph
|
H A D | MapVector.h | 60 size_type size() const { return Vector.size(); } in size() function in llvm::MapVector
|
H A D | StringRef.h | 151 size_t size() const { return Length; } in size() function in llvm::StringRef [all...] |
H A D | TinyPtrVector.h | 172 unsigned size() const { in size() function in llvm::TinyPtrVector
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 136 size_t size() const { return SafePoints.size(); } in size() function in llvm::GCFunctionInfo
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 180 ssize_t size; in sense_baud() local 224 int size, fd = open(TT.issue_str, O_RDONLY); in write_issue() local
|
H A D | tr.c | 129 int i = 0, j, k, size = 256; in expand_set() local
|
/third_party/toybox/toys/posix/ |
H A D | cpio.c | 111 unsigned size, mode, uid, gid, timestamp; in cpio_main() local 221 size_t size = 0; cpio_main() local [all...] |
H A D | df.c | 100 unsigned long long size, used, avail, percent, block; in show_mt() local
|
H A D | od.c | 48 int size; member 230 int size = 1; append_base() local [all...] |
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.c | 51 size_t size; member 58 static size_t unity_size_round_up(size_t size) in unity_size_round_up() argument 67 void* unity_malloc(size_t size) in unity_malloc() argument 155 unity_calloc(size_t num, size_t size) unity_calloc() argument 163 unity_realloc(void* oldMem, size_t size) unity_realloc() argument [all...] |
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 84 constexpr CPURegister(RegisterType type, uint32_t code, int size) in CPURegister() argument [all...] |
/third_party/vixl/src/ |
H A D | code-generation-scopes-vixl.h | 67 CodeBufferCheckScope(internal::AssemblerBase* assembler, size_t size, BufferSpacePolicy check_policy = kReserveBufferSpace, SizePolicy size_policy = kMaximumSize) CodeBufferCheckScope() argument 90 Open(internal::AssemblerBase* assembler, size_t size, BufferSpacePolicy check_policy = kReserveBufferSpace, SizePolicy size_policy = kMaximumSize) Open() argument 158 EmissionCheckScope(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy = kMaximumSize) EmissionCheckScope() argument 183 Open(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy = kMaximumSize) Open() argument 208 Open(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy, PoolPolicy pool_policy) Open() argument 237 EmissionCheckScope(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy, PoolPolicy pool_policy) EmissionCheckScope() argument 257 ExactAssemblyScope(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy = kExactSize) ExactAssemblyScope() argument 271 Open(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy = kExactSize) Open() argument 297 ExactAssemblyScope(MacroAssemblerInterface* masm, size_t size, SizePolicy assert_policy, PoolPolicy pool_policy) ExactAssemblyScope() argument 304 Open(MacroAssemblerInterface* masm, size_t size, SizePolicy size_policy, PoolPolicy pool_policy) Open() argument [all...] |