Searched defs:PR_INT32_MAX (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtypes.h367 * MACROS: PR_INT32_MAX
374 #define PR_INT32_MAX PR_INT32(2147483647) macro
375 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v3_0.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v3_1.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v3_2.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v4_0.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v4_1.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v4_2.h226 #define PR_INT32_MAX PR_INT32(2147483647) macro
227 #define PR_INT32_MIN (-PR_INT32_MAX - 1)
H A DVBoxCAPI_v4_3.h288 #define PR_INT32_MAX PR_INT32(2147483647) macro
289 #define PR_INT32_MIN (-PR_INT32_MAX - 1)

Completed in 286 milliseconds