Home
last modified time | relevance | path

Searched refs:ch1 (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c260 int ch1 = 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()
276 else if ( ch1 == 0x80 && ch2 == '\01' ) in figurefiletype()
281 else if ( ch1 == '%' && ch2 == '!' ) 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()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_string.c103 uint8_t ch0, ch1; in LITE_hexstr_convert() local
111 ch1 = _hexval_of_char((char)input[2 * i + 1]); in LITE_hexstr_convert()
112 output[i] = (ch0 << 4 | ch1); in LITE_hexstr_convert()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdswitch.c342 char ch1, ch2; in set_sample_factors() local
347 if (sscanf(arg, "%d%c%d%c", &val1, &ch1, &val2, &ch2) < 3) in set_sample_factors()
349 if ((ch1 != 'x' && ch1 != 'X') || ch2 != ',') /* syntax check */ in set_sample_factors()
/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_ps_ams_tmd2725.c569 int ch0, ch1, lux1, lux2, lux; in tmd2725_get_lux() local
571 ch1 = tmd2725_chip.als_inf.als_ch1; in tmd2725_get_lux()
575 (tmd2725_chip.als_inf.lux1_ch1_coef * ch1)) / in tmd2725_get_lux()
578 (tmd2725_chip.als_inf.lux2_ch1_coef * ch1)) / in tmd2725_get_lux()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibunicode.c757 int i, j, k, cc, cc1, start, ch1; in sort_cc() local
765 ch1 = buf[j]; in sort_cc()
766 cc1 = unicode_get_cc(ch1); in sort_cc()
776 buf[k + 1] = ch1; in sort_cc()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/
A Ddwc_otg_regs.h2020 unsigned ch1:1; member
2054 unsigned ch1:1; member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c42128 DUK_LOCAL_DECL void duk__emit_2(duk_json_enc_ctx *js_ctx, duk_uint_fast8_t ch1, duk_uint_fast8_t ch…
43125 #define DUK__EMIT_2(js_ctx,ch1,ch2) duk__emit_2((js_ctx), (duk_uint_fast8_t) (ch1), (duk_uint_f… argument
43137 DUK_LOCAL void duk__emit_2(duk_json_enc_ctx *js_ctx, duk_uint_fast8_t ch1, duk_uint_fast8_t ch2) { argument
43138 DUK_BW_WRITE_ENSURE_U8_2(js_ctx->thr, &js_ctx->bw, ch1, ch2);
48277 duk_int_t ch1; local
48284 ch1 = *r++;
48285 if (ch1 != DUK_ASC_DOLLAR) {
48298 ch1 = (1 << 8) + DUK_ASC_DOLLAR;
48385 DUK_BW_WRITE_ENSURE_U8(thr, bw, (duk_uint8_t) (ch1 & 0xff));
48386 r += ch1 >> 8;

Completed in 298 milliseconds