Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/lzo/
H 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
/rk3399_rockchip-uboot/include/dm/
H A Dof.h121 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
122 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
123 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sysdeps_posix.c51 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
55 int avb_strncmp(const char* s1, const char* s2, size_t n) { in avb_strncmp()
H A Davb_util.c83 int avb_safe_memcmp(const void* s1, const void* s2, size_t n) { in avb_safe_memcmp()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dregdef.h42 #define s2 $18 macro
85 #define s2 $18 macro
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_ecc.c137 uint8_t s0, s1, s2; in nand_correct_data() local
/rk3399_rockchip-uboot/lib/
H A Dstring.c30 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
60 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
621 char * strstr(const char * s1,const char * s2) in strstr()
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
/rk3399_rockchip-uboot/common/
H A Dwrite_keybox.c386 char *new_strstr(const char *s1, const char *s2, uint32_t l1) in new_strstr()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c13 int safe_memcmp(const void *s1, const void *s2, size_t n) in safe_memcmp()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dio.h149 #define __OUT2(s,s1,s2) \ argument
160 #define __IN2(s,s1,s2) \ argument
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c16 static int safe_memcmp(const void *s1, const void *s2, size_t n) in safe_memcmp()
/rk3399_rockchip-uboot/fs/reiserfs/
H A Dreiserfs.c40 substring (const char *s1, const char *s2) in substring()
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c569 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, unsigned long size) in __gcc_bcmp()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.c42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
H A Dsymbol.c1003 const struct sym_match *s2 = sym2; in sym_rel_comp() local
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_blocksort.c396 UInt16 s1, s2; in mainGtU() local
/rk3399_rockchip-uboot/drivers/net/fsl-mc/
H A Dmc.c221 const char *s1, *s2; in dpl_get_connection_endpoint() local
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c155 static char *envmatch(char *s1, char *s2) in envmatch()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c581 static int strcmp_l1(const char *s1, const char *s2) in strcmp_l1()
/rk3399_rockchip-uboot/drivers/video/
H 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()