Searched refs:cH (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/perf/ubrkperf/
H A Dubrkperfold.cpp544 int cL, cH; local
546 cH = fgetc(fFile);
547 c = cL | (cH << 8);
548 if (cH == EOF) {
556 int cL, cH; local
557 cH = fgetc(fFile);
559 c = cL | (cH << 8);
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dpty.sh276 w echo erase=:\cV\cH:
291 w echo backslash-erase=:\\\cH:
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/collationperf/
H A Dcollperf.cpp1273 int cL, cH; local
1275 cH = fgetc(fFile);
1276 c = cL | (cH << 8);
1277 if (cH == EOF) {
1285 int cL, cH; local
1286 cH = fgetc(fFile);
1288 c = cL | (cH << 8);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_glue.c377 cyc_handler_t cH; local
382 (omni->cyo_online)(omni->cyo_arg, CPU, &cH, &cT);
392 cyc_list[cpu_number()] = timer_call_add_cyclic(wrapTC, &cH, &cT);
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Djapan-util.el234 (while (re-search-forward "\\cH\\|\\cK" nil t)
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dlatin1-disp.el2702 (?\$,2#a(B "cH")
2706 (?\$,2#e(B "cH-")
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp12444 unsigned cH = MRI.createVirtualRegister(RC8); local
12456 BuildMI(mainMBB, DL, TII->get(HiOpc), cH);
12457 BuildMI(mainMBB, DL, TII->get(X86::MOVZX32rr8), cH32).addReg(cH);

Completed in 307 milliseconds