Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dffunicode.c315 WCHAR c = 0, uc; in ff_uni2oem() local
324 uc = (WCHAR)uni; in ff_uni2oem()
331 if (uc > p[i * 2]) { in ff_uni2oem()
398 WCHAR c = 0, uc; in ff_uni2oem() local
407 uc = (WCHAR)uni; in ff_uni2oem()
503 WORD uc, bc, nc, cmd; in ff_wtoupper() local
598 uc = (WORD)uni; in ff_wtoupper()
599 p = uc < 0x1000 ? cvt1 : cvt2; in ff_wtoupper()
606 case 0: uc = p[uc - bc]; break; /* Table conversion */ in ff_wtoupper()
607 case 1: uc -= (uc - bc) & 1; break; /* Case pairs */ in ff_wtoupper()
[all …]
A Dff.c719 DWORD uc; in tchar2uni() local
729 uc = uc << 16 | wc; in tchar2uni()
754 uc = uc << 6 | (b & 0x3F); in tchar2uni()
756 if (uc < 0x80 || IsSurrogate(uc) || uc >= 0x110000) return 0xFFFFFFFF; /* Wrong code? */ in tchar2uni()
757 …if (uc >= 0x010000) uc = 0xD800DC00 | ((uc - 0x10000) << 6 & 0x3FF0000) | (uc & 0x3FF); /* Make a … in tchar2uni()
763 …if (uc >= 0x010000) uc = 0xD800DC00 | ((uc - 0x10000) << 6 & 0x3FF0000) | (uc & 0x3FF); /* Make a … in tchar2uni()
779 uc = wc; in tchar2uni()
783 return uc; in tchar2uni()
1847 WCHAR wc, uc; local
1883 WCHAR wc, uc; local
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dformatfloat.c145 char uc = fmt & 0x20; in mp_format_float() local
147 *s++ = 'I' ^ uc; in mp_format_float()
148 *s++ = 'N' ^ uc; in mp_format_float()
149 *s++ = 'F' ^ uc; in mp_format_float()
152 *s++ = 'N' ^ uc; in mp_format_float()
153 *s++ = 'A' ^ uc; in mp_format_float()
154 *s++ = 'N' ^ uc; in mp_format_float()
/AliOS-Things-master/components/fatfs/src/
A Dffunicode.c5525 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem()
5546 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
A Dff.c1718 WCHAR wc, uc; local
1726 uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */
1728 if (i >= FF_MAX_LFN || ff_wtoupper(uc) != ff_wtoupper(lfnbuf[i++])) { /* Compare it */
1731 wc = uc;
1733 if (uc != 0xFFFF) return 0; /* Check filler */
1754 WCHAR wc, uc; local
1762 uc = ld_word(dir + LfnOfs[s]); /* Pick an LFN character */
1765 lfnbuf[i++] = wc = uc; /* Store it */
1767 if (uc != 0xFFFF) return 0; /* Check filler */
/AliOS-Things-master/components/debug/src/
A Ddebug_print.c422 unsigned char uc; in print_driver() local
482 uc = va_arg(ap, unsigned int); in print_driver()
483 OUTPUT_CHAR(uc); in print_driver()
484 OUTPUT_BUF(uc, 1, buf); in print_driver()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dprintf.c356 unsigned char uc; in printf_engine() local
417 uc = va_arg(args, unsigned int); in printf_engine()
423 OUTPUT_CHAR(uc); in printf_engine()
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c1137 glyphOffset.uc = 0; /* make compiler happy */ in gxv_EntryTable_validate()
1141 glyphOffset.uc = FT_NEXT_BYTE( p ); in gxv_EntryTable_validate()
1511 glyphOffset.uc = 0; /* make compiler happy */ in gxv_XEntryTable_validate()
1515 glyphOffset.uc = FT_NEXT_BYTE( p ); in gxv_XEntryTable_validate()
A Dgxvcommn.h144 FT_Byte uc; member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dunicode_gen.c290 int code, lc, uc, last_code; in parse_unicode_data() local
314 uc = 0; in parse_unicode_data()
318 uc = strtoul(p, NULL, 16); in parse_unicode_data()
326 if (uc > 0 || lc > 0) { in parse_unicode_data()
328 if (uc > 0) { in parse_unicode_data()
331 ci->u_data[0] = uc; in parse_unicode_data()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c267 duk_uint8_t uc[8]; member
639 duk_uint8_t uc[4]; member
35996 (u.uc[0] == 0 && u.uc[1] == 0 && u.uc[2] == 0 && u.uc[3] == 0 && in duk__cbor_encode_double_fp()
35997 u.uc[4] == 0 && (u.uc[5] & 0x03U) == 0); in duk__cbor_encode_double_fp()
36034 (u.uc[0] == 0 && u.uc[1] == 0 && u.uc[2] == 0 && (u.uc[3] & 0xe0U) == 0); in duk__cbor_encode_double_fp()
51732 if (duk_memcmp((const void *) du1.uc, (const void *) du2.uc, sizeof(du1.uc)) == 0) {
97422 du.uc[0] = 0x40; du.uc[1] = 0x00; du.uc[2] = 0x11; du.uc[3] = 0x22;
97423 du.uc[4] = 0x33; du.uc[5] = 0x44; du.uc[6] = 0x55; du.uc[7] = 0x66;
97436 (unsigned int) du.uc[0], (unsigned int) du.uc[1],
97437 (unsigned int) du.uc[2], (unsigned int) du.uc[3],
[all …]
/AliOS-Things-master/components/SDL2/
A Dlibtool4169 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9568 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool3095 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
8419 done | sort | sort -uc >/dev/null 2>&1); then
A Dltmain.sh2602 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
7926 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/build-scripts/
A Dltmain.sh3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9129 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltmain.sh3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9142 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltmain.sh3730 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
9142 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dltmain.sh5103 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
10630 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh5103 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
10630 done | sort | sort -uc >/dev/null 2>&1); then
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dltmain.sh5103 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
10639 done | sort | sort -uc >/dev/null 2>&1); then

Completed in 390 milliseconds