Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/mem_alloc/src/
Dmain.c93 static void do_the_access(volatile union aligntest *aptr) in do_the_access() argument
95 aptr->thelonglong = 2; in do_the_access()
96 aptr->thelonglong; in do_the_access()
99 aptr->thedouble = 3.0; in do_the_access()
100 aptr->thedouble; in do_the_access()
103 aptr->theuintmax_t = 4; in do_the_access()
104 aptr->theuintmax_t; in do_the_access()
106 aptr->thepfunc = test_main; in do_the_access()
107 aptr->thepfunc; in do_the_access()
109 aptr->thetime_t = 3; in do_the_access()
[all …]