Searched defs:attr (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/include/sys/ |
D | tree.h | 463 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 474 #define RB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument 476 #define RB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument 478 #define RB_PROTOTYPE_REMOVE(name, type, attr) \ argument 480 #define RB_PROTOTYPE_INSERT(name, type, attr) \ argument 482 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument 484 #define RB_PROTOTYPE_NFIND(name, type, attr) \ argument 486 #define RB_PROTOTYPE_NEXT(name, type, attr) \ argument 488 #define RB_PROTOTYPE_PREV(name, type, attr) \ argument 490 #define RB_PROTOTYPE_MINMAX(name, type, attr) \ argument [all …]
|