Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 25) 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/sh/lib/
H A Dzimageboot.c20 char *s0, *s1; in do_sh_zimageboot() local
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dregdef.h41 #define s1 $17 macro
84 #define s1 $17 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/arch/x86/include/asm/
H A Dio.h149 #define __OUT2(s,s1,s2) \ argument
153 #define __OUT(s,s1,x) \ argument
160 #define __IN2(s,s1,s2) \ argument
163 #define __IN(s,s1,i...) \ argument
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
H A Dnvedit.c1122 int envmatch(uchar *s1, int i2) in envmatch()
/rk3399_rockchip-uboot/board/siemens/common/
H A Dfactoryset.c31 static int fact_match(unsigned char *eeprom_buf, uchar *s1, int i2) in fact_match()
/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/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.c1002 const struct sym_match *s1 = sym1; 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/crypto/rockchip/
H A Dcrypto_v2_pka.c633 s8 s1; in rk_pka_div_long_num() local
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h481 float x1,y1,s1,t1; // bottom-right member
3044 static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(const stbtt_uint8 *s1, stbtt_int32 le… 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()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c581 static int strcmp_l1(const char *s1, const char *s2) in strcmp_l1()