/Kernel-v11.1.0/portable/Softune/MB96340/ |
D | __STD_LIB_sbrk.c | 48 extern char *sbrk(int size) in sbrk() argument 50 if (brk_siz + size > _heep_size || brk_siz + size < 0) in sbrk() 53 brk_siz += size; in sbrk() 54 return( (char*)_heep + brk_siz - size); in sbrk()
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | __STD_LIB_sbrk.c | 48 extern char *sbrk(int size) in sbrk() argument 50 if (brk_siz + size > _heep_size || brk_siz + size < 0) in sbrk() 53 brk_siz += size; in sbrk() 54 return( (char*)_heep + brk_siz - size); in sbrk()
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | xtensa_context.h | 67 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size argument 68 #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) argument 74 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; argument 75 #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; argument 333 .macro entry1 size=0x10 334 addi sp, sp, -\size 339 .macro ret1 size=0x10 341 addi sp, sp, \size
|
D | xtensa_intr_asm.S | 54 .size _xt_intenable,4 57 .size _xt_vpri_mask,4 144 .size xt_ints_on, . - xt_ints_on 183 .size xt_ints_off, . - xt_ints_off
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | read.c | 101 size_t size ) in __read() argument 112 for( ; size > 0; --size ) in __read()
|
D | write.c | 105 size_t size ) in __write() argument 122 for( ; size != 0; --size ) in __write()
|
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/ |
D | port_asm.asm | 92 .size _vector_14, $-_vector_14 148 .size _lc_ref__vector_pp_14, $-_lc_ref__vector_pp_14 168 .size SVC_Handler, $-SVC_Handler 189 .size vPortStartFirstTask, $-vPortStartFirstTask 206 .size vPortEnableVFP, $-vPortEnableVFP 220 .size ulPortSetInterruptMask, $-ulPortSetInterruptMask 231 .size vPortClearInterruptMask, $-vPortClearInterruptMask
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
D | portmacro.h | 263 #define pvPortMallocTcbMem( size ) heap_caps_malloc( size, portTcbMemoryCaps ) argument 264 #define pvPortMallocStackMem( size ) heap_caps_malloc( size, portStackMemoryCaps ) argument
|
/Kernel-v11.1.0/portable/GCC/ARM_CM0/ |
D | portmacro.h | 210 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | portmacro.h | 115 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
|