Home
last modified time | relevance | path

Searched refs:total_blocks (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpyarena.c72 size_t total_blocks; member
152 arena->total_blocks = 1; in PyArena_New()
196 arena->total_blocks++; in PyArena_Malloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpyarena.c72 size_t total_blocks; member
152 arena->total_blocks = 1; in PyArena_New()
203 arena->total_blocks++; in PyArena_Malloc()
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.c141 int64_t total_blocks; member
802 if (pipeline->total_blocks == 0) { in cras_dsp_pipeline_add_statistic()
810 pipeline->total_blocks++; in cras_dsp_pipeline_add_statistic()