Searched refs:uncompressed_buf (Results 1 – 5 of 5) sorted by relevance
/third_party/uboot/u-boot-2020.01/test/ |
D | compression.c | 309 void *uncompressed_buf; member 334 buf->uncompressed_buf, buf->uncompressed_size, in run_test_internal() 338 errcheck(memcmp(buf->orig_buf, buf->uncompressed_buf, in run_test_internal() 342 memset(buf->uncompressed_buf, 'A', TEST_BUFFER_SIZE); in run_test_internal() 344 buf->uncompressed_buf, buf->orig_size, in run_test_internal() 347 errcheck(memcmp(buf->orig_buf, buf->uncompressed_buf, in run_test_internal() 349 errcheck(((char *)buf->uncompressed_buf)[buf->orig_size] == 'A'); in run_test_internal() 392 buf->uncompressed_buf = malloc(buf->uncompressed_size); in run_test() 393 errcheck(buf->uncompressed_buf); in run_test() 402 free(buf->uncompressed_buf); in run_test()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 1770 FT_Byte* uncompressed_buf = NULL; in woff2_open_font() local 2233 if ( FT_QALLOC( uncompressed_buf, woff2.uncompressed_size ) || in woff2_open_font() 2238 error = woff2_decompress( uncompressed_buf, in woff2_open_font() 2248 error = reconstruct_font( uncompressed_buf, in woff2_open_font() 2295 FT_FREE( uncompressed_buf ); in woff2_open_font()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 1781 FT_Byte* uncompressed_buf = NULL; in woff2_open_font() local 2226 if ( FT_ALLOC( uncompressed_buf, woff2.uncompressed_size ) || in woff2_open_font() 2231 error = woff2_decompress( uncompressed_buf, in woff2_open_font() 2241 error = reconstruct_font( uncompressed_buf, in woff2_open_font() 2288 FT_FREE( uncompressed_buf ); in woff2_open_font()
|
/third_party/freetype/ |
D | ChangeLog | 1358 (woff2_open_font): Don't set `uncompressed_buf' to NULL. 1419 Free `uncompressed_buf'. 1759 (woff2_open_font): Free `uncompressed_buf'. 1766 This data is stored in a separate buffer (uncompressed_buf) because
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4107 (woff2_open_font): Don't set `uncompressed_buf' to NULL. 4168 Free `uncompressed_buf'. 4508 (woff2_open_font): Free `uncompressed_buf'. 4515 This data is stored in a separate buffer (uncompressed_buf) because
|