/u-boot-v2022.01-rc1/lib/ |
A D | charset.c | 61 if ((code >= 0xD800 && code <= 0xDFFF) || in get_code() 75 ch += code; in get_code() 149 if ((code >= 0xD800 && code <= 0xDFFF) || code >= 0x110000) in utf8_put() 221 if (code >= 0xDC00 && code <= 0xDFFF) in utf16_get() 223 if (code >= 0xD800 && code <= 0xDBFF) { in utf16_get() 243 if ((code >= 0xD800 && code <= 0xDFFF) || code >= 0x110000) in utf16_put() 321 if (code >= 'A' && code <= 'Z') in utf_to_lower() 340 if (code >= 'a' && code <= 'z') in utf_to_upper() 440 if (code >= 0xDC00 && code <= 0xDFFF) { in utf16_to_utf8() 462 } else if (code >= 0xD800 && code <= 0xDBFF) { in utf16_to_utf8() [all …]
|
A D | slre.c | 126 op = r->code[pc]; in slre_dump() 142 r->code[pc + 1], r->code[pc + 2]); in slre_dump() 180 if (r->code_size >= (int) (sizeof(r->code) / sizeof(r->code[0]))) in emit() 183 r->code[r->code_size++] = (unsigned char) code; in emit() 284 memmove(r->code + begin + shift, r->code + begin, r->code_size - begin); in relocate() 291 if (r->code[prev] == EXACT && r->code[prev + 2] > 1) { in quantifier() 292 r->code[prev + 2]--; in quantifier() 294 emit(r, r->code[prev + 1] + r->code[prev + 2]); in quantifier() 299 r->code[prev] = op; in quantifier() 512 assert(pc < (int) (sizeof(r->code) / sizeof(r->code[0]))); in match() [all …]
|
/u-boot-v2022.01-rc1/scripts/ |
A D | decodecode | 23 code= 30 code=$i 37 code="$code $xdump" 47 if [ -z "$code" ]; then 52 echo $code 53 code=`echo $code | sed -e 's/.*Code: //'` 93 echo All code >> $T.oo 95 beforemark=`echo "$code"` 103 code=`echo "$code" | cut -c$((${marker} + 1))-` 107 code=`echo $code | sed -e 's/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` [all …]
|
/u-boot-v2022.01-rc1/drivers/net/fsl-mc/dpio/ |
A D | qbman_portal.h | 127 static inline uint32_t qb_attr_code_decode(const struct qb_attr_code *code, in qb_attr_code_decode() argument 130 return d32_uint32_t(code->lsoffset, code->width, cacheline[code->word]); in qb_attr_code_decode() 135 static inline void qb_attr_code_encode(const struct qb_attr_code *code, in qb_attr_code_encode() argument 138 cacheline[code->word] = in qb_attr_code_encode() 139 r32_uint32_t(code->lsoffset, code->width, cacheline[code->word]) in qb_attr_code_encode() 140 | e32_uint32_t(code->lsoffset, code->width, val); in qb_attr_code_encode() 143 static inline void qb_attr_code_encode_64(const struct qb_attr_code *code, in qb_attr_code_encode_64() argument 146 cacheline[code->word / 2] = val; in qb_attr_code_encode_64()
|
/u-boot-v2022.01-rc1/lib/efi_selftest/ |
A D | efi_selftest_util.c | 13 u16 code; member 79 u16 *efi_st_translate_char(u16 code) in efi_st_translate_char() argument 83 if (code >= ' ') { in efi_st_translate_char() 84 efi_st_ch[1] = code; in efi_st_translate_char() 88 if (tr->code == code) in efi_st_translate_char() 94 u16 *efi_st_translate_code(u16 code) in efi_st_translate_code() argument 99 if (tr->code == code) in efi_st_translate_code()
|
/u-boot-v2022.01-rc1/lib/zstd/ |
A D | error_private.h | 34 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() argument 36 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) in ERR_getErrorCode() argument 38 if (!ERR_isError(code)) in ERR_getErrorCode() 40 return (ERR_enum)(0 - code); in ERR_getErrorCode()
|
/u-boot-v2022.01-rc1/post/lib_powerpc/ |
A D | b.c | 29 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1); 30 extern void cpu_post_exec_31 (ulong *code, ulong *ctr, ulong *lr, ulong *jump, 41 unsigned long code[] = in cpu_post_test_bc() local 56 cpu_post_exec_31 (code, &ctr, &lr, &jump, cr); in cpu_post_test_bc() 70 ret = lr == (ulong) code + 24 ? 0 : -1; in cpu_post_test_bc() 86 ulong code[] = in cpu_post_test_b() local 97 cpu_post_exec_11 (code, &res, 0); in cpu_post_test_b() 109 ulong code[] = in cpu_post_test_b() local 120 cpu_post_exec_11 (code, &res, 0); in cpu_post_test_b() 122 ret = res == (ulong)code + 12 ? 0 : -1; in cpu_post_test_b()
|
A D | string.c | 25 extern void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); 26 extern void cpu_post_exec_04 (ulong *code, ulong op1, ulong op2, ulong op3, 40 ulong code[] = in cpu_post_test_string() local 53 cpu_post_exec_02(code, (ulong)src, (ulong)dst); in cpu_post_test_string() 62 ulong code[] = in cpu_post_test_string() local 75 cpu_post_exec_04(code, (ulong)src, (ulong)dst, 0, sizeof(src)); in cpu_post_test_string()
|
A D | cr.c | 38 extern void cpu_post_exec_11 (ulong *code, ulong *res, ulong op1); 39 extern void cpu_post_exec_21x (ulong *code, ulong *op1, ulong *op2, ulong op3); 240 unsigned long code[] = in cpu_post_test_cr() local 247 cpu_post_exec_11 (code, &res, cr); in cpu_post_test_cr() 263 unsigned long code[] = in cpu_post_test_cr() local 272 cpu_post_exec_21x (code, &res, &xer, test->xer); in cpu_post_test_cr() 288 unsigned long code[] = in cpu_post_test_cr() local 296 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr() 311 unsigned long code[] = in cpu_post_test_cr() local 319 cpu_post_exec_11 (code, &res, test->cr); in cpu_post_test_cr()
|
A D | load.c | 33 extern void cpu_post_exec_22w (ulong *code, ulong *op1, ulong op2, ulong *op3); 34 extern void cpu_post_exec_21w (ulong *code, ulong *op1, ulong *op2); 177 ulong code[] = in cpu_post_test_load() local 183 cpu_post_exec_22w (code, &base, test->offset, &value); in cpu_post_test_load() 187 ulong code[] = in cpu_post_test_load() local 193 cpu_post_exec_21w (code, &base, &value); in cpu_post_test_load()
|
A D | store.c | 33 extern void cpu_post_exec_12w (ulong *code, ulong *op1, ulong op2, ulong op3); 34 extern void cpu_post_exec_11w (ulong *code, ulong *op1, ulong op2); 161 ulong code[] = in cpu_post_test_store() local 167 cpu_post_exec_12w (code, &base, test->offset, test->value); in cpu_post_test_store() 171 ulong code[] = in cpu_post_test_store() local 177 cpu_post_exec_11w (code, &base, test->value); in cpu_post_test_store()
|
A D | multi.c | 26 extern void cpu_post_exec_02(ulong *code, ulong op1, ulong op2); 35 ulong code[] = { in cpu_post_test_multi() local 46 cpu_post_exec_02(code, (ulong) src, (ulong) dst); in cpu_post_test_multi()
|
/u-boot-v2022.01-rc1/arch/arm/include/asm/ |
A D | assembler.h | 55 #define PLD(code...) code argument 57 #define PLD(code...) argument 81 #define CALGN(code...) argument 83 #define CALGN(code...) code
|
/u-boot-v2022.01-rc1/tools/ |
A D | zynqmp_pm_cfg_obj_convert.py | 286 code = in_file.read() variable 289 code = re.sub('//.*?\n|/\*.*?\*/', '', code, flags=re.DOTALL) variable 292 code = re.search('const u32 XPm_ConfigObject.*=.*{\n(.*)};', variable 293 code, flags=re.DOTALL).group(1) 296 for item in code.split(','):
|
/u-boot-v2022.01-rc1/arch/arm/dts/ |
A D | sun4i-a10-inet9f-rev03.dts | 72 linux,code = <ABS_X>; 80 linux,code = <ABS_X>; 88 linux,code = <ABS_Y>; 96 linux,code = <ABS_Y>; 104 linux,code = <ABS_Z>; 112 linux,code = <ABS_Z>; 120 linux,code = <ABS_RZ>; 168 linux,code = <BTN_X>; 174 linux,code = <BTN_Y>; 180 linux,code = <BTN_A>; [all …]
|
A D | lpc3250-ea3250.dts | 26 linux,code = <103>; 32 linux,code = <1>; 38 linux,code = <2>; 44 linux,code = <3>; 50 linux,code = <4>; 56 linux,code = <10>; 62 linux,code = <11>; 68 linux,code = <12>; 74 linux,code = <13>; 80 linux,code = <14>;
|
A D | socfpga_cyclone5_sockit.dts | 65 linux,code = <0x0>; /* SW_LID */ 72 linux,code = <0x5>; /* SW_DOCK */ 79 linux,code = <0xa>; /* SW_KEYPAD_SLIDE */ 86 linux,code = <0xc>; /* SW_ROTATE_LOCK */ 92 linux,code = <187>; /* KEY_F17 */ 98 linux,code = <188>; /* KEY_F18 */ 104 linux,code = <189>; /* KEY_F19 */ 110 linux,code = <190>; /* KEY_F20 */
|
A D | am3517-evm-ui.dtsi | 78 /* linux,code = <BTN_0>; */ 84 linux,code = <KEY_PLAY>; 90 linux,code = <KEY_STOP>; 96 linux,code = <KEY_FASTFORWARD>; 102 linux,code = <KEY_REWIND>; 108 linux,code = <KEY_LEFTSHIFT>; 114 linux,code = <BTN_MODE>; 120 linux,code = <KEY_MENU>; 126 linux,code = <KEY_UP>; 132 linux,code = <KEY_DOWN>;
|
/u-boot-v2022.01-rc1/lib/zlib/ |
A D | inflate.h | 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes */ 111 code FAR *next; /* next available space in codes[] */ 114 code codes[ENOUGH]; /* space for code tables */
|
A D | inffixed.h | 10 static const code lenfix[512] = { 87 static const code distfix[32] = {
|
/u-boot-v2022.01-rc1/doc/ |
A D | README.davinci.nand_spl | 4 header, nand spl code and u-boot code. 10 code in a format, which the RBL can read. This is realize 47 the RBL to find the spl code. 54 After the spl code, there comes the "real" u-boot code 58 Setting up spl code: 63 * we write before the real spl code 85 code, and how big it is. 93 So we need to copy the spl code to block 5 page 0 114 a0000 spl code 115 c0000 u-boot code [all …]
|
/u-boot-v2022.01-rc1/include/ |
A D | charset.h | 27 int console_read_unicode(s32 *code); 46 int utf8_put(s32 code, char **dst); 106 int utf16_put(s32 code, u16 **dst); 166 s32 utf_to_lower(const s32 code); 174 s32 utf_to_upper(const s32 code);
|
/u-boot-v2022.01-rc1/fs/yaffs2/ |
A D | yaffs_error.c | 17 int code; member 52 while (e->code && e->text) { in yaffs_error_to_str() 53 if (err == e->code) in yaffs_error_to_str()
|
/u-boot-v2022.01-rc1/lib/lzma/ |
A D | history.txt | 74 - C++ LZMA code now is just wrapper over ANSI-C code. 89 - C++ code for .7z archives compressing/decompressing from 7-zip 112 - Fixes in C++ code: code could no be compiled if _NO_EXCEPTIONS was defined. 162 - Fixes in 7z_C code and LzmaTest.c: 169 - Small fixes in C++ code 190 LZMA + BCJ (filter for x86 code): 206 - Small speed optimization in LZMA C++ code 207 - filter for SPARC's code was added 219 - Source code of filters for x86, IA-64, ARM, ARM-Thumb 220 and PowerPC code was included to SDK [all …]
|
/u-boot-v2022.01-rc1/doc/board/nxp/ |
A D | mx6sabreauto.rst | 13 .. code-block:: bash 22 .. code-block:: bash 28 .. code-block:: bash 41 .. code-block:: bash 50 .. code-block:: bash 56 .. code-block:: bash 62 .. code-block:: bash 69 .. code-block:: bash
|