Home
last modified time | relevance | path

Searched defs:size (Results 4676 - 4700 of 22356) sorted by relevance

1...<<181182183184185186187188189190>>...895

/third_party/skia/tools/sk_app/win/
H A Dmain_win.cpp20 int size = WideCharToMultiByte(CP_UTF8, 0, str, wcslen(str), NULL, 0, NULL, NULL); in tchar_to_utf8() local
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp61 SkISize size = gm->getISize(); in test_jitter() local
H A Dmake_skqp_model.cpp47 SkISize size = codec->getInfo().dimensions(); in decode_to_srgb_8888_unpremul() local
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_composite_types.cpp73 FindOrCreateVectorType(base_type_supplier(), size); in MaybeAddMissingVectorTypes() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h195 int32_t size() const { return length_; } in size() function in StringPiece
H A Ducnv_err.h195 uint16_t size; /**< The size of this struct. @stable ICU 2.0 */ member
211 uint16_t size; /**< The size of this struct @stable ICU 2.0 */ member
H A Dudata.h119 uint16_t size; member
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie_swap.cpp31 int32_t size; in utrie_swap() local
102 int32_t dataLength, size; in utrie2_swap() local
189 int32_t dataLength, size; ucptrie_swap() local
[all...]
H A Duvector.h353 inline int32_t UVector::size(void) const { in size() function in UVector
H A Duvectr32.h235 inline int32_t *UVector32::reserveBlock(int32_t size, UErrorCode &status) { in reserveBlock() argument
244 inline int32_t *UVector32::popFrame(int32_t size) { in popFrame() argument
255 inline int32_t UVector32::size(void) const { size() function in UVector32
[all...]
H A Duvectr64.h224 inline int64_t *UVector64::reserveBlock(int32_t size, UErrorCode &status) { in reserveBlock() argument
233 inline int64_t *UVector64::popFrame(int32_t size) { in popFrame() argument
244 inline int32_t UVector64::size(void) const { size() function in UVector64
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPackedVector.h101 explicit PackedVector(unsigned size) : Bits(size << (BitNum-1)) {} in PackedVector() argument
105 unsigned size() const { return Bits.size() >> (BitNum - 1); } in size() function in llvm::PackedVector
H A DPriorityWorklist.h73 size_type size() const { in size() function in llvm::PriorityWorklist
H A DSmallSet.h159 size_type size() const { in size() function in llvm::SmallSet
H A DSparseSet.h190 size_type size() cons function in llvm::SparseSet
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h100 unsigned size() const { return Nodes.size(); } in size() function in llvm::CallGraphSCC
H A DTrace.h95 unsigned size() const { return BasicBlocks.size(); } in size() function in llvm::Trace
/third_party/toybox/openharmony/
H A Dsu.c44 static void *xmalloc(size_t size) in xmalloc() argument
/third_party/toybox/toys/lsb/
H A Ddmesg.c155 int size; in dmesg_main() local
/third_party/toybox/toys/posix/
H A Ddu.c52 long size; member
56 static void print(long long size, struct dirtree *node) in print() argument
[all...]
/third_party/tzdata/
H A Ddate.c195 ptrdiff_t size = 1024 / 2; in timeout() local
/third_party/vixl/src/aarch64/
H A Dabi-aarch64.h98 unsigned size = is_pointer_type ? 8 : sizeof(T); in GetNextParameterGenericOperand() local
[all...]
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc137 void CodeBuffer::EmitData(const void* data, size_t size) { in EmitData() argument
145 void CodeBuffer::UpdateData(size_t offset, const void* data, size_t size) { in UpdateData() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DBufferValidationTests.cpp35 wgpu::Buffer CreateMapReadBuffer(uint64_t size) { in CreateMapReadBuffer() argument
43 wgpu::Buffer CreateMapWriteBuffer(uint64_t size) { in CreateMapWriteBuffer() argument
51 wgpu::Buffer BufferMappedAtCreation(uint64_t size, wgpu::BufferUsage usage) { in BufferMappedAtCreation() argument
60 void AssertMapAsyncError(wgpu::Buffer buffer, wgpu::MapMode mode, size_t offset, size_t size) { in AssertMapAsyncError() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DWGPUHelpers.h170 uint64_t size = 0; member

Completed in 19 milliseconds

1...<<181182183184185186187188189190>>...895