| /rk3399_rockchip-uboot/lib/lzo/ |
| H 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
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | of.h | 121 #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 D | avb_sysdeps_posix.c | 51 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 D | avb_util.c | 83 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 D | regdef.h | 42 #define s2 $18 macro 85 #define s2 $18 macro
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | nand_ecc.c | 137 uint8_t s0, s1, s2; in nand_correct_data() local
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 30 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 D | setexpr.c | 67 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | write_keybox.c | 386 char *new_strstr(const char *s1, const char *s2, uint32_t l1) in new_strstr()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl_ab.c | 13 int safe_memcmp(const void *s1, const void *s2, size_t n) in safe_memcmp()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | io.h | 149 #define __OUT2(s,s1,s2) \ argument 160 #define __IN2(s,s1,s2) \ argument
|
| /rk3399_rockchip-uboot/lib/avb/rk_avb_user/ |
| H A D | rk_ab_ops_user.c | 16 static int safe_memcmp(const void *s1, const void *s2, size_t n) in safe_memcmp()
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 40 substring (const char *s1, const char *s2) in substring()
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 569 __gcc_bcmp (const unsigned char *s1, const unsigned char *s2, unsigned long size) in __gcc_bcmp()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | expr.c | 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
|
| H A D | symbol.c | 1003 const struct sym_match *s2 = sym2; in sym_rel_comp() local
|
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib_blocksort.c | 396 UInt16 s1, s2; in mainGtU() local
|
| /rk3399_rockchip-uboot/drivers/net/fsl-mc/ |
| H A D | mc.c | 221 const char *s1, *s2; in dpl_get_connection_endpoint() local
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 155 static char *envmatch(char *s1, char *s2) in envmatch()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_fastboot.c | 581 static int strcmp_l1(const char *s1, const char *s2) in strcmp_l1()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H 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()
|