HomeSort by: relevance | last modified time | path
    Searched refs:uncompressed_size (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/util/
fossilize_db.h 65 uint32_t uncompressed_size; member in struct:foz_payload_header
disk_cache_os.c 41 uint32_t uncompressed_size; member in struct:cache_entry_file_data
513 uncompressed_data = malloc(cf_data->uncompressed_size);
515 cf_data->uncompressed_size))
519 *size = cf_data->uncompressed_size;
643 cf_data.uncompressed_size = dc_job->size;
fossilize_db.c 469 header.uncompressed_size = blob_size;
501 header.uncompressed_size = sizeof(uint64_t);
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
wofftypes.h 167 FT_ULong uncompressed_size; /* uncompressed brotli stream size */ member in struct:WOFF2_HeaderRec_
  /xsrc/external/mit/MesaLib.old/dist/src/util/
disk_cache.c 863 uint32_t uncompressed_size; member in struct:cache_entry_file_data
978 cf_data.uncompressed_size = dc_job->size;
1194 uncompressed_data = malloc(cf_data.uncompressed_size);
1196 cf_data.uncompressed_size))
1201 cf_data.uncompressed_size))
1210 *size = cf_data.uncompressed_size;
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfwoff2.c 323 FT_Offset uncompressed_size = (FT_Offset)dst_size; local
329 &uncompressed_size,
333 uncompressed_size != dst_size )
1946 woff2.uncompressed_size = last_table->src_offset +
1948 if ( woff2.uncompressed_size < last_table->src_offset )
2212 if ( woff2.uncompressed_size < 1 )
2218 if ( woff2.uncompressed_size > sfnt_size )
2226 if ( FT_ALLOC( uncompressed_buf, woff2.uncompressed_size ) ||
2232 woff2.uncompressed_size,
2242 woff2.uncompressed_size,
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_display.c 988 unsigned long uncompressed_size; local
1028 uncompressed_size = crtc->mode.HDisplay * crtc->mode.VDisplay *
1030 if (pI830->compressed_front_buffer->size < uncompressed_size)

Completed in 12 milliseconds