HomeSort by relevance Sort by last modified time
    Searched defs:rotating_node_t (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.h 13 #define EMPTY_ROTATING_TREE ((rotating_node_t *)NULL)
15 typedef struct rotating_node_s rotating_node_t; typedef in typeref:struct:rotating_node_s
16 typedef int (*rotating_tree_enum_fn) (rotating_node_t *node, void *arg);
20 rotating_node_t *left;
21 rotating_node_t *right;
24 void RotatingTree_Add(rotating_node_t **root, rotating_node_t *node);
25 rotating_node_t* RotatingTree_Get(rotating_node_t **root, void *key);
26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn,
    [all...]
  /external/python/cpython2/Modules/
rotatingtree.h 13 #define EMPTY_ROTATING_TREE ((rotating_node_t *)NULL)
15 typedef struct rotating_node_s rotating_node_t; typedef in typeref:struct:rotating_node_s
16 typedef int (*rotating_tree_enum_fn) (rotating_node_t *node, void *arg);
20 rotating_node_t *left;
21 rotating_node_t *right;
24 void RotatingTree_Add(rotating_node_t **root, rotating_node_t *node);
25 rotating_node_t* RotatingTree_Get(rotating_node_t **root, void *key);
26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn
    [all...]
  /external/python/cpython3/Modules/
rotatingtree.h 13 #define EMPTY_ROTATING_TREE ((rotating_node_t *)NULL)
15 typedef struct rotating_node_s rotating_node_t; typedef in typeref:struct:rotating_node_s
16 typedef int (*rotating_tree_enum_fn) (rotating_node_t *node, void *arg);
20 rotating_node_t *left;
21 rotating_node_t *right;
24 void RotatingTree_Add(rotating_node_t **root, rotating_node_t *node);
25 rotating_node_t* RotatingTree_Get(rotating_node_t **root, void *key);
26 int RotatingTree_Enum(rotating_node_t *root, rotating_tree_enum_fn enumfn
    [all...]

Completed in 86 milliseconds