Home
last modified time | relevance | path

Searched refs:allocate_size (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-open-type-private.hh412 inline Type *allocate_size (unsigned int size) in allocate_size() function
427 return this->allocate_size<Type> (Type::min_size); in allocate_min()
441 Type *ret = this->allocate_size<Type> (size); in embed()
452 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend_min()
461 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend()
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh412 inline Type *allocate_size (unsigned int size) in allocate_size() function
427 return this->allocate_size<Type> (Type::min_size); in allocate_min()
441 Type *ret = this->allocate_size<Type> (size); in embed()
452 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend_min()
461 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend()
/external/jpeg/
Djdcoefct.c403 size_t allocate_size = coef->MCU_rows_per_iMCU_row in consume_data_build_huffman_index_baseline() local
407 (huffman_offset_data*)malloc(allocate_size); in consume_data_build_huffman_index_baseline()
408 index->mem_used += allocate_size; in consume_data_build_huffman_index_baseline()
472 size_t allocate_size = coef->MCU_rows_per_iMCU_row in consume_data_build_huffman_index_progressive() local
475 (huffman_offset_data*)malloc(allocate_size); in consume_data_build_huffman_index_progressive()
476 index->mem_used += allocate_size; in consume_data_build_huffman_index_progressive()
/external/qemu/distrib/jpeg-6b/
Djdcoefct.c403 size_t allocate_size = coef->MCU_rows_per_iMCU_row in consume_data_build_huffman_index_baseline() local
407 (huffman_offset_data*)malloc(allocate_size); in consume_data_build_huffman_index_baseline()
408 index->mem_used += allocate_size; in consume_data_build_huffman_index_baseline()
472 size_t allocate_size = coef->MCU_rows_per_iMCU_row in consume_data_build_huffman_index_progressive() local
475 (huffman_offset_data*)malloc(allocate_size); in consume_data_build_huffman_index_progressive()
476 index->mem_used += allocate_size; in consume_data_build_huffman_index_progressive()