HomeSort by relevance Sort by last modified time
    Searched refs:test_rand (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
security-syntax-checks-no-emit.c 19 void test_rand() function
  /art/runtime/gc/space/
space_test.cc 41 static size_t test_rand(size_t* seed) { function in namespace:art::gc::space
223 size_t request_size = test_rand(&rand_seed) % max_allocation_size;
238 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]);
347 alloc_size = test_rand(&rand_seed) % static_cast<size_t>(-object_size);
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 209 BT_OCTET16 test_rand; member in struct:__anon3983
smp_utils.c 636 memcpy(smp_cb.test_rand, p_c_val, BT_OCTET16_LEN);
smp_act.c 205 memcpy(p_cb->rand, p_cb->test_rand, BT_OCTET16_LEN);
    [all...]

Completed in 519 milliseconds