Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp549 int cL, cH; in get() local
551 cH = fgetc(fFile); in get()
552 c = cL | (cH << 8); in get()
553 if (cH == EOF) { in get()
561 int cL, cH; in get() local
562 cH = fgetc(fFile); in get()
564 c = cL | (cH << 8); in get()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp1276 int cL, cH; in get() local
1278 cH = fgetc(fFile); in get()
1279 c = cL | (cH << 8); in get()
1280 if (cH == EOF) { in get()
1288 int cL, cH; in get() local
1289 cH = fgetc(fFile); in get()
1291 c = cL | (cH << 8); in get()
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm43 DD 019a4c116H, 01e376c08H, 02748774cH, 034b0bcb5H

Completed in 4 milliseconds