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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.c 3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))
34 if (KEY_LOWER_THAN(node->key, (*root)->key))
56 if (KEY_LOWER_THAN(key, node->key))
74 if (KEY_LOWER_THAN(key, node->key)) {
  /external/python/cpython2/Modules/
rotatingtree.c 3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))
34 if (KEY_LOWER_THAN(node->key, (*root)->key))
56 if (KEY_LOWER_THAN(key, node->key))
74 if (KEY_LOWER_THAN(key, node->key)) {
  /external/python/cpython3/Modules/
rotatingtree.c 3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2))
34 if (KEY_LOWER_THAN(node->key, (*root)->key))
56 if (KEY_LOWER_THAN(key, node->key))
74 if (KEY_LOWER_THAN(key, node->key)) {

Completed in 479 milliseconds