OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_tree
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h
24
#undef
l_tree
macro
159
#define L_BALANCE_PARAM_CALL_PREFIX
l_tree
,
160
#define L_BALANCE_PARAM_DECL_PREFIX L_(avl) *
l_tree
,
182
L_SC void L_(init)(L_(avl) *
l_tree
) {
183
l_tree
->root = AVL_NULL;
190
L_SC int L_(is_empty)(L_(avl) *
l_tree
) {
191
return(
l_tree
->root == AVL_NULL);
308
L_SC AVL_HANDLE L_(insert)(L_(avl) *
l_tree
, AVL_HANDLE h) {
313
if (
l_tree
->root == AVL_NULL)
314
l_tree
->root = h
1048
#define
l_tree
macro
1082
#undef
l_tree
macro
1090
#define
l_tree
macro
1124
#undef
l_tree
macro
[
all
...]
Completed in 38 milliseconds