/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/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 | 41 #define s2 $18 macro 84 #define s2 $18 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()
|
/u-boot/cmd/ |
A D | setexpr.c | 112 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
|
/u-boot/arch/riscv/include/asm/ |
A D | ptrace.h | 31 unsigned long s2; member
|
/u-boot/fs/reiserfs/ |
A D | reiserfs.c | 39 substring (const char *s1, const char *s2) in substring()
|
/u-boot/arch/x86/include/asm/ |
A D | io.h | 152 #define __OUT2(s,s1,s2) \ argument 163 #define __IN2(s,s1,s2) \ argument
|
/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 | 928 const struct sym_match *s2 = sym2; 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
|
/u-boot/tools/env/ |
A D | fw_env.c | 379 static char *envmatch(char *s1, char *s2) in envmatch()
|
/u-boot/arch/arm/mach-nexell/ |
A D | clock.c | 617 short s1 = 0, s2 = 0, d1 = 0, d2 = 0; in clk_round_rate() local
|
/u-boot/drivers/video/ |
A D | stb_truetype.h | 3044 …toUTF16_bigendian_prefix(const stbtt_uint8 *s1, stbtt_int32 len1, const stbtt_uint8 *s2, stbtt_int… in stbtt__CompareUTF8toUTF16_bigendian_prefix() 3083 STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2… in stbtt_CompareUTF8toUTF16_bigendian()
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 6361 def _strcmp(s1, s2): argument
|