OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_rand
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/glib/
grand.c
248
GRand*
new_rand
;
local
252
new_rand
= g_new0 (GRand, 1);
253
memcpy (
new_rand
, rand, sizeof (GRand));
255
return
new_rand
;
Completed in 141 milliseconds