Searched refs:_memset (Results 1 – 18 of 18) sorted by relevance
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLiteKernel/rtos/ |
| A D | vg_lite_hal.c | 101 static inline void _memset(void *mem, unsigned char value, int size) in _memset() function 450 _memset(device, 0, sizeof(struct vg_lite_device)); in vg_lite_init() 459 _memset((void *)device->contiguous, 0, heap_size); in vg_lite_init()
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm0plus.S | 144 bl _memset
|
| /bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm0plus.S | 144 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_04_cm0plus.S | 144 bl _memset
|
| /bsp/Infineon/psoc6-cy8cproto-062S3-4343W/libs/TARGET_CY8CPROTO-062S3-4343W/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_03_cm0plus.S | 144 bl _memset
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm0plus.S | 144 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/libs/TARGET_CY8CKIT-062-BLE/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_01_cm0plus.S | 160 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/COMPONENT_CM0P/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_01_cm0plus.S | 160 bl _memset
|
| /bsp/Infineon/psoc6-cy8cproto-062S3-4343W/libs/TARGET_CY8CPROTO-062S3-4343W/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_03_cm4.S | 302 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_01_cm4.S | 275 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_04_cm4.S | 303 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062-BLE/libs/TARGET_CY8CKIT-062-BLE/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_01_cm4.S | 275 bl _memset
|
| /bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm4.S | 296 bl _memset
|
| /bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm4.S | 296 bl _memset
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/COMPONENT_CM4/TOOLCHAIN_A_Clang/ |
| A D | startup_psoc6_02_cm4.S | 296 bl _memset
|
| /bsp/amebaz/ |
| A D | export-rom_symbol_v01.txt | 20 _memset = 0xa7d;
|
| A D | rom_symbol_v01_iar.icf | 18 define exported symbol _memset = 0xa7d;
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/ |
| A D | vg_lite.c | 3501 static void _memset(void *p, unsigned char value, int size) in _memset() function 4122 _memset(feature, 0, sizeof(uint32_t) * gcFEATURE_COUNT); in fill_feature_table() 7135 _memset(ctx, 0, sizeof(s_context)); in vg_lite_close() 7138 _memset(&ctx->s_ftable, 0, sizeof(ctx->s_ftable)); in vg_lite_close() 7150 _memset(ctx, 0, sizeof(*ctx)); in vg_lite_close()
|
Completed in 68 milliseconds