Searched defs:__PTR_TO_INT (Results 1 – 7 of 7) sorted by relevance
93 #define __PTR_TO_INT(P) ((int)(P)) macro
199 #define __PTR_TO_INT(P) ((int) (P)) macro
177 #define __PTR_TO_INT(P) ((int) (P)) macro
122 # define __PTR_TO_INT(P) ((P) - (char *) 0) macro