Home
last modified time | relevance | path

Searched defs:newSize (Results 1 – 25 of 125) sorted by relevance

12345

/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp72 void resize (const UVec2& newSize) in resize()
120 void resize (const UVec2& newSize) in resize()
166 void resize (const UVec2& newSize) in resize()
/third_party/lzma/CPP/Common/
DMyBuffer.h77 void ChangeSize_KeepData(size_t newSize, size_t keepSize) in ChangeSize_KeepData()
176 void Alloc(size_t newSize) in Alloc()
/third_party/libwebsockets/lib/core/
Dalloc.c48 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
66 TEE_Realloc(void *buffer, uint32_t newSize) in TEE_Realloc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow.h76 ABI::Windows::Foundation::Size newSize; in IFACEMETHOD() local
/third_party/lzma/C/
D7zBuf2.c26 size_t newSize = p->pos + size; in DynBuf_Write() local
/third_party/lzma/CPP/7zip/Common/
DOffsetStream.cpp36 STDMETHODIMP COffsetOutStream::SetSize(UInt64 newSize) in SetSize()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Darraymem.h23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/jerryscript/tests/unit-core/
Dtest-unicode.cpp63 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-has-property.cpp52 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-api-errortype.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-api-property.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-exec-stop.cpp59 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-poolman.cpp65 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-to-length.cpp56 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-to-integer.cpp57 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-jmem.cpp50 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-container.cpp43 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
Dtest-abort.cpp59 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn() local
/third_party/icu/icu4c/source/samples/layout/
Darraymem.h23 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
DFontTableCache.cpp79 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local
/third_party/skia/third_party/externals/angle2/src/common/
DFastVector.h164 size_t newSize = last - first; in FastVector() local
428 size_type newSize = std::max(mReservedSize, N); in ensure_capacity() local
607 ANGLE_INLINE void reserve(size_t newSize) in reserve()
683 ANGLE_INLINE void reserve(size_t newSize) in reserve()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string_list.cpp52 uint32 newSize = Max_uint32 (minSize, fAllocated * 2); in Allocate() local
/third_party/icu/icu4c/source/test/letest/
Dletest.h40 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0]) argument
DFontTableCache.cpp81 le_int32 newSize = fTableCacheSize + TABLE_CACHE_GROW; in add() local

12345