Searched refs:QSORT_HELPER (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H A D | qsort_helpers.c | 9 #define QSORT_HELPER(name, type) \ macro 23 QSORT_HELPER(int, int); 24 QSORT_HELPER(uint, unsigned int); 25 QSORT_HELPER(long, long int); 26 QSORT_HELPER(ul, unsigned long int); 27 QSORT_HELPER(ll, long long int); 28 QSORT_HELPER(ull, unsigned long long int); 29 QSORT_HELPER(s8, int8_t); 30 QSORT_HELPER(u8, uint8_t); 31 QSORT_HELPER(s16, int16_t); [all …]
|