Searched refs:initial (Results 1 – 9 of 9) sorted by relevance
/lk-master/kernel/include/kernel/ |
A D | event.h | 28 #define EVENT_INITIAL_VALUE(e, initial, _flags) \ argument 31 .signaled = initial, \ 52 void event_init(event_t *, bool initial, uint flags);
|
/lk-master/kernel/ |
A D | event.c | 41 void event_init(event_t *e, bool initial, uint flags) { in event_init() argument 42 *e = (event_t)EVENT_INITIAL_VALUE(*e, initial, flags); in event_init()
|
/lk-master/arch/microblaze/ |
A D | linker.ld | 83 /* read-write small data with initial value */ 102 /* read only small variables without initial value */ 107 /* read-write small variables without initial value */
|
/lk-master/arch/mips/ |
A D | linker.ld | 55 /* read only small variables without initial value */ 88 /* read-write small data with initial value */ 107 /* read-write small variables without initial value */
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_temp/example/ |
A D | readme.dox | 44 * initial sample. This examples uses this approach, but displays both 45 * the later sample and initial sample values for comparison.<br>
|
/lk-master/arch/riscv/ |
A D | linker-twosegment.ld | 6 * Data and BSS live in a higher memory address and initial data is
|
/lk-master/external/platform/pico/rp2_common/pico_float/ |
A D | float_v1_rom_shim.S | 158 movs r2,#0 @ initial angle
|
/lk-master/external/platform/pico/rp2_common/pico_double/ |
A D | double_v1_rom_shim.S | 974 ldrb r2,[r4,r2] @ initial approximation to reciprocal square root a0 Q8 1129 @ in one pass, rotate the initial vector by the residual ω and then run a
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 652 # initial value of a variable or macro / define can have for it to appear in the 1480 # to set the initial width (in pixels) of the frame in which the tree is shown. 1913 # MAN_EXTENSION with the initial . removed.
|
Completed in 21 milliseconds