OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:machine
(Results
1 - 25
of
1899
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/linaro/bootloader/edk2/StdLib/Include/
float.h
16
#include <
machine
/float.h>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
machine.s
1
.
machine
"403"
4
.
machine
push
5
.
machine
"booke"
7
.
machine
Any
14
.
machine
pop
/external/wpa_supplicant_8/src/utils/
state_machine.h
2
* wpa_supplicant/hostapd - State
machine
definitions
9
* implement a state
machine
. In addition to including this header file, each
10
* file implementing a state
machine
must define STATE_MACHINE_DATA to be the
24
* SM_STATE - Declaration of a state
machine
function
25
* @
machine
: State
machine
name
26
* @state: State
machine
state
28
* This macro is used to declare a state
machine
function. It is used in place
32
#define SM_STATE(
machine
, state) \
33
static void sm_ ##
machine
## _ ## state ## _Enter(STATE_MACHINE_DATA *sm,
[
all
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-machine.s
4
.
machine
push
5
.
machine
z10
7
.
machine
pop
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Arm/
arith.h
3
#include <
machine
/endian.h>
/external/llvm/test/MC/PowerPC/
ppc-machine.s
5
# For now, the only thing we check is that the .
machine
directive
8
.
machine
push
9
.
machine
any
10
.
machine
pop
12
.
machine
"push"
13
.
machine
"any"
14
.
machine
"pop"
/toolchain/binutils/binutils-2.25/bfd/hosts/
mipsbsd.h
20
#include <
machine
/param.h>
21
#include <
machine
/vmparam.h>
mipsmach3.h
20
#include <
machine
/vmparam.h>
21
#include <
machine
/machparam.h>
riscos.h
22
#include <bsd43/
machine
/machparam.h>
23
#include <bsd43/
machine
/vmparam.h>
vaxult.h
20
#include <
machine
/param.h>
21
#include <
machine
/vmparam.h>
vaxult2.h
20
#include <
machine
/param.h>
21
#include <
machine
/vmparam.h>
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
bswap.h
8
#include <
machine
/byte_swap.h>
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
bswap.h
6
#include <
machine
/byte_swap.h>
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
bswap.h
8
#include <
machine
/byte_swap.h>
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
bswap.h
8
#include <
machine
/byte_swap.h>
/device/linaro/bootloader/edk2/StdLib/Include/sys/
inttypes.h
49
#include <
machine
/int_fmtio.h>
/external/elfutils/libebl/
eblelfmachine.c
1
/* Return ELF
machine
.
40
return ebl->
machine
;
/bionic/libc/kernel/uapi/linux/
utsname.h
27
char
machine
[9];
member in struct:oldold_utsname
35
char
machine
[65];
member in struct:old_utsname
42
char
machine
[__NEW_UTS_LEN + 1];
member in struct:new_utsname
/development/ndk/platforms/android-21/include/linux/
utsname.h
29
char
machine
[9];
member in struct:oldold_utsname
39
char
machine
[65];
member in struct:old_utsname
47
char
machine
[__NEW_UTS_LEN + 1];
member in struct:new_utsname
/development/ndk/platforms/android-9/include/linux/
utsname.h
22
char
machine
[9];
member in struct:oldold_utsname
32
char
machine
[65];
member in struct:old_utsname
40
char
machine
[65];
member in struct:new_utsname
/external/autotest/tko/
machine_load
7
(
machine
, group) = line.rstrip().split()
8
print 'X %s Y %s' % (
machine
, group)
10
where = { 'hostname' :
machine
}
/external/kernel-headers/original/uapi/linux/
utsname.h
11
char
machine
[9];
member in struct:oldold_utsname
21
char
machine
[65];
member in struct:old_utsname
29
char
machine
[__NEW_UTS_LEN + 1];
member in struct:new_utsname
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
utsname.h
11
char
machine
[9];
member in struct:oldold_utsname
21
char
machine
[65];
member in struct:old_utsname
29
char
machine
[__NEW_UTS_LEN + 1];
member in struct:new_utsname
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
utsname.h
11
char
machine
[9];
member in struct:oldold_utsname
21
char
machine
[65];
member in struct:old_utsname
29
char
machine
[__NEW_UTS_LEN + 1];
member in struct:new_utsname
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
utsname.h
22
char
machine
[9];
member in struct:oldold_utsname
32
char
machine
[65];
member in struct:old_utsname
40
char
machine
[65];
member in struct:new_utsname
Completed in 509 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>