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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEvent.java 49 * Predict.
53 public static final int PREDICT = 0xF0000008;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 788 predict the second code when the first is run. For example,
799 a successful PREDICT has the effect of making the two opcodes run as if
809 #define PREDICT(op) if (0) goto PRED_##op
811 #define PREDICT(op) if (*next_instr == op) goto PRED_##op
930 When the PREDICT() macros are enabled, some opcode pairs follow in
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 786 predict the second code when the first is run. For example,
797 a successful PREDICT has the effect of making the two opcodes run as if
807 #define PREDICT(op) if (0) goto PRED_##op
809 #define PREDICT(op) if (*next_instr == op) goto PRED_##op
928 When the PREDICT() macros are enabled, some opcode pairs follow in
    [all...]
  /external/python/cpython2/Python/
ceval.c 882 predict the second code when the first is run. For example,
893 a successful PREDICT has the effect of making the two opcodes run as if
904 #define PREDICT(op) if (0) goto PRED_##op
908 #define PREDICT(op) if (*next_instr == op) goto PRED_##op
1027 When the PREDICT() macros are enabled, some opcode pairs follow in
    [all...]

Completed in 2251 milliseconds