HomeSort by relevance Sort by last modified time
    Searched refs:p_opcode (Results 1 - 2 of 2) 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/gatt/
gatt_int.h 547 extern tGATT_CLCB* gatt_cmd_dequeue(tGATT_TCB& tcb, uint8_t* p_opcode);

Completed in 47 milliseconds