Searched refs:common (Results 1 - 25 of 35) sorted by relevance

12

/seL4-camkes-master/tools/cogent/impl/fs/tests/
H A Dtest_template.sh3 source ../common/common.sh
/seL4-camkes-master/tools/cogent/impl/fs/tests/scripts/
H A Dtest01.sh1 source ../common/common.sh
H A Dtest02.sh1 source ../common/common.sh
H A Dtest03.sh1 source ../common/common.sh
H A Dtest05.sh1 source ../common/common.sh
H A Dtest04.sh1 source ../common/common.sh
/seL4-camkes-master/tools/seL4/elfloader-tool/include/drivers/
H A Duart.h9 #include <drivers/common.h>
/seL4-camkes-master/tools/seL4/elfloader-tool/src/drivers/uart/
H A D8250-uart.c9 #include <drivers/common.h>
H A Dimx-uart.c8 #include <drivers/common.h>
H A Dmsm-uart.c8 #include <drivers/common.h>
H A Dpl011-uart.c8 #include <drivers/common.h>
H A Dmeson-uart.c8 #include <drivers/common.h>
H A Dexynos-uart.c8 #include <drivers/common.h>
H A Dbcm-uart.c8 #include <drivers/common.h>
H A Dxilinx-uart.c15 #include <drivers/common.h>
/seL4-camkes-master/tools/seL4/elfloader-tool/src/drivers/
H A Ddriver.c7 #include <drivers/common.h>
/seL4-camkes-master/tools/seL4/elfloader-tool/src/drivers/smp/
H A Dcommon.c8 #include <drivers/common.h>
/seL4-camkes-master/projects/lwip/src/api/
H A Dnetifapi.c143 if (msg->msg.common.errtfunc != NULL) {
144 return msg->msg.common.errtfunc(msg->netif);
146 msg->msg.common.voidfunc(msg->netif);
311 NETIFAPI_VAR_REF(msg).msg.common.voidfunc = voidfunc;
312 NETIFAPI_VAR_REF(msg).msg.common.errtfunc = errtfunc;
/seL4-camkes-master/tools/rumprun/platform/xen/xen/
H A Dminios.mk2 # The file contains the common make rules for building mini-os.
28 # DEF_... flags are the common mini-os flags,
/seL4-camkes-master/tools/seL4/elfloader-tool/src/arch-arm/drivers/
H A Dsmp-psci.c8 #include <drivers/common.h>
H A Dsmp-zynq7000.c12 #include <drivers/common.h>
H A Dsmp-imx6.c13 #include <drivers/common.h>
/seL4-camkes-master/tools/cogent/impl/fs/ext2/cogent/
H A DMakefile55 common.ac \
88 CPPFLAGS.common := -I$(PWD) -I$(PWD)/src -I$(PWD)/lib -I$(PWD)/abstract -I$(LIBGUM)
135 linux .c-gen: CPPFLAGS = ${CPPFLAGS.common} ${CPPFLAGS.linux}
136 verification .verif-gen: CPPFLAGS = ${CPPFLAGS.common} ${CPPFLAGS.verif}
/seL4-camkes-master/projects/musllibc/src/math/
H A Dj0.c65 /* common method when |x|>=2 */
66 static double common(uint32_t ix, double x, int y0) function
126 return common(ix,x,0);
176 return common(ix,x,1);
H A Dj0f.c25 static float common(uint32_t ix, float x, int y0) function
77 return common(ix, x, 0);
118 return common(ix,x,1);

Completed in 131 milliseconds

12