Home
last modified time | relevance | path

Searched refs:ch3 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c262 int ch3 = getc( foo ); in figurefiletype() local
268 if ( ( ch1 == 0 && ch2 == 1 && ch3 == 0 && ch4 == 0 ) || in figurefiletype()
269 ( ch1 == 'O' && ch2 == 'T' && ch3 == 'T' && ch4 == 'O' ) || in figurefiletype()
270 ( ch1 == 't' && ch2 == 'r' && ch3 == 'u' && ch4 == 'e' ) || in figurefiletype()
271 ( ch1 == 't' && ch2 == 't' && ch3 == 'c' && ch4 == 'f' ) ) in figurefiletype()
290 else if ( ch1 == 1 && ch2 == 0 && ch3 == 4 ) in figurefiletype()
295 else if ( ch1 == 'S' && ch2 == 'T' && ch3 == 'A' && ch4 == 'R' ) in figurefiletype()
300 else if ( ch1 == 'P' && ch2 == 'F' && ch3 == 'R' && ch4 == '0' ) in figurefiletype()
305 else if ( ( ch1 == '\1' && ch2 == 'f' && ch3 == 'c' && ch4 == 'p' ) || in figurefiletype()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_regs.h2022 unsigned ch3:1; member
2056 unsigned ch3:1; member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c48280 duk_int_t ch3; local
48346 ch3 = r[1];
48347 if (ch3 >= DUK_ASC_0 && ch3 <= DUK_ASC_9) {
48348 captmp = capnum * 10 + (ch3 - DUK_ASC_0);

Completed in 256 milliseconds