Searched defs:NS_PTR_TO_INT32 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/base/ | ||
H A D | nscore.h | 428 #define NS_PTR_TO_INT32(x) ((char *)(x) - (char *)0) macro 433 #define NS_PTR_TO_INT32(x) ((PRInt32)((char *)(x) - (char *)0)) macro |
Completed in 47 milliseconds