Searched refs:foo_t (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/camkes/apps/alignment/common/
H A Dcommon.h17 } foo_t; typedef in typeref:struct:foo
22 static inline void memcpy_test(foo_t *a, foo_t *b) {
23 foo_t intermediate = *a;
25 memcpy(b, &intermediate, sizeof(foo_t));
36 foo_t a, b;
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dconfigure11798 typedef int foo_t;
11799 static $ac_kw foo_t static_foo () {return 0; }
11800 $ac_kw foo_t foo () {return 0; }

Completed in 56 milliseconds