Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdlibndk.cpp253 int sin_value; in Srand() local
254 sin_value = rand(); in Srand()
256 napi_create_int32(env, sin_value, &result); in Srand()
272 int sin_value; in Srand48() local
273 sin_value = rand(); in Srand48()
275 napi_create_int32(env, sin_value, &result); in Srand48()
291 int sin_value; in Srandom() local
292 sin_value = rand(); in Srandom()
294 napi_create_int32(env, sin_value, &result); in Srandom()
H A Dunistdndk.cpp407 int sin_value = sleep(valueZero); in Sleep() local
409 napi_create_int32(env, sin_value, &result); in Sleep()
416 int sin_value = isatty(fd); in Isatty() local
419 napi_create_int32(env, sin_value, &result); in Isatty()

Completed in 8 milliseconds