Home
last modified time | relevance | path

Searched refs:size (Results 24451 - 24475 of 43835) sorted by relevance

1...<<971972973974975976977978979980>>...1754

/third_party/skia/third_party/externals/brotli/c/include/brotli/
H A Dtypes.h66 * @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 DQueue.h37 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 DPooledResourceMemoryAllocator.h27 // |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 Dftbase.h56 FT_ULong size,
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.h52 CFF_Size size,
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgload.h50 TT_Load_Glyph( TT_Size size,
/third_party/pulseaudio/src/pulsecore/
H A Dasyncq.h44 pa_asyncq* pa_asyncq_new(unsigned size);
H A Dmsgobject.h37 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 DTypeTableCollection.h30 uint32_t size() override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetIntrinsicInfo.h51 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 DAPSInt.cpp24 unsigned NumBits = ((Str.size() * 64) / 19) + 2; in APSInt()
H A DInitLLVM.cpp51 Argc = Args.size() - 1; in InitLLVM()
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
H A Dprobability_context.h49 /// 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 Dparser_impl_continuing_stmt_test.cc29 ASSERT_EQ(e->statements.size(), 1u); in TEST_F()
/third_party/skia/third_party/externals/tint/src/sem/
H A Dvector_type.h30 /// @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 Dskcms_internal.h27 uint32_t size; member
/third_party/skia/tools/viewer/
H A DBisectSlide.h31 SkISize getDimensions() const override { return fDrawBounds.size(); }
H A DSKPSlide.h20 SkISize getDimensions() const override { return fCullRect.size(); }
/third_party/vixl/src/
H A Dmacro-assembler-interface.h48 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 DBufferMock.h39 (wgpu::MapMode mode, size_t offset, size_t size),
/third_party/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.h53 uint32 size; member
/third_party/python/Parser/
H A Dstring_parser.h20 Py_ssize_t size; /* Number we've used. */ member
/third_party/pulseaudio/src/modules/bluetooth/
H A Da2dp-codec-api.h31 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 Dsequence_urbg.h47 result_type operator()() { return data_[i_++ % data_.size()]; } in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_statistics.h46 // The size of the cord in bytes. This matches the result of Cord::size().
47 int64_t size = 0; member

Completed in 30 milliseconds

1...<<971972973974975976977978979980>>...1754