OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packed
(Results
101 - 125
of
1232
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/hw/
bt.h
29
} __attribute__((
packed
)) bdaddr_t;
449
} __attribute__ ((
packed
)) inquiry_cp;
455
} __attribute__ ((
packed
)) status_bdaddr_rp;
467
} __attribute__ ((
packed
)) periodic_inquiry_cp;
480
} __attribute__ ((
packed
)) create_conn_cp;
487
} __attribute__ ((
packed
)) disconnect_cp;
494
} __attribute__ ((
packed
)) add_sco_cp;
501
} __attribute__ ((
packed
)) create_conn_cancel_cp;
507
} __attribute__ ((
packed
)) create_conn_cancel_rp;
514
} __attribute__ ((
packed
)) accept_conn_req_cp
[
all
...]
/frameworks/base/services/common_time/
common_time_server_packets.cpp
70
inline uint64_t unpackDeviceID(uint64_t
packed
) {
71
return (
packed
& kDeviceIDMask);
74
inline uint8_t unpackDevicePriority(uint64_t
packed
) {
75
return static_cast<uint8_t>(
packed
>> kDevicePriorityShift);
188
uint64_t
packed
= packDeviceID(senderDeviceID, senderDevicePriority);
local
189
SERIALIZE_INT64(
packed
);
198
uint64_t
packed
;
local
199
DESERIALIZE_INT64(
packed
);
200
senderDeviceID = unpackDeviceID(
packed
);
201
senderDevicePriority = unpackDevicePriority(
packed
);
210
uint64_t
packed
= packDeviceID(deviceID, devicePriority);
local
220
uint64_t
packed
;
local
274
uint64_t
packed
= packDeviceID(deviceID, devicePriority);
local
284
uint64_t
packed
;
local
[
all
...]
/external/chromium_org/v8/tools/testrunner/objects/
workpacket.py
78
def Unpack(
packed
):
80
Creates a WorkPacket object from the given
packed
representation.
82
binaries =
packed
["binaries"]
83
pubkey_fingerprint =
packed
["pubkey"]
84
ctx = context.Context.Unpack(
packed
["context"])
85
base_revision =
packed
["base_revision"]
86
patch =
packed
["patch"]
87
tests = [ testcase.TestCase.UnpackTask(t) for t in
packed
["tests"] ]
/external/clang/test/CodeGen/
packed-arrays.c
5
unsigned int x[2] __attribute__((
packed
));
9
unsigned int x[2] __attribute__((
packed
));
11
unsigned int z __attribute__((
packed
));
15
unsigned int x[2] __attribute__((
packed
));
16
unsigned int y __attribute__((
packed
));
17
unsigned int z __attribute__((
packed
));
20
struct __attribute__((
packed
)) s3 {
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
midi.h
43
} __attribute__ ((
packed
));
55
} __attribute__ ((
packed
));
62
} __attribute__ ((
packed
));
74
} __attribute__ ((
packed
));
89
} __attribute__ ((
packed
))
98
} __attribute__ ((
packed
));
110
} __attribute__ ((
packed
))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
midi.h
43
} __attribute__ ((
packed
));
55
} __attribute__ ((
packed
));
62
} __attribute__ ((
packed
));
74
} __attribute__ ((
packed
));
89
} __attribute__ ((
packed
))
98
} __attribute__ ((
packed
));
110
} __attribute__ ((
packed
))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
midi.h
43
} __attribute__ ((
packed
));
55
} __attribute__ ((
packed
));
62
} __attribute__ ((
packed
));
74
} __attribute__ ((
packed
));
89
} __attribute__ ((
packed
))
98
} __attribute__ ((
packed
));
110
} __attribute__ ((
packed
))
/bionic/libc/kernel/arch-x86/asm/
io_apic_32.h
35
} __attribute__ ((
packed
)) bits;
47
} __attribute__ ((
packed
)) bits;
57
} __attribute__ ((
packed
)) bits;
66
} __attribute__ ((
packed
)) bits;
106
} __attribute__ ((
packed
));
/bionic/libc/kernel/common/linux/
pfkeyv2.h
36
} __attribute__((
packed
));
41
} __attribute__((
packed
));
54
} __attribute__((
packed
));
64
} __attribute__((
packed
));
72
} __attribute__((
packed
));
80
} __attribute__((
packed
));
89
} __attribute__((
packed
));
101
} __attribute__((
packed
));
109
} __attribute__((
packed
));
131
} __attribute__((
packed
));
[
all
...]
/development/ndk/platforms/android-3/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/development/ndk/platforms/android-9/arch-x86/include/asm/
io_apic_32.h
35
} __attribute__ ((
packed
)) bits;
47
} __attribute__ ((
packed
)) bits;
57
} __attribute__ ((
packed
)) bits;
66
} __attribute__ ((
packed
)) bits;
106
} __attribute__ ((
packed
));
/external/kernel-headers/original/asm-x86/
io_apic_32.h
25
} __attribute__ ((
packed
)) bits;
36
} __attribute__ ((
packed
)) bits;
45
} __attribute__ ((
packed
)) bits;
53
} __attribute__ ((
packed
)) bits;
93
} __attribute__ ((
packed
));
/external/kernel-headers/original/linux/
pfkeyv2.h
23
} __attribute__((
packed
));
29
} __attribute__((
packed
));
41
} __attribute__((
packed
));
51
} __attribute__((
packed
));
60
} __attribute__((
packed
));
68
} __attribute__((
packed
));
77
} __attribute__((
packed
));
89
} __attribute__((
packed
));
101
} __attribute__((
packed
));
126
} __attribute__((
packed
));
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pfkeyv2.h
23
} __attribute__((
packed
));
29
} __attribute__((
packed
));
41
} __attribute__((
packed
));
51
} __attribute__((
packed
));
60
} __attribute__((
packed
));
68
} __attribute__((
packed
));
77
} __attribute__((
packed
));
89
} __attribute__((
packed
));
101
} __attribute__((
packed
));
126
} __attribute__((
packed
));
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pfkeyv2.h
23
} __attribute__((
packed
));
29
} __attribute__((
packed
));
41
} __attribute__((
packed
));
51
} __attribute__((
packed
));
60
} __attribute__((
packed
));
68
} __attribute__((
packed
));
77
} __attribute__((
packed
));
89
} __attribute__((
packed
));
101
} __attribute__((
packed
));
126
} __attribute__((
packed
));
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pfkeyv2.h
23
} __attribute__((
packed
));
29
} __attribute__((
packed
));
41
} __attribute__((
packed
));
51
} __attribute__((
packed
));
60
} __attribute__((
packed
));
68
} __attribute__((
packed
));
77
} __attribute__((
packed
));
89
} __attribute__((
packed
));
101
} __attribute__((
packed
));
126
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
io_apic_32.h
27
} __attribute__ ((
packed
)) bits;
38
} __attribute__ ((
packed
)) bits;
47
} __attribute__ ((
packed
)) bits;
55
} __attribute__ ((
packed
)) bits;
92
} __attribute__ ((
packed
));
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
io_apic_32.h
27
} __attribute__ ((
packed
)) bits;
38
} __attribute__ ((
packed
)) bits;
47
} __attribute__ ((
packed
)) bits;
55
} __attribute__ ((
packed
)) bits;
92
} __attribute__ ((
packed
));
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
pfkeyv2.h
29
} __attribute__((
packed
));
34
} __attribute__((
packed
));
45
} __attribute__((
packed
));
54
} __attribute__((
packed
));
62
} __attribute__((
packed
));
69
} __attribute__((
packed
));
77
} __attribute__((
packed
));
88
} __attribute__((
packed
));
95
} __attribute__((
packed
));
114
} __attribute__((
packed
));
[
all
...]
Completed in 584 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>