Home
last modified time | relevance | path

Searched refs:_PP_M (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_misc.c87 #define _PP_M 2147483647L /**< 2**31 - 1 */ macro
118 if (lo > _PP_M) { in miscNextLongRand()
120 lo &= _PP_M; in miscNextLongRand()
124 if (lo > _PP_M) { in miscNextLongRand()
125 lo &= _PP_M; in miscNextLongRand()
136 randomnum = seed ? (seed & _PP_M) : 1; /* nonzero seed */ in miscSeedLongRand()

Completed in 1 milliseconds