Searched refs:VOIDPTR_TO_UINT (Results 1 - 1 of 1) sorted by relevance
/external/e2fsprogs/lib/quota/ | ||
H A D | mkquota.c | 25 #define VOIDPTR_TO_UINT(ptr) ((unsigned int)(intptr_t)(ptr)) macro 188 c = VOIDPTR_TO_UINT(a); 189 d = VOIDPTR_TO_UINT(b); |
Completed in 734 milliseconds