Searched defs:s1 (Results 1 - 25 of 28) sorted by relevance

12

/u-boot/arch/sh/lib/
H A Dzimageboot.c23 char *s0, *s1; local
/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) argument
H A Defi_unicode_collation.c47 efi_stri_coll( struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) argument
H A Dboothart.c89 static int memcomp(const void *s1, const void *s2, size_t n) argument
/u-boot/test/lib/
H A Dstrlcat.c19 char *s1, *s2; local
[all...]
H A Dsscanf.c38 char s1[20], s2[10], s3[10], ch; local
[all...]
/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c25 int avb_strcmp(const char* s1, const char* s2) { argument
29 int avb_strncmp(const char* s1, const char* s2, size_t n) { argument
H A Davb_util.c66 int avb_safe_memcmp(const void* s1, const void* s2, size_t n) { argument
/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c135 uint8_t s0, s1, s2; local
[all...]
/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c210 static int strcmp_prefix(const char *s1, const char *s2) argument
/u-boot/arch/riscv/include/asm/
H A Dptrace.h22 unsigned long s1; member in struct:pt_regs
/u-boot/arch/mips/include/asm/
H A Dregdef.h40 #define s1 $17 macro
83 #define s1 $17 macro
/u-boot/board/siemens/common/
H A Dfactoryset.c28 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) argument
/u-boot/lib/
H A Dcharset.c363 int u16_strcasecmp(const u16 *s1, const u16 *s2) argument
390 u16_strncmp(const u16 *s1, const u16 *s2, size_t n) argument
[all...]
H A Dstring.c32 int strncasecmp(const char *s1, const char *s2, size_t len) argument
62 int strcasecmp(const char *s1, const char *s2) argument
688 char * strstr(const char * s1,const char * s2) argument
[all...]
H A Dsha512.c97 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro
/u-boot/cmd/
H A Dsetexpr.c117 static char *memstr(const char *s1, int l1, const char *s2, int l2) argument
/u-boot/arch/nios2/lib/
H A Dlibgcc.c568 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, unsigned long size) argument
/u-boot/scripts/kconfig/
H A Dexpr.c42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) argument
H A Dsymbol.c927 const struct sym_match *s1 = sym1; local
/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c397 UInt16 s1, s2; local
[all...]
/u-boot/drivers/ram/sunxi/
H A Ddram_sun20i_d1.c1194 unsigned int s1 = config->dram_tpr13; local
/u-boot/drivers/pinctrl/
H A Dpinctrl-single.c293 static int single_pin_compare(const void *s1, const void *s2) argument
/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr4_training_calibration.c954 int s0 = 0, s1 = 0, s2 = 0, slope = 1, r_sq = 0; local
/u-boot/tools/env/
H A Dfw_env.c382 static char *envmatch(char *s1, char *s2) argument

Completed in 237 milliseconds

12