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

  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.hpp 27 init_key(key, Service::id);
42 init_key(key, Service::id);
51 init_key(key, Service::id);
59 init_key(key, Service::id);
65 void service_registry::init_key(asio::io_service::service::key& key, function in class:asio::detail::service_registry
  /external/ltp/testcases/kernel/syscalls/request_key/
request_key02.c 71 static int init_key(char *name, int cmd) function
101 key2 = init_key("ltp2", KEYCTL_REVOKE);
102 key3 = init_key("ltp3", KEYCTL_SET_TIMEOUT);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 66 ASIO_DECL static void init_key(
73 static void init_key(asio::io_service::service::key& key,
  /external/jemalloc_new/test/include/test/
SFMT.h 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
  /external/jemalloc/test/include/test/
SFMT.h 78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 29 or init_by_array(init_key, key_length).
168 /* init_key is the array for initializing keys */
171 init_by_array(RandomObject *self, unsigned long init_key[], unsigned long key_length)
182 + init_key[j] + j; /* non linear */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_randommodule.c 29 or init_by_array(init_key, key_length).
168 /* init_key is the array for initializing keys */
171 init_by_array(RandomObject *self, unsigned long init_key[], unsigned long key_length)
182 + init_key[j] + j; /* non linear */
  /external/python/cpython2/Modules/
_randommodule.c 29 or init_by_array(init_key, key_length).
168 /* init_key is the array for initializing keys */
171 init_by_array(RandomObject *self, unsigned long init_key[], unsigned long key_length)
182 + init_key[j] + j; /* non linear */
  /external/python/cpython3/Modules/
_randommodule.c 29 or init_by_array(init_key, key_length).
169 /* init_key is the array for initializing keys */
172 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length)
183 + init_key[j] + (uint32_t)j; /* non linear */
  /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;
  /external/jemalloc_new/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 283 milliseconds