/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
H A D | types.h | 66 * @param size requested memory region size; can not be @c 0 68 * @returns a valid pointer to a memory region of at least @p size bytes 71 typedef void* (*brotli_alloc_func)(void* opaque, size_t size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Queue.h | 37 void WriteBuffer(WGPUBuffer cBuffer, uint64_t bufferOffset, const void* data, size_t size);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PooledResourceMemoryAllocator.h | 27 // |PooledResourceMemoryAllocator| allocates a fixed-size resource memory from a resource memory 37 uint64_t size) override;
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftbase.h | 56 FT_ULong size,
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cffgload.h | 52 CFF_Size size,
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.h | 50 TT_Load_Glyph( TT_Size size,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | asyncq.h | 44 pa_asyncq* pa_asyncq_new(unsigned size);
|
H A D | msgobject.h | 37 pa_msgobject *pa_msgobject_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_name));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeTableCollection.h | 30 uint32_t size() override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetIntrinsicInfo.h | 51 return lookupName(Name.data(), Name.size()); in lookupName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APSInt.cpp | 24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt()
|
H A D | InitLLVM.cpp | 51 Argc = Args.size() - 1; in InitLLVM()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | probability_context.h | 49 /// Returns a random value in the range `[0; arr.size())`. 55 return static_cast<size_t>(generator_->GetUInt64(arr.size())); in GetRandomIndex()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_continuing_stmt_test.cc | 29 ASSERT_EQ(e->statements.size(), 1u); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | vector_type.h | 30 /// @param size the number of elements in the vector 31 Vector(Type const* subtype, uint32_t size); 54 /// @returns the size in bytes of the type. This may include tail padding. 62 /// @returns the size in bytes of a vector of the given width.
|
/third_party/skia/third_party/skcms/ |
H A D | skcms_internal.h | 27 uint32_t size; member
|
/third_party/skia/tools/viewer/ |
H A D | BisectSlide.h | 31 SkISize getDimensions() const override { return fDrawBounds.size(); }
|
H A D | SKPSlide.h | 20 SkISize getDimensions() const override { return fCullRect.size(); }
|
/third_party/vixl/src/ |
H A D | macro-assembler-interface.h | 48 virtual void EnsureEmitPoolsFor(size_t size) = 0; 56 // the exact size of the generated pool). 62 // make sure this is a multiple of the instruction size.
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/ |
H A D | BufferMock.h | 39 (wgpu::MapMode mode, size_t offset, size_t size),
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_writer.h | 53 uint32 size; member
|
/third_party/python/Parser/ |
H A D | string_parser.h | 20 Py_ssize_t size; /* Number we've used. */ member
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-api.h | 31 uint8_t size; member 32 uint8_t buffer[]; /* max size is 254 bytes */ 59 /* Fill codec capabilities, returns size of filled buffer */ 63 /* Fill preferred codec configuration, returns size of filled buffer or 0 on failure */
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | sequence_urbg.h | 47 result_type operator()() { return data_[i_++ % data_.size()]; } in operator ()()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cordz_statistics.h | 46 // The size of the cord in bytes. This matches the result of Cord::size(). 47 int64_t size = 0; member
|