Searched refs:INSN_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
40 #define INSN_CHUNK_SIZE (1 << INSN_CHUNK_BITS) macro41 #define INSN_CHUNK_MAX (INSN_CHUNK_SIZE - 1)
457 insns = calloc(sizeof(*insn), INSN_CHUNK_SIZE); in decode_instructions()