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

  /src/sys/arch/bebox/stand/boot/
vga.c 41 #define CHR 2
287 memmove(pp + COL, pp, COL * CHR);
294 memmove(pp, pp + COL, (ROW-1 - i)*COL*CHR);
387 memmove(base, base + COL, COL * (ROW - 1) * CHR);
  /src/sys/arch/prep/stand/boot/
vga.c 42 #define CHR 2
289 memmove(pp + COL, pp, COL * CHR);
296 memmove(pp, pp + COL, (ROW-1 - i)*COL*CHR);
389 memmove(base, base + COL, COL * (ROW - 1) * CHR);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 45 #define DEBUG_TYPE "chr"
49 static cl::opt<bool> ForceCHR("force-chr", cl::init(false), cl::Hidden,
50 cl::desc("Apply CHR for all functions"));
53 "chr-bias-threshold", cl::init(0.99), cl::Hidden,
54 cl::desc("CHR considers a branch bias greater than this ratio as biased"));
57 "chr-merge-threshold", cl::init(2), cl::Hidden,
58 cl::desc("CHR merges a group of N branches/selects where N >= this value"));
61 "chr-module-list", cl::init(""), cl::Hidden,
62 cl::desc("Specify file to retrieve the list of modules to apply CHR to"));
65 "chr-function-list", cl::init(""), cl::Hidden
    [all...]
  /src/sys/arch/arc/dev/
pccons.c 203 #define CHR 2
1290 cx) * CHR);
1295 CHR);
1313 cx) * CHR);
1318 CHR);
1341 CHR);
1346 CHR);
1364 CHR);
1369 CHR);
1452 (vs.nchr - vs.ncol) * CHR);
    [all...]
  /src/usr.bin/indent/
indent.c 417 PLAIN, STR, CHR, COMM
442 if (state == CHR)
445 state = CHR;

Completed in 37 milliseconds