Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 29) sorted by relevance

12

/u-boot/lib/lzo/
A Dlzodefs.h41 #define DX2(p, s1, s2) (((((size_t)((p)[2]) << (s2)) ^ (p)[1]) \ argument
43 #define DX3(p, s1, s2, s3) ((DX2((p)+1, s2, s3) << (s1)) ^ (p)[0]) argument
/u-boot/include/dm/
A Dof.h113 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
114 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
115 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/u-boot/lib/libavb/
A Davb_sysdeps_posix.c25 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
29 int avb_strncmp(const char* s1, const char* s2, size_t n) { in avb_strncmp()
A Davb_util.c66 int avb_safe_memcmp(const void* s1, const void* s2, size_t n) { in avb_safe_memcmp()
/u-boot/arch/sh/lib/
A Dzimageboot.c23 char *s0, *s1; in do_sh_zimageboot() local
/u-boot/include/
A Dcharset.h201 #define u16_strcmp(s1, s2) u16_strncmp((s1), (s2), SIZE_MAX) argument
/u-boot/test/lib/
A Dsscanf.c39 char s1[20], s2[10], s3[10], ch; in lib_sscanf() local
/u-boot/drivers/mtd/nand/raw/
A Dnand_ecc.c136 uint8_t s0, s1, s2; in nand_correct_data() local
/u-boot/arch/mips/include/asm/
A Dregdef.h40 #define s1 $17 macro
83 #define s1 $17 macro
/u-boot/lib/efi_loader/
A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
A Defi_unicode_collation.c49 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
/u-boot/lib/
A Dstring.c31 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
61 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
644 char * strstr(const char * s1,const char * s2) in strstr()
A Dcharset.c365 int u16_strncmp(const u16 *s1, const u16 *s2, size_t n) in u16_strncmp()
A Dsha512.c101 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro
/u-boot/arch/x86/include/asm/
A Dio.h152 #define __OUT2(s,s1,s2) \ argument
156 #define __OUT(s,s1,x) \ argument
163 #define __IN2(s,s1,s2) \ argument
166 #define __IN(s,s1,i...) \ argument
/u-boot/board/siemens/common/
A Dfactoryset.c36 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
/u-boot/cmd/
A Dsetexpr.c112 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
A Dnvedit.c819 int env_match(uchar *s1, int i2) in env_match()
/u-boot/arch/riscv/include/asm/
A Dptrace.h22 unsigned long s1; member
/u-boot/fs/reiserfs/
A Dreiserfs.c39 substring (const char *s1, const char *s2) in substring()
/u-boot/arch/nios2/lib/
A Dlibgcc.c568 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, unsigned long size) in __gcc_bcmp()
/u-boot/scripts/kconfig/
A Dexpr.c42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
A Dsymbol.c927 const struct sym_match *s1 = sym1; in sym_rel_comp() local
/u-boot/lib/bzip2/
A Dbzlib_blocksort.c397 UInt16 s1, s2; in mainGtU() local
/u-boot/drivers/net/fsl-mc/
A Dmc.c246 const char *s1, *s2; in dpl_get_connection_endpoint() local

Completed in 59 milliseconds

12