| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/cmd/ |
| A D | cmd_util.h | 86 #define cmd_memcmp(s1, s2, n) memcmp(s1, s2, n) argument 89 #define cmd_strcmp(s1, s2) strcmp(s1, s2) argument 90 #define cmd_strncmp(s1, s2, n) strncmp(s1, s2, n) argument 91 #define cmd_strcasecmp(s1, s2) strcasecmp(s1, s2) argument 92 #define cmd_strncasecmp(s1, s2, n) strncasecmp(s1, s2, n) argument 95 #define cmd_strstr(s1, s2) strstr(s1, s2) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_bws.c | 516 unsigned int th0, th1, th2, th3, s0, s1, s2, s3; in de_bws_tasklet() local 539 &th3, &s0, &s1, &s2, &s3); in de_bws_tasklet() 548 s2 = 384; in de_bws_tasklet() 558 s2 = BWS_DEFAULT_SLOPE; in de_bws_tasklet() 562 de_bws_set_para(screen_id, chno, th0, th1, th2, th3, s0, s1, s2, in de_bws_tasklet() 566 g_bws_status[screen_id][chno]->slope_white = s2; in de_bws_tasklet()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_common.c | 73 int ATTR_TCM_SECTION arch_memcmp(const void *s1, const void *s2, uint32_t n) in arch_memcmp() argument 75 const unsigned char *c1 = s1, *c2 = s2; in arch_memcmp()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_common.h | 38 int arch_memcmp(const void *s1, const void *s2, uint32_t n);
|
| /bsp/bluetrum/ab32vg1-ab-prougen/ |
| A D | README.md | 56 - 按键: 3 个, USER(s2,s3) and RESET(s1)
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/ |
| A D | bl616_common.h | 179 int ARCH_MemCmp(const void *s1, const void *s2, uint32_t n);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/ |
| A D | bl808_common.h | 186 int ARCH_MemCmp(const void *s1, const void *s2, uint32_t n);
|
| /bsp/loongson/ls2kdev/ |
| A D | README.md | 77 s0 s1 s2 s3 s4 s5 s6 s7
|
| /bsp/avr32/software_framework/utils/ |
| A D | compiler.h | 1422 static inline void *memcpy_be(void *s1, const void *s2, char n) in memcpy_be() argument 1425 const char *su2 = (const char *)s2; in memcpy_be()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_stdinc.h | 582 extern DECLSPEC int SDLCALL SDL_memcmp(const void *s1, const void *s2, size_t len); 607 extern DECLSPEC char *SDLCALL SDL_strtokr(char *s1, const char *s2, char **saveptr);
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/ |
| A D | bl602_romapi.c | 148 int ATTR_TCM_SECTION BL602_MemCmp(const void *s1, const void *s2, uint32_t n) in BL602_MemCmp() argument 150 return RomDriver_BL602_MemCmp(s1, s2, n); in BL602_MemCmp()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/ |
| A D | bl702_romapi.c | 90 __ALWAYS_INLINE ATTR_TCM_SECTION int BL702_MemCmp(const void *s1, const void *s2, uint32_t n) in BL702_MemCmp() argument 92 return RomDriver_BL702_MemCmp(s1, s2, n); in BL702_MemCmp()
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | selfboot_gcc.S | 45 #define msize s2
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/include/ |
| A D | bl602_romdriver.h | 353 ((int (*)(const void *s1, const void *s2, uint32_t n))ROM_APITABLE[ROM_API_INDEX_BL602_MemCmp])
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/include/ |
| A D | bl702_romdriver.h | 288 ((int (*)(const void *s1, const void *s2, uint32_t n))ROM_APITABLE[ROM_API_INDEX_BL702_MemCmp])
|
| /bsp/ESP32_C3/idf_port/ld/ |
| A D | sections.ld | 239 *(.gnu.linkonce.s2.*)
|