Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp132 long randValue = jrand48(xSubFirst); in Lcong48() local
134 napi_create_int32(env, static_cast<int>(randValue), &result); in Lcong48()
147 int randValue = rand(); in Rand() local
148 if (randValue < RAND_MAX) { in Rand()
152 int randValue = rand(); in Rand() local
153 if (randValue > PARAM_0) { in Rand()
169 long randValue = llabs(a); in LLabs() local
171 napi_create_int32(env, randValue, &result); in LLabs()
182 long randValue = labs(a); in Labs() local
184 napi_create_int32(env, randValue, in Labs()
[all...]

Completed in 2 milliseconds