Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/tests/lib/cpp/cxx/src/
Dmain.cpp90 foo_class(int foo) : foo(foo) {} in foo_class()
93 int foo; member in foo_class
96 struct foo { struct
100 BUILD_ASSERT(sizeof(foo) == sizeof(int)); argument
/Zephyr-Core-3.5.0/tests/kernel/device/src/
Dabstract_driver.c15 static int my_driver_A_do_this(const struct device *device, int foo, int bar) in my_driver_A_do_this()
37 static int my_driver_B_do_this(const struct device *device, int foo, int bar) in my_driver_B_do_this()
Dabstract_driver.h21 static inline int subsystem_do_this(const struct device *device, int foo, in subsystem_do_this()
Dmain.c365 int foo = 2; in ZTEST() local
/Zephyr-Core-3.5.0/samples/subsys/shell/shell_module/src/
Dtest_module.c11 void foo(void) in foo() function
/Zephyr-Core-3.5.0/tests/kernel/threads/thread_stack/src/
Dmain.c25 struct foo { struct
32 __kstackmem struct foo stest_member_stack; argument