Home
last modified time | relevance | path

Searched defs:padded_size (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_parameter.c281 const unsigned padded_size = pad_and_align ? align(size, 4) : size; in _mesa_add_parameter() local
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc216 const size_t padded_size = size + alignment - page_size_; in AllocateAlignedRegion() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc128 size_t padded_size = size + (alignment - page_size); in Allocate() local
H A Dplatform-win32.cc908 size_t padded_size = size + (alignment - page_size); in AllocateInternal() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp81 uint32_t padded_size = 0; // Decorated (extended) size of the type in bytes member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh1314 unsigned int padded_size () const { return length () + padding (); } in padded_size() function

Completed in 8 milliseconds