HomeSort by: relevance | last modified time | path
    Searched refs:model_index (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/rangecoder/
price.h 73 uint32_t model_index = 1; local
78 price += rc_bit_price(probs[model_index], bit);
79 model_index = (model_index << 1) + bit;
range_encoder.h 91 uint32_t model_index = 1; local
95 rc_bit(rc, &probs[model_index], bit);
96 model_index = (model_index << 1) + bit;
105 uint32_t model_index = 1; local
110 rc_bit(rc, &probs[model_index], bit);
111 model_index = (model_index << 1) + bit;
  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 933 int model_index;
965 #define INSN_MODEL_INDEX(INSN) (HID (INSN)->model_index)
932 int model_index; member in struct:_haifa_insn_data
haifa-sched.cc 1958 model_index (rtx_insn *insn)
2014 /* Return the model_index of the last unscheduled use in chain USE
2029 index = model_index (next->insn);
2038 /* An instruction with model_index POINT has just been scheduled, and it
2142 point = model_index (insn);
2445 point = model_index (insn);
2805 diff = model_index (tmp) - model_index (tmp2);
3585 point = model_index (insn->insn);
4029 && model_index (insn) == model_curr_point
1948 model_index (rtx_insn *insn) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 931 int model_index;
963 #define INSN_MODEL_INDEX(INSN) (HID (INSN)->model_index)
930 int model_index; member in struct:_haifa_insn_data
haifa-sched.cc 1954 model_index (rtx_insn *insn)
2010 /* Return the model_index of the last unscheduled use in chain USE
2025 index = model_index (next->insn);
2034 /* An instruction with model_index POINT has just been scheduled, and it
2138 point = model_index (insn);
2441 point = model_index (insn);
2801 diff = model_index (tmp) - model_index (tmp2);
3581 point = model_index (insn->insn);
4025 && model_index (insn) == model_curr_point
1944 model_index (rtx_insn *insn) function
    [all...]

Completed in 72 milliseconds