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

  /external/valgrind/main/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];
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /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/bluetooth/bluedroid/stack/btm/
btm_ble.c 200 ** p_key: pointer to the key.
205 void BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key)
209 if (p_key != NULL)
214 memcpy(&p_devcb->id_keys, &p_key->id_keys, sizeof(tBTM_BLE_LOCAL_ID_KEYS));
218 memcpy(p_devcb->er, p_key->er, sizeof(BT_OCTET16));
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h     [all...]
btm_api.h     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 106 static void bta_dm_ble_id_key_cback (UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key);
    [all...]

Completed in 548 milliseconds