OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_rand
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Analysis/
security-syntax-checks-no-emit.c
19
void
test_rand
()
function
/art/runtime/gc/space/
large_object_space_test.cc
50
size_t request_size =
test_rand
(&rand_seed) % max_allocation_size;
66
std::swap(requests[j], requests[
test_rand
(&rand_seed) % requests.size()]);
space_test.h
124
static inline size_t
test_rand
(size_t* seed) {
function in namespace:art::gc::space
415
alloc_size =
test_rand
(&rand_seed) % static_cast<size_t>(-object_size);
/external/bluetooth/bluedroid/stack/smp/
smp_int.h
211
BT_OCTET16
test_rand
;
member in struct:__anon6345
smp_utils.c
684
memcpy(smp_cb.
test_rand
, p_c_val, BT_OCTET16_LEN);
smp_act.c
221
memcpy(p_cb->rand, p_cb->
test_rand
, BT_OCTET16_LEN);
[
all
...]
Completed in 351 milliseconds