Home
last modified time | relevance | path

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

1234

/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/lib/zstd/common/
A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError()
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName()
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode()
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
A Derror_private.h47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode()
62 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString()
A Dentropy_common.c31 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
32 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName()
34 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
35 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName()
/u-boot/tools/
A Dzynqmp_pm_cfg_obj_convert.py288 code = in_file.read() variable
291 code = re.sub('//.*?\n|/\*.*?\*/', '', code, flags=re.DOTALL) variable
294 code = re.search('const u32 XPm_ConfigObject.*=.*{\n(.*)};', variable
/u-boot/arch/microblaze/cpu/
A Dcpuinfo.c81 static const char *lookup_string(u32 code, in lookup_string()
101 const char *microblaze_lookup_fpga_family_string(const u32 code) in microblaze_lookup_fpga_family_string()
106 const char *microblaze_lookup_cpu_version_string(const u32 code) in microblaze_lookup_cpu_version_string()
/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
87 #define CALGN(code...) argument
/u-boot/post/lib_powerpc/
A Dstring.c39 ulong code[] = in cpu_post_test_string() local
61 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
/u-boot/lib/zstd/
A Dzstd_decompress_module.c21 unsigned int zstd_is_error(size_t code) in zstd_is_error()
27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code()
33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
/u-boot/include/dt-bindings/input/
A Dinput.h14 #define MATRIX_KEY(row, col, code) \ argument
/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/fs/yaffs2/
A Dyaffs_error.c17 int code; member
/u-boot/lib/zlib/
A Dinftrees.h28 } code; typedef
/u-boot/arch/arm/lib/
A Dzimage.c16 uint32_t code[9]; member
/u-boot/include/
A Dslre.h61 unsigned char code[256]; member
/u-boot/board/gdsys/a38x/
A Dhre.h14 uint8_t code[]; member

Completed in 812 milliseconds

1234