Home
last modified time | relevance | path

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

/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/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.h41 #define s2 $18 macro
84 #define s2 $18 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()
/u-boot/cmd/
A Dsetexpr.c112 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
/u-boot/arch/riscv/include/asm/
A Dptrace.h31 unsigned long s2; member
/u-boot/fs/reiserfs/
A Dreiserfs.c39 substring (const char *s1, const char *s2) in substring()
/u-boot/arch/x86/include/asm/
A Dio.h152 #define __OUT2(s,s1,s2) \ argument
163 #define __IN2(s,s1,s2) \ argument
/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.c928 const struct sym_match *s2 = sym2; 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
/u-boot/tools/env/
A Dfw_env.c379 static char *envmatch(char *s1, char *s2) in envmatch()
/u-boot/arch/arm/mach-nexell/
A Dclock.c617 short s1 = 0, s2 = 0, d1 = 0, d2 = 0; in clk_round_rate() local
/u-boot/drivers/video/
A Dstb_truetype.h3044 …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 Dkconfiglib.py6361 def _strcmp(s1, s2): argument

Completed in 68 milliseconds