Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Drotatingtree.c3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2)) macro
34 if (KEY_LOWER_THAN(node->key, (*root)->key)) in RotatingTree_Add()
56 if (KEY_LOWER_THAN(key, node->key)) in RotatingTree_Get()
74 if (KEY_LOWER_THAN(key, node->key)) { in RotatingTree_Get()