Home
last modified time | relevance | path

Searched refs:newsz (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dftmemory.h174 #define FT_MEM_REALLOC( ptr, cursz, newsz ) \
178 (FT_Long)(newsz), \
190 #define FT_MEM_QREALLOC( ptr, cursz, newsz ) \
194 (FT_Long)(newsz), \
287 #define FT_MEM_RENEW_ARRAY( ptr, cursz, newsz ) \
291 (FT_Long)(newsz), \
303 #define FT_MEM_QRENEW_ARRAY( ptr, cursz, newsz ) \
307 (FT_Long)(newsz), \
314 #define FT_REALLOC( ptr, cursz, newsz ) \
315 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) )
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c1125 upgrade_vertex(struct gl_context *ctx, GLuint attr, GLuint newsz) in upgrade_vertex() argument
1149 save->attrsz[attr] = newsz; in upgrade_vertex()
1152 save->vertex_size += newsz - oldsz; in upgrade_vertex()
1198 int copy = oldsz ? oldsz : newsz; in upgrade_vertex()
1201 for (; k < newsz; k++) { in upgrade_vertex()
1218 dest += newsz; in upgrade_vertex()
/third_party/glfw/deps/
H A Dstb_image_write.h229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz)
234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz)
/third_party/astc-encoder/Source/
H A Dstb_image_write.h229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz)
234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz)
H A Dstb_image.h681 #define STBI_REALLOC(p,newsz) realloc(p,newsz)
686 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz)
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c390 size_t newsz = store->provinfosz + BUILTINS_BLOCK_SIZE; in ossl_provider_info_add_to_store() local
393 sizeof(*store->provinfo) * newsz); in ossl_provider_info_add_to_store()
399 store->provinfosz = newsz; in ossl_provider_info_add_to_store()
/third_party/openssl/crypto/
H A Dprovider_core.c390 size_t newsz = store->provinfosz + BUILTINS_BLOCK_SIZE; in ossl_provider_info_add_to_store() local
393 sizeof(*store->provinfo) * newsz); in ossl_provider_info_add_to_store()
399 store->provinfosz = newsz; in ossl_provider_info_add_to_store()

Completed in 30 milliseconds