HomeSort by: relevance | last modified time | path
    Searched defs:in_mem (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
tls-provider.c 818 static int in_mem = 0; local
833 for (i = 0; i < in_mem; i++)
838 mem[in_mem++] = group_id;
  /src/external/gpl3/gcc/dist/gcc/
jump.cc 1040 mark_jump_label (rtx x, rtx_insn *insn, int in_mem)
1046 mark_jump_label_1 (x, insn, in_mem != 0,
1050 /* Worker function for mark_jump_label. IN_MEM is TRUE when X occurs
1057 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target)
1081 in_mem = true;
1094 if (!in_mem)
1099 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); local
1107 mark_jump_label_1 (XEXP (x, 0), insn, in_mem, false);
1108 mark_jump_label_1 (XEXP (x, 1), insn, in_mem, true);
1109 mark_jump_label_1 (XEXP (x, 2), insn, in_mem, true)
1100 mark_jump_label_1 (XEXP (x, 1), insn, in_mem, true); local
1101 mark_jump_label_1 (XEXP (x, 2), insn, in_mem, true); local
1157 mark_jump_label_1 (XVECEXP (x, eltnum, i), NULL, in_mem, local
1174 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); local
1180 mark_jump_label_1 (XVECEXP (x, i, j), insn, in_mem, local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
jump.cc 1037 mark_jump_label (rtx x, rtx_insn *insn, int in_mem)
1043 mark_jump_label_1 (x, insn, in_mem != 0,
1047 /* Worker function for mark_jump_label. IN_MEM is TRUE when X occurs
1054 mark_jump_label_1 (rtx x, rtx_insn *insn, bool in_mem, bool is_target)
1078 in_mem = true;
1091 if (!in_mem)
1096 mark_jump_label_1 (get_pool_constant (x), insn, in_mem, is_target); local
1104 mark_jump_label_1 (XEXP (x, 0), insn, in_mem, false);
1105 mark_jump_label_1 (XEXP (x, 1), insn, in_mem, true);
1106 mark_jump_label_1 (XEXP (x, 2), insn, in_mem, true)
1097 mark_jump_label_1 (XEXP (x, 1), insn, in_mem, true); local
1098 mark_jump_label_1 (XEXP (x, 2), insn, in_mem, true); local
1154 mark_jump_label_1 (XVECEXP (x, eltnum, i), NULL, in_mem, local
1171 mark_jump_label_1 (XEXP (x, i), insn, in_mem, is_target); local
1177 mark_jump_label_1 (XVECEXP (x, i, j), insn, in_mem, local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
tls-provider.c 3168 static int in_mem = 0; local
3183 for (i = 0; i < in_mem; i++)
3188 mem[in_mem++] = id;

Completed in 30 milliseconds