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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic30.c 658 static partemplate *p_opcode; local
672 p_opcode = (partemplate *) hash_find (parop_hash, token);
673 if (p_opcode)
675 debug ("Found instruction %s\n", p_opcode->name);
676 p_insn.tm = p_opcode;
717 p_opcode = (partemplate *) hash_find (parop_hash, token);
719 if (p_opcode)
721 debug ("Found instruction %s\n", p_opcode->name);
722 p_insn.tm = p_opcode;
    [all...]
  /system/bt/stack/btm/
btm_ble_batchscan.c 292 void btm_ble_batchscan_deq_op_q(UINT8 *p_opcode,tBTM_BLE_BATCH_SCAN_STATE *cur_state,
296 *p_opcode = (ble_batchscan_cb.op_q.sub_code[ble_batchscan_cb.op_q.pending_idx]
    [all...]
btm_ble_multi_adv.c 89 void btm_ble_multi_adv_deq_op_q(UINT8 *p_opcode, UINT8 *p_inst_id, UINT8 *p_cb_evt)
95 *p_opcode = (p_op_q->p_sub_code[p_op_q->pending_idx] & BTM_BLE_MULTI_ADV_SUBCODE_MASK);
  /system/bt/stack/gatt/
gatt_int.h 662 extern tGATT_CLCB *gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_opcode);

Completed in 883 milliseconds