Searched defs:code (Results 1 - 25 of 77) sorted by relevance

1234

/u-boot/lib/zstd/common/
H A Derror_private.c15 const char* ERR_getErrorString(ERR_enum code) argument
H A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } argument
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } argument
49 ZSTD_getErrorString(ZSTD_ErrorCode code) argument
[all...]
/u-boot/include/
H A Dinterrupt.h12 ulong code; member in struct:resume_data
H A Dslre.h61 unsigned char code[256]; member in struct:slre
/u-boot/fs/yaffs2/
H A Dyaffs_error.c17 int code; member in struct:error_entry
/u-boot/post/lib_powerpc/
H A Dmulti.c35 ulong code[] = { local
H A Dstring.c39 ulong code[] = local
61 ulong code[] = local
H A Dcmp.c93 unsigned long code[] = local
H A Dcmpi.c93 unsigned long code[] = local
H A Dload.c177 ulong code[] = local
187 ulong code[] = local
H A Drlwinm.c63 unsigned long code[] = local
H A Dtwox.c85 unsigned long code[] = local
H A Dtwo.c85 unsigned long code[] = local
H A Dthree.c160 unsigned long code[] = local
H A Dthreex.c130 unsigned long code[] = local
H A Dstore.c161 ulong code[] = local
171 ulong code[] = local
H A Dsrawi.c65 unsigned long code[] = local
H A Dthreei.c79 unsigned long code[] = local
/u-boot/lib/zlib/
H A Dinftrees.h28 } code; typedef in typeref:struct:__anon1256
[all...]
/u-boot/board/gdsys/a38x/
H A Dhre.h14 uint8_t code[]; member in struct:key_program
/u-boot/arch/arm/lib/
H A Dzimage.c16 uint32_t code[9]; member in struct:arm_z_header
/u-boot/lib/efi_selftest/
H A Defi_selftest_util.c13 u16 code; member in struct:efi_st_translate
79 u16 *efi_st_translate_char(u16 code) argument
94 u16 *efi_st_translate_code(u16 code) argument
/u-boot/arch/microblaze/include/asm/
H A Dcpuinfo.h46 const u32 code; member in struct:microblaze_version_map
[all...]
/u-boot/arch/microblaze/cpu/
H A Dcpuinfo.c80 static const char *lookup_string(u32 code, argument
100 const char *microblaze_lookup_fpga_family_string(const u32 code) argument
105 const char *microblaze_lookup_cpu_version_string(const u32 code) argument
/u-boot/tools/
H 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

Completed in 146 milliseconds

1234