HomeSort by relevance Sort by last modified time
    Searched full:p_key (Results 1 - 10 of 10) sorted by null

  /external/valgrind/coregrind/
m_sparsewa.c 179 UWord p_key; local
191 swa_POP(swa, &p_key, &curr_ix, &curr_nd, &resume_point);
205 swa_PUSH(swa, p_key, curr_ix, curr_nd, 2/*resume_leaf_node*/);
206 *keyP = (p_key << 8) + (UWord)curr_ix;
220 swa_PUSH(swa, p_key, curr_ix, curr_nd, 3/*resume_nonleaf_node*/);
221 p_key = (p_key << 8) + (UWord)curr_ix;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rassapi.h 62 CHAR P_Key[RASSAPI_MAX_PARAM_KEY_SIZE];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 93 * This layout allows specifying/receiving the P_Key index. To use
114 * @pkey_index - P_Key index
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/
ib_user_mad.h 93 * This layout allows specifying/receiving the P_Key index. To use
114 * @pkey_index - P_Key index
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 677 NJ_CHAR *p_yomi, *p_key; local
720 p_key = cursor->cond.ds->keyword;
723 if (nj_charncmp(p_yomi, p_key, 1) != 0) {
727 p_key += NJ_CHAR_LEN(p_key);
  /external/kernel-headers/original/uapi/rdma/
ib_user_mad.h 93 * This layout allows specifying/receiving the P_Key index. To use
114 * @pkey_index - P_Key index
  /system/bt/stack/include/
btm_ble_api.h 389 * p_key: pointer to the key.
394 extern void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key);
    [all...]
btm_api_types.h     [all...]
  /system/bt/stack/btm/
btm_ble.cc 166 * p_key: pointer to the key.
171 void BTM_BleLoadLocalKeys(uint8_t key_type, tBTM_BLE_LOCAL_KEYS* p_key) {
174 if (p_key != NULL) {
177 memcpy(&p_devcb->id_keys, &p_key->id_keys,
182 memcpy(p_devcb->ble_encryption_key_value, p_key->er,
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 113 tBTM_BLE_LOCAL_KEYS* p_key);
    [all...]

Completed in 1756 milliseconds