Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dmkquota.c25 #define VOIDPTR_TO_UINT(ptr) ((unsigned int)(intptr_t)(ptr)) macro
188 c = VOIDPTR_TO_UINT(a); in dict_uint_cmp()
189 d = VOIDPTR_TO_UINT(b); in dict_uint_cmp()