Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 71) sorted by relevance

123

/u-boot/lib/
A Dcharset.c45 int code = 0; in get_code() local
145 int utf8_put(s32 code, char **dst) in utf8_put()
179 s32 code = utf8_get(&src); in utf8_utf16_strnlen() local
201 s32 code = utf8_get(&src); in utf8_utf16_strncpy() local
213 s32 code, code2; in utf16_get() local
262 s32 code = utf16_get(&src); in utf16_strnlen() local
280 s32 code = utf16_get(&src); in utf16_utf8_strnlen() local
305 s32 code = utf16_get(&src); in utf16_utf8_strncpy() local
315 s32 utf_to_lower(const s32 code) in utf_to_lower()
334 s32 utf_to_upper(const s32 code) in utf_to_upper()
[all …]
/u-boot/tools/
A Dzynqmp_pm_cfg_obj_convert.py286 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
/u-boot/lib/efi_selftest/
A Defi_selftest_util.c13 u16 code; member
79 u16 *efi_st_translate_char(u16 code) in efi_st_translate_char()
94 u16 *efi_st_translate_code(u16 code) in efi_st_translate_code()
/u-boot/arch/arm/include/asm/
A Dassembler.h55 #define PLD(code...) code argument
57 #define PLD(code...) argument
81 #define CALGN(code...) argument
/u-boot/post/lib_powerpc/
A Dstring.c40 ulong code[] = in cpu_post_test_string() local
62 ulong code[] = in cpu_post_test_string() local
A Dcr.c240 unsigned long code[] = in cpu_post_test_cr() local
263 unsigned long code[] = in cpu_post_test_cr() local
288 unsigned long code[] = in cpu_post_test_cr() local
311 unsigned long code[] = in cpu_post_test_cr() local
A Db.c41 unsigned long code[] = in cpu_post_test_bc() local
86 ulong code[] = in cpu_post_test_b() local
109 ulong code[] = in cpu_post_test_b() local
A Dload.c177 ulong code[] = in cpu_post_test_load() local
187 ulong code[] = in cpu_post_test_load() local
A Dstore.c161 ulong code[] = in cpu_post_test_store() local
171 ulong code[] = in cpu_post_test_store() local
A Dmulti.c35 ulong code[] = { in cpu_post_test_multi() local
A Dcmp.c93 unsigned long code[] = in cpu_post_test_cmp() local
A Dcmpi.c93 unsigned long code[] = in cpu_post_test_cmpi() local
A Dtwo.c85 unsigned long code[] = in cpu_post_test_two() local
A Dtwox.c85 unsigned long code[] = in cpu_post_test_twox() local
A Dthreei.c79 unsigned long code[] = in cpu_post_test_threei() local
/u-boot/lib/zstd/
A Derror_private.h34 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
36 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) in ERR_getErrorCode()
A Dentropy_common.c22 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
24 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
/u-boot/include/dt-bindings/input/
A Dinput.h14 #define MATRIX_KEY(row, col, code) \ argument
/u-boot/fs/yaffs2/
A Dyaffs_error.c17 int code; member
/u-boot/drivers/net/fsl-mc/dpio/
A Dqbman_portal.h127 static inline uint32_t qb_attr_code_decode(const struct qb_attr_code *code, in qb_attr_code_decode()
135 static inline void qb_attr_code_encode(const struct qb_attr_code *code, 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()
/u-boot/lib/zlib/
A Dinftrees.h28 } code; typedef
/u-boot/arch/arm/lib/
A Dzimage.c16 uint32_t code[9]; member
/u-boot/board/gdsys/a38x/
A Dhre.h14 uint8_t code[]; member
/u-boot/include/
A Dslre.h61 unsigned char code[256]; member
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css78 code, .rst-content tt, .rst-content code { selector

Completed in 15 milliseconds

123