OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mach
(Results
1 - 25
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/kernel-headers/original/asm-arm/
dyntick.h
4
#include <asm/
mach
/time.h>
hw_irq.h
7
#include <asm/
mach
/irq.h>
/external/webkit/WebKitTools/android/flex-2.5.4a/
nfa.c
42
* accepting_number becomes
mach
's accepting number.
45
void add_accept(
mach
, accepting_number )
46
int
mach
, accepting_number;
54
if ( transchar[finalst[
mach
]] == SYM_EPSILON )
55
accptnum[finalst[
mach
]] = accepting_number;
61
(void) link_machines(
mach
, astate );
135
* copy = dupmachine(
mach
);
137
* copy - holds duplicate of
mach
138
*
mach
- machine to be duplicated
140
* note that the copy of
mach
is NOT an exact duplicate; rather, all th
[
all
...]
/bionic/libc/kernel/arch-arm/asm/
dyntick.h
15
#include <asm/
mach
/time.h>
hw_irq.h
15
#include <asm/
mach
/irq.h>
/ndk/build/platforms/android-3/arch-arm/usr/include/asm/
dyntick.h
15
#include <asm/
mach
/time.h>
hw_irq.h
15
#include <asm/
mach
/irq.h>
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/
dyntick.h
15
#include <asm/
mach
/time.h>
hw_irq.h
15
#include <asm/
mach
/irq.h>
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/
dyntick.h
15
#include <asm/
mach
/time.h>
hw_irq.h
15
#include <asm/
mach
/irq.h>
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/
dyntick.h
15
#include <asm/
mach
/time.h>
hw_irq.h
15
#include <asm/
mach
/irq.h>
/external/qemu/
disas.c
151
disasm_info.
mach
= bfd_mach_x86_64;
153
disasm_info.
mach
= bfd_mach_i386_i8086;
155
disasm_info.
mach
= bfd_mach_i386_i386;
165
disasm_info.
mach
= bfd_mach_sparc_v9b;
172
disasm_info.
mach
= flags & 0xFFFF;
175
disasm_info.
mach
= bfd_mach_ppc64;
177
disasm_info.
mach
= bfd_mach_ppc;
190
disasm_info.
mach
= bfd_mach_sh4;
193
disasm_info.
mach
= bfd_mach_alpha;
196
disasm_info.
mach
= bfd_mach_cris_v32
[
all
...]
dis-asm.h
103
/* Nonzero if
MACH
has the v9 instruction set. */
104
#define bfd_mach_sparc_v9_p(
mach
) \
105
((
mach
) >= bfd_mach_sparc_v8plus && (
mach
) <= bfd_mach_sparc_v9b \
106
&& (
mach
) != bfd_mach_sparc_sparclite_le)
273
unsigned long
mach
;
member in struct:disassemble_info
442
(INFO).
mach
= 0, \
/external/netperf/
netcpu_osx.c
38
#include <
mach
/host_info.h>
39
#include <
mach
/mach_types.h>
41
<
mach
/message.h> so we'll see about including that one too.
45
#include <
mach
/message.h>
/external/webkit/WebKit/mac/Misc/
WebKitSystemBits.m
32
#import <
mach
/host_info.h>
33
#import <
mach
/
mach
.h>
34
#import <
mach
/mach_error.h>
WebKitVersionChecks.m
30
#import <
mach
-o/dyld.h>
/external/webkit/WebKit/mac/Plugins/Hosted/
WebKitPluginHostTypes.defs
26
#include <
mach
/std_types.defs>
27
#include <
mach
/mach_types.defs>
/external/v8/src/
platform-macos.cc
33
#include <
mach
/mach_init.h>
34
#include <
mach
-o/dyld.h>
35
#include <
mach
-o/getsect.h>
42
#include <
mach
/
mach
.h>
43
#include <
mach
/semaphore.h>
44
#include <
mach
/task.h>
45
#include <
mach
/vm_statistics.h>
506
// The MacOS
mach
semaphore documentation claims it does not have spurious
545
// Note: for profiled_thread_
Mach
primitives are used instead of PThread'
[
all
...]
/external/grub/
README
10
- can boot Multiboot-compliant kernels (such as GNU
Mach
), as well
/external/webkit/WebCore/platform/mac/
PurgeableBufferMac.cpp
32
#include <
mach
/
mach
.h>
/external/grub/docs/
menu.lst
36
# For booting
Mach
(getting kernel from floppy)
/external/webkit/JavaScriptCore/wtf/
VMTags.h
35
#include <
mach
/vm_statistics.h>
/external/dhcpcd/
common.c
29
# include <
mach
/mach_time.h>
30
# include <
mach
/kern_return.h>
218
/* We can use
mach
kernel functions here.
Completed in 177 milliseconds
1
2
3
4
5
6
7
8
9
10