/third_party/node/deps/icu-small/source/i18n/ |
D | sortkey.cpp | 65 (count > getCapacity() && reallocate(count, 0) == nullptr)) { in CollationKey() 86 if (length > getCapacity() && reallocate(length, 0) == nullptr) { in CollationKey() 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey 159 if (length > getCapacity() && reallocate(length, 0) == nullptr) { in operator =()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | sortkey.cpp | 65 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey() 86 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey() 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey 159 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
|
/third_party/icu/icu4c/source/i18n/ |
D | sortkey.cpp | 65 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey() 86 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey() 101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey 159 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 47 …virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocation… 123 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope … 140 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope a… 176 …void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope a…
|
D | vkAllocationCallbackUtil.cpp | 87 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, a… in reallocationCallback() 207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocati… in reallocate() function in vk::ChainedAllocator 248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() function in vk::AllocationCallbackRecorder 250 void* const ptr = ChainedAllocator::reallocate(original, size, alignment, allocationScope); in reallocate() 306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSyst… in reallocate() function in vk::DeterministicFailAllocator 310 return ChainedAllocator::reallocate(original, size, alignment, allocationScope); in reallocate()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | session.c | 869 bool reallocate; in SPDYF_session_read() local 881 reallocate = false; in SPDYF_session_read() 891 reallocate = true; in SPDYF_session_read() 905 reallocate = true; in SPDYF_session_read() 911 reallocate = true; in SPDYF_session_read() 921 if(reallocate) in SPDYF_session_read()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | sortkey.h | 254 uint8_t *reallocate(int32_t newCapacity, int32_t length);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | sortkey.h | 254 uint8_t *reallocate(int32_t newCapacity, int32_t length);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | sortkey.h | 254 uint8_t *reallocate(int32_t newCapacity, int32_t length);
|
/third_party/cJSON/ |
D | cJSON.c | 160 void *(CJSON_CDECL *reallocate)(void *pointer, size_t size); 216 global_hooks.reallocate = realloc; in cJSON_InitHooks() 233 global_hooks.reallocate = NULL; in cJSON_InitHooks() 236 global_hooks.reallocate = realloc; in cJSON_InitHooks() 494 if (p->hooks.reallocate != NULL) in ensure() 497 newbuffer = (unsigned char*)p->hooks.reallocate(p->buffer, newsize); in ensure() 1218 if (hooks->reallocate != NULL) in print() 1220 printed = (unsigned char*) hooks->reallocate(buffer->buffer, buffer->offset + 1); in print()
|
/third_party/mesa3d/docs/gallium/ |
D | buffermapping.rst | 188 reallocate storage for the mapping even in the ``UNSYNCHRONIZED`` case, except 272 frame to reallocate the storage, it unsync maps the whole buffer each time, and 371 reallocate if the buffer is GPU-busy (it wasn't in this trace capture) to avoid 386 * Non-blitting drivers must reallocate storage on ``glBufferData(NULL)`` so that
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 70 bool reallocate; /* Buffer should be reallocated and not reused */ member
|
D | loader_dri3_helper.c | 519 draw->buffers[b]->reallocate = true; in dri3_handle_present_event() 531 draw->buffers[b]->reallocate = true; in dri3_handle_present_event() 2045 buffer->reallocate) { in dri3_get_buffer()
|
/third_party/mesa3d/docs/relnotes/ |
D | 18.1.5.rst | 89 - vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_static_data.txt | 80 undefined. In order to free, change or reallocate the vertex array
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_static_data.txt | 80 undefined. In order to free, change or reallocate the vertex array
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.lifetime.txt | 57 implementation may reclaim and later reallocate memory that is still
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 124 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt 149 reallocate(RHS.getBitWidth()); in AssignSlowCase() 1835 Quotient.reallocate(BitWidth); in udivrem() 1836 Remainder.reallocate(BitWidth); in udivrem() 1901 Quotient.reallocate(BitWidth); in udivrem()
|
/third_party/vk-gl-cts/doc/testspecs/GLES3/ |
D | functional.lifetime.txt | 63 implementation may reclaim and later reallocate memory that is still
|
/third_party/vulkan-loader/tests/ |
D | loader_alloc_callback_tests.cpp | 93 …void* reallocate(void* pOriginal, size_t size, size_t alignment, VkSystemAllocationScope alloc_sco… in reallocate() function in MemoryTracker 136 void* addr = reallocate(pOriginal, size, alignment, allocationScope); in impl_reallocation()
|
/third_party/openGLES/extensions/ANGLE/ |
D | ANGLE_texture_usage.txt | 106 have to reallocate the texture data as the texture is used in
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | ANGLE_texture_usage.txt | 106 have to reallocate the texture data as the texture is used in
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
D | ANGLE_texture_usage.txt | 106 have to reallocate the texture data as the texture is used in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 169 void reallocate(unsigned NewBitWidth);
|
/third_party/toybox/kconfig/ |
D | zconf.tab.c_shipped | 1208 to reallocate them elsewhere. */ 1271 /* Give user a chance to reallocate the stack. Use copies of
|