Searched defs:seed (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A DVtsHalGatekeeperV1_0TargetTest.cpp131 void generatePassword(hidl_vec<uint8_t> &password, uint8_t seed) { argument
133 memset(password.data(), seed, password.size());
/hardware/qcom/msm8998/json-c/
H A Dlinkhash.c405 int seed; local
407 while ((seed = json_c_get_random_seed()) == -1);
409 __sync_val_compare_and_swap(&random_seed, -1, seed);
411 InterlockedCompareExchange(&random_seed, seed, -1);
413 #warning "racy random seed initializtion if used by multiple threads"
414 random_seed = seed; /* potentially racy */
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp208 uint16 crc_16_l_step_nv12 (uint16 seed, const void *buf_ptr, argument
211 uint16 crc_16 = ~seed;

Completed in 135 milliseconds