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

  /src/sys/arch/bebox/stand/boot/
pci.c 102 int slt, r; local
104 for (slt = 0; slt < NSLOTS; slt++) {
105 pslot = &PCI_slots[slt];
117 int slt; local
119 for (slt = 0; slt < NSLOTS; slt++) {
120 pslot = &PCI_slots[slt];
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
tex.cpp 365 line_type slt = lt; local
366 slt.type = line_type::solid;
367 line(pos, &pos, 1, slt);
common.cpp 32 line_type slt = lt; local
33 slt.type = line_type::solid;
47 circle(cent, rad, slt, -1.0);
132 line_type slt = lt; local
133 slt.type = line_type::solid;
179 ellipse_arc(cent, zpre, zdot, dim / 2, slt);
191 line_type slt = lt; local
192 slt.type = line_type::solid;
230 dot(cent + zdot, slt);
314 line_type slt = lt local
350 line_type slt = lt; local
488 line_type slt = lt; local
    [all...]
object.cpp 229 line_type slt = lt; local
230 slt.type = line_type::solid;
239 slt.thickness = 0.1;
240 out->polygon(v, 3, slt, 1);
244 out->line(pos + base - n, &pos, 1, slt);
245 out->line(pos + base + n, &pos, 1, slt);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
KnownBits.cpp 387 Optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { function in class:KnownBits
  /src/external/gpl3/gcc/dist/gcc/
double-int.cc 1362 double_int::slt (double_int b) const function in class:double_int
  /src/external/gpl3/gcc.old/dist/gcc/
double-int.cc 1362 double_int::slt (double_int b) const function in class:double_int
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 2332 rtx op0 = operands[0], op1 = operands[2], op2 = operands[3], slt; local
2360 slt = gen_rtx_LT (SImode, op1, op2);
2364 rtx tmp = copy_to_mode_reg (SImode, gen_rtx_NEG (SImode, slt));
2368 emit_insn (gen_rtx_SET (op0, slt));
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 2329 rtx op0 = operands[0], op1 = operands[2], op2 = operands[3], slt; local
2357 slt = gen_rtx_LT (SImode, op1, op2);
2361 rtx tmp = copy_to_mode_reg (SImode, gen_rtx_NEG (SImode, slt));
2365 emit_insn (gen_rtx_SET (op0, slt));

Completed in 43 milliseconds