Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 8 of 8) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/cmd/
A Dcmd_util.h86 #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/renesas/ra6m3-hmi-board/board/lvgl/demo/stress/
A Dlv_demo_stress.c364 …lv_chart_series_t * s1 = lv_chart_add_series(obj, lv_palette_main(LV_PALETTE_RED), LV_CHART_AXIS_P… in obj_test_task_cb() local
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/
A Dbflb_common.c73 int ATTR_TCM_SECTION arch_memcmp(const void *s1, const void *s2, uint32_t n) in arch_memcmp()
/bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/
A Dde_bws.c516 unsigned int th0, th1, th2, th3, s0, s1, s2, s3; in de_bws_tasklet() local
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl602/std/src/
A Dbl602_romapi.c148 int ATTR_TCM_SECTION BL602_MemCmp(const void *s1, const void *s2, uint32_t n) in BL602_MemCmp()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl702/std/src/
A Dbl702_romapi.c90 __ALWAYS_INLINE ATTR_TCM_SECTION int BL702_MemCmp(const void *s1, const void *s2, uint32_t n) in BL702_MemCmp()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm.c1273 u_int8_t s1 = silence & 0x0f; in snd_pcm_area_silence() local
/bsp/avr32/software_framework/utils/
A Dcompiler.h1422 static inline void *memcpy_be(void *s1, const void *s2, char n) in memcpy_be()

Completed in 29 milliseconds