Searched refs:machine (Results 151 - 175 of 432) sorted by relevance

1234567891011>>

/barrelfish-master/lib/msun/amd64/
H A De_fmod.S36 #include <machine/asm.h>
H A De_fmodf.S6 #include <machine/asm.h>
H A De_remainder.S36 #include <machine/asm.h>
H A De_remainderf.S6 #include <machine/asm.h>
H A Ds_scalbn.S27 #include <machine/asm.h>
H A Ds_scalbnf.S27 #include <machine/asm.h>
H A Ds_scalbnl.S6 #include <machine/asm.h>
/barrelfish-master/lib/msun/i387/
H A Ds_copysign.S36 #include <machine/asm.h>
H A Ds_copysignf.S6 #include <machine/asm.h>
H A Ds_copysignl.S6 #include <machine/asm.h>
H A Ds_cos.S36 #include <machine/asm.h>
H A Ds_sin.S36 #include <machine/asm.h>
H A Ds_tan.S36 #include <machine/asm.h>
H A Ds_trunc.S6 #include <machine/asm.h>
H A Ds_truncf.S6 #include <machine/asm.h>
H A Ds_truncl.S6 #include <machine/asm.h>
/barrelfish-master/lib/acpica/source/include/platform/
H A Dacfreebsd.h147 #include <machine/acpica_machdep.h>
148 #include <machine/stdarg.h>
H A Dacnetbsd.h143 #include <machine/stdarg.h>
144 #include <machine/acpi_func.h>
/barrelfish-master/lib/openssl-1.0.0d/demos/tunala/
H A Dtunala.h82 * state-machine. It's basically a FIFO with respect to the "adddata" &
171 void state_machine_init(state_machine_t *machine);
172 void state_machine_close(state_machine_t *machine);
173 buffer_t *state_machine_get_buffer(state_machine_t *machine, sm_buffer_t type);
174 SSL *state_machine_get_SSL(state_machine_t *machine);
175 int state_machine_set_SSL(state_machine_t *machine, SSL *ssl, int is_server);
176 /* Performs the data-IO loop and returns zero if the machine should close */
177 int state_machine_churn(state_machine_t *machine);
180 int state_machine_close_clean(state_machine_t *machine);
181 int state_machine_close_dirty(state_machine_t *machine);
[all...]
/barrelfish-master/tools/harness/tests/
H A Ddistops.py34 def get_modules(self, build, machine):
35 modules = super(DistTest, self).get_modules(build, machine)
H A Dvmkit.py22 def get_modules(self, build, machine):
24 modules = super(VMKitTest, self).get_modules(build, machine)
/barrelfish-master/tools/arm_gem5/
H A Dboot_gem5.sh14 echo "*** Usage: $0 <machine-type> <boot-image-file> [<m5-path> <port>]"
25 echo "*** Usage: $0 <machine-type> <boot-image-file> [<m5-path> <port>]"
46 --machine-type="$MACHINE" \
/barrelfish-master/tools/harness/machines/
H A D__init__.py83 "following machine arguments: %s" % str(kwargs))
93 """Return the architectures that must be enabled in hake for this machine."""
123 """Returns list of machine-specific arguments to add to the kernel command-line"""
127 """Returns list of machine-specific arguments to add to the kernel command-line"""
131 """Returns list of machine-specific arguments to add to the PCI command-line"""
135 """Returns list of machine-specific arguments to add to the ACPI command-line"""
139 """Returns machine-specific platform specifier"""
143 """Returns machine-specific bus:dev:fun for connected network interface of machine"""
148 """Returns a machine
[all...]
/barrelfish-master/lib/libc/amd64/string/
H A Dbcmp.S1 #include <machine/asm.h>
/barrelfish-master/include/
H A Dsetjmp.h43 /* The size of the jmp_buf is machine dependent: */
44 #include <machine/setjmp.h>

Completed in 78 milliseconds

1234567891011>>