Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 9 of 9) sorted by relevance

/lk-master/kernel/include/kernel/
A Devent.h28 #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 Devent.c41 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 Dlinker.ld83 /* 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 Dlinker.ld55 /* 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 Dreadme.dox44 * 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 Dlinker-twosegment.ld6 * Data and BSS live in a higher memory address and initial data is
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S158 movs r2,#0 @ initial angle
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S974 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 Dnrfx.doxyfile652 # 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