HomeSort by relevance Sort by last modified time
    Searched defs:allocate_size (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jdcoefct.c 403 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
407 (huffman_offset_data*)malloc(allocate_size);
408 index->mem_used += allocate_size;
472 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
475 (huffman_offset_data*)malloc(allocate_size);
476 index->mem_used += allocate_size;
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdcoefct.c 403 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
407 (huffman_offset_data*)malloc(allocate_size);
408 index->mem_used += allocate_size;
472 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
475 (huffman_offset_data*)malloc(allocate_size);
476 index->mem_used += allocate_size;
    [all...]

Completed in 1162 milliseconds