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

  /src/external/bsd/mdocml/dist/
mansearch.c 325 unsigned int slot1, slot2; local
360 for (res = ohash_first(h2, &slot2); res != NULL;
361 res = ohash_next(h2, &slot2))
376 slot2 = ohash_lookup_memory(htab,
378 if (ohash_find(htab, slot2) == NULL)
379 ohash_insert(htab, slot2, res);
  /src/external/gpl3/gcc/dist/gcc/
loop-unroll.cc 1563 var_to_expand **slot2; local
1631 slot2 = opt_info->insns_with_var_to_expand->find_slot (ves, INSERT);
1632 gcc_assert (*slot2 == NULL);
1633 *slot2 = ves;
predict.cc 1200 edge_prediction **slot2 = s.find_slot (pred, INSERT); local
1201 *slot2 = pred;
  /src/external/gpl3/gcc.old/dist/gcc/
loop-unroll.cc 1555 var_to_expand **slot2; local
1623 slot2 = opt_info->insns_with_var_to_expand->find_slot (ves, INSERT);
1624 gcc_assert (*slot2 == NULL);
1625 *slot2 = ves;
predict.cc 1188 edge_prediction **slot2 = s.find_slot (pred, INSERT); local
1189 *slot2 = pred;
  /src/external/gpl3/binutils/dist/bfd/
elf32-or1k.c 2290 unsigned slot1, slot2; local
2293 slot1 = insns[insn_count-2], slot2 = insnj;
2295 slot1 = insnj, slot2 = insns[insn_count-2];
2298 output_insns[insn_count-1] = slot2;
2303 unsigned slot1, slot2; local
2306 slot1 = insns[insn_count-1], slot2 = insnj;
2308 slot1 = insnj, slot2 = insns[insn_count-1];
2311 output_insns[insn_count] = slot2;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-or1k.c 2289 unsigned slot1, slot2; local
2292 slot1 = insns[insn_count-2], slot2 = insnj;
2294 slot1 = insnj, slot2 = insns[insn_count-2];
2297 output_insns[insn_count-1] = slot2;
2302 unsigned slot1, slot2; local
2305 slot1 = insns[insn_count-1], slot2 = insnj;
2307 slot1 = insnj, slot2 = insns[insn_count-1];
2310 output_insns[insn_count] = slot2;
  /src/external/gpl3/gdb/dist/bfd/
elf32-or1k.c 2289 unsigned slot1, slot2; local
2292 slot1 = insns[insn_count-2], slot2 = insnj;
2294 slot1 = insnj, slot2 = insns[insn_count-2];
2297 output_insns[insn_count-1] = slot2;
2302 unsigned slot1, slot2; local
2305 slot1 = insns[insn_count-1], slot2 = insnj;
2307 slot1 = insnj, slot2 = insns[insn_count-1];
2310 output_insns[insn_count] = slot2;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-or1k.c 2291 unsigned slot1, slot2; local
2294 slot1 = insns[insn_count-2], slot2 = insnj;
2296 slot1 = insnj, slot2 = insns[insn_count-2];
2299 output_insns[insn_count-1] = slot2;
2304 unsigned slot1, slot2; local
2307 slot1 = insns[insn_count-1], slot2 = insnj;
2309 slot1 = insnj, slot2 = insns[insn_count-1];
2312 output_insns[insn_count] = slot2;

Completed in 52 milliseconds