/u-boot/lib/lzo/ |
A D | lzodefs.h | 41 #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 D | of.h | 113 #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 D | avb_sysdeps_posix.c | 25 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 D | avb_util.c | 66 int avb_safe_memcmp(const void* s1, const void* s2, size_t n) { in avb_safe_memcmp()
|
/u-boot/arch/sh/lib/ |
A D | zimageboot.c | 23 char *s0, *s1; in do_sh_zimageboot() local
|
/u-boot/include/ |
A D | charset.h | 201 #define u16_strcmp(s1, s2) u16_strncmp((s1), (s2), SIZE_MAX) argument
|
/u-boot/test/lib/ |
A D | sscanf.c | 39 char s1[20], s2[10], s3[10], ch; in lib_sscanf() local
|
/u-boot/drivers/mtd/nand/raw/ |
A D | nand_ecc.c | 136 uint8_t s0, s1, s2; in nand_correct_data() local
|
/u-boot/arch/mips/include/asm/ |
A D | regdef.h | 40 #define s1 $17 macro 83 #define s1 $17 macro
|
/u-boot/lib/efi_loader/ |
A D | efi_freestanding.c | 23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
A D | efi_unicode_collation.c | 49 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
|
/u-boot/lib/ |
A D | string.c | 31 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 D | charset.c | 365 int u16_strncmp(const u16 *s1, const u16 *s2, size_t n) in u16_strncmp()
|
A D | sha512.c | 101 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro
|
/u-boot/arch/x86/include/asm/ |
A D | io.h | 152 #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 D | factoryset.c | 36 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
|
/u-boot/cmd/ |
A D | setexpr.c | 112 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
|
A D | nvedit.c | 819 int env_match(uchar *s1, int i2) in env_match()
|
/u-boot/arch/riscv/include/asm/ |
A D | ptrace.h | 22 unsigned long s1; member
|
/u-boot/fs/reiserfs/ |
A D | reiserfs.c | 39 substring (const char *s1, const char *s2) in substring()
|
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 568 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, unsigned long size) in __gcc_bcmp()
|
/u-boot/scripts/kconfig/ |
A D | expr.c | 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
|
A D | symbol.c | 927 const struct sym_match *s1 = sym1; in sym_rel_comp() local
|
/u-boot/lib/bzip2/ |
A D | bzlib_blocksort.c | 397 UInt16 s1, s2; in mainGtU() local
|
/u-boot/drivers/net/fsl-mc/ |
A D | mc.c | 246 const char *s1, *s2; in dpl_get_connection_endpoint() local
|