OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVL_MAX_DEPTH
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_if.h
151
#if ((
AVL_MAX_DEPTH
) > L_EST_LONG_BIT)
156
unsigned long NAME[((
AVL_MAX_DEPTH
) + L_LONG_BIT - 1) / L_LONG_BIT];
182
AVL_HANDLE path_h[(
AVL_MAX_DEPTH
) - 1];
hmm_intrnl.h
157
#define
AVL_MAX_DEPTH
64
cavl_impl.h
102
#if ((
AVL_MAX_DEPTH
) > L_EST_LONG_BIT)
108
#define L_BIT_ARR_LONGS (((
AVL_MAX_DEPTH
) + L_LONG_BIT - 1) / L_LONG_BIT)
Completed in 38 milliseconds