Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_mem/memory_manager/
Dhmm_resize.c37 if (!IS_BLOCK_ALLOCATED(head_ptr)) in U()
52 !IS_BLOCK_ALLOCATED(next_head_ptr); in U()
Dhmm_base.c179 if (!IS_BLOCK_ALLOCATED(free_head_ptr)) in U()
205 } else if (IS_BLOCK_ALLOCATED(bkwd_head_ptr)) in U()
239 } else if (IS_BLOCK_ALLOCATED(fwd_head_ptr)) in U()
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
Dhmm_intrnl.h101 #define IS_BLOCK_ALLOCATED(HEAD_PTR) \ macro