OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BLOCK_ALLOCATED
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_resize.c
38
if (!
IS_BLOCK_ALLOCATED
(head_ptr))
53
!
IS_BLOCK_ALLOCATED
(next_head_ptr);
hmm_base.c
192
if (!
IS_BLOCK_ALLOCATED
(free_head_ptr))
221
else if (
IS_BLOCK_ALLOCATED
(bkwd_head_ptr))
262
else if (
IS_BLOCK_ALLOCATED
(fwd_head_ptr))
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h
103
#define
IS_BLOCK_ALLOCATED
(HEAD_PTR) \
Completed in 28 milliseconds