Searched defs:resize_buffer (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/XNNPACK/src/ |
H A D | memory.c | 78 static void* resize_buffer( in resize_buffer() function
|
/aosp_15_r20/external/python/cpython3/Modules/_io/ |
D | stringio.c | 75 resize_buffer(stringio *self, size_t size) in resize_buffer() function
|
D | bytesio.c | 125 resize_buffer(bytesio *self, size_t size) in resize_buffer() function
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | stringio.c | 54 resize_buffer(stringio *self, size_t size) in resize_buffer() function
|
D | bytesio.c | 59 resize_buffer(bytesio *self, size_t size) in resize_buffer() function
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 84 void resize_buffer(T* src_buffer, T* dst_buffer, int src_w, int src_h, int dst_w, int dst_h, in resize_buffer() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_tls.c | 305 static int resize_buffer(unsigned char **buffer, size_t len_new, size_t *len_old) in resize_buffer() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_tls.c | 321 static int resize_buffer(unsigned char **buffer, size_t len_new, size_t *len_old) in resize_buffer() function
|