Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 36) sorted by relevance

12

/Kernel-v11.1.0/portable/Softune/MB96340/
D__STD_LIB_sbrk.c48 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.c48 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/
Dxtensa_context.h67 #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
Dxtensa_intr_asm.S54 .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/
Dread.c101 size_t size ) in __read() argument
112 for( ; size > 0; --size ) in __read()
Dwrite.c105 size_t size ) in __write() argument
122 for( ; size != 0; --size ) in __write()
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/
Dport_asm.asm92 .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/
Dportmacro.h263 #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/
Dportmacro.h210 …#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/
Dportmacro.h115 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#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/
Dportmacrocommon.h203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…

12