Home
last modified time | relevance | path

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

12

/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/portable/IAR/AVR32_UC3/
Dread.c98 size_t __read(int handle, uint8_t *buffer, size_t size) in __read() argument
109 for (; size > 0; --size) in __read()
Dwrite.c102 size_t __write(int handle, const uint8_t *buffer, size_t size) in __write() argument
119 for (; size != 0; --size) in __write()
/Kernel-v10.6.2/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-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h261 #define pvPortMallocTcbMem(size) heap_caps_malloc(size, portTcbMemoryCaps) argument
262 #define pvPortMallocStackMem(size) heap_caps_malloc(size, portStackMemoryCaps) argument
/Kernel-v10.6.2/portable/GCC/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-v10.6.2/portable/GCC/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-v10.6.2/portable/GCC/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-v10.6.2/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-v10.6.2/portable/GCC/ARM_CM3_MPU/
Dportmacro.h117 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/portable/GCC/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-v10.6.2/portable/IAR/ARM_CM4F_MPU/
Dportmacro.h208 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/portable/IAR/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-v10.6.2/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…
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/portable/GCC/ARM_CM33/non_secure/
Dportmacrocommon.h203 …#error configSYSTEM_CALL_STACK_SIZE must be defined to the desired size of the system call stack i…

12