OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_key
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/android/support/src/locale/
uselocale.c
34
static void
init_key
(void) {
function
40
pthread_once(&s_once,
init_key
);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java
54
private static final String EXTRA_INIT_KEY = "
init_key
";
107
int
init_key
= intent.getIntExtra(EXTRA_INIT_KEY, 7);
local
110
svc.gattTestCommand( 0xF0, null, null, auth_req, io_cap,
init_key
,
189
b.append("\n [--ei
init_key
] Initial key size (default 7)");
/external/jemalloc/test/include/test/
SFMT.h
78
sfmt_t *init_by_array(uint32_t *
init_key
, int key_length);
/external/jemalloc/test/src/
SFMT.c
635
* @param
init_key
the array of 32-bit integers, used as a seed.
636
* @param key_length the length of
init_key
.
638
sfmt_t *init_by_array(uint32_t *
init_key
, int key_length) {
683
r +=
init_key
[j] + i;
Completed in 232 milliseconds