/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ffunicode.c | 315 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 D | ff.c | 719 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 D | formatfloat.c | 145 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 D | ffunicode.c | 5525 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_uni2oem() 5546 const WCHAR *p = CVTBL(uc, FF_CODE_PAGE); in ff_oem2uni()
|
A D | ff.c | 1718 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 D | debug_print.c | 422 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 D | printf.c | 356 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 D | gxvcommn.c | 1137 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 D | gxvcommn.h | 144 FT_Byte uc; member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | unicode_gen.c | 290 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 D | duktape.c | 267 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 D | libtool | 4169 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 D | libtool | 3095 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 D | ltmain.sh | 2602 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 D | ltmain.sh | 3730 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 D | ltmain.sh | 3730 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 D | ltmain.sh | 3730 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 D | ltmain.sh | 5103 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 D | ltmain.sh | 5103 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 D | ltmain.sh | 5103 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
|