Lines Matching full:for
20 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
21 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
31 * Configuration-specific information for Xtensa build. This file must be
50 #include <xtensa/config/system.h> /* required for XSHAL_CLIB */
59 * be allocated for saving coprocessor state and/or C library state information
60 * (if thread safety is enabled for the C library). The sizes are in bytes.
62 * Stack sizes for individual tasks should be derived from these minima based on
65 * on the requirement for a task that calls nothing else but can be interrupted.
73 * If thread safety is enabled for the C runtime library, (XT_USE_THREAD_SAFE_CLIB
83 * space to be allocated for tasks that use the C library
84 * reentrant functions. See below for more information.
88 * was chosen for your system.
90 * XT_STACK_MIN_SIZE -- The minimum stack size for any task. It is recommended
91 * that you do not use a stack smaller than this for any
96 * XT_STACK_EXTRA -- The amount of extra stack space to allocate for a task
100 * XT_STACK_EXTRA_CLIB -- The amount of space to allocate for C library state.
104 /* Extra space required for interrupt/exception hooks. */
116 * For the supported libraries, we enable thread safety by default, and this can
164 * Space allocated for user code -- function calls and local variables.
166 * amount of space you reserve is adequate for the worst-case conditions in your
169 * for spilling register windows.