OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:packed
(Results
101 - 125
of
3140
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
2007-04-05-PackedBitFieldsOverlap-2.cpp
3
#ifdef
PACKED
4
#define P __attribute__((
packed
))
/external/chromium_org/third_party/skia/src/core/
SkImageInfo.cpp
24
uint32_t
packed
= buffer.read32();
local
25
SkASSERT(0 == (
packed
>> 16));
26
fAlphaType = (SkAlphaType)((
packed
>> 8) & 0xFF);
27
fColorType = (SkColorType)((
packed
>> 0) & 0xFF);
38
uint32_t
packed
= (fAlphaType << 8) | fColorType;
local
39
buffer.write32(
packed
);
/external/kernel-headers/original/uapi/linux/
toshiba.h
6
* on making sure the structure is aligned and
packed
.
29
unsigned int ebx __attribute__ ((
packed
));
30
unsigned int ecx __attribute__ ((
packed
));
31
unsigned int edx __attribute__ ((
packed
));
32
unsigned int esi __attribute__ ((
packed
));
33
unsigned int edi __attribute__ ((
packed
));
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
...]
/external/kernel-headers/original/uapi/mtd/
inftl-user.h
22
} __attribute__((
packed
));
31
} __attribute__((
packed
));
40
} __attribute__((
packed
));
46
} __attribute__((
packed
));
70
} __attribute__((
packed
));
82
} __attribute__((
packed
));
/external/oprofile/events/i386/piii/
unit_masks
22
0x00
packed
and scalar
23
0x01
packed
27
0x01 MMX
packed
multiplies
28
0x02 MMX
packed
shifts
31
0x10 MMX
packed
logical
32
0x20 MMX
packed
arithmetic
/external/skia/src/core/
SkImageInfo.cpp
24
uint32_t
packed
= buffer.read32();
local
25
SkASSERT(0 == (
packed
>> 16));
26
fAlphaType = (SkAlphaType)((
packed
>> 8) & 0xFF);
27
fColorType = (SkColorType)((
packed
>> 0) & 0xFF);
38
uint32_t
packed
= (fAlphaType << 8) | fColorType;
local
39
buffer.write32(
packed
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
toshiba.h
6
* on making sure the structure is aligned and
packed
.
29
unsigned int ebx __attribute__ ((
packed
));
30
unsigned int ecx __attribute__ ((
packed
));
31
unsigned int edx __attribute__ ((
packed
));
32
unsigned int esi __attribute__ ((
packed
));
33
unsigned int edi __attribute__ ((
packed
));
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.11-4.6/sysroot/usr/include/mtd/
inftl-user.h
22
} __attribute__((
packed
));
31
} __attribute__((
packed
));
40
} __attribute__((
packed
));
46
} __attribute__((
packed
));
70
} __attribute__((
packed
));
82
} __attribute__((
packed
));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
toshiba.h
6
* on making sure the structure is aligned and
packed
.
29
unsigned int ebx __attribute__ ((
packed
));
30
unsigned int ecx __attribute__ ((
packed
));
31
unsigned int edx __attribute__ ((
packed
));
32
unsigned int esi __attribute__ ((
packed
));
33
unsigned int edi __attribute__ ((
packed
));
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.11-4.8/sysroot/usr/include/mtd/
inftl-user.h
22
} __attribute__((
packed
));
31
} __attribute__((
packed
));
40
} __attribute__((
packed
));
46
} __attribute__((
packed
));
70
} __attribute__((
packed
));
82
} __attribute__((
packed
));
/external/qemu/include/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
...]
/external/chromium_org/mojo/public/tools/bindings/generators/js_templates/
struct_definition.tmpl
19
{%- for packed_field in struct.
packed
.packed_fields %}
26
{{struct.name}}.encodedSize = codec.kStructHeaderSize + {{struct.
packed
|payload_size}};
29
var
packed
;
35
packed
= decoder.readUint8();
37
val.{{packed_field.field.name}} = (
packed
>> {{packed_field.bit}}) & 1 ? true : false;
52
var
packed
;
54
encoder.writeUint32({{struct.
packed
.packed_fields|length}});
58
packed
= 0;
60
packed
|= (val.{{packed_field.field.name}} & 1) << {{packed_field.bit}}
62
encoder.writeUint8(
packed
);
[
all
...]
/frameworks/base/libs/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
...]
/hardware/intel/bootstub/
bootparam.h
53
} __attribute__((
packed
));
124
} __attribute__((
packed
));
134
} __attribute__((
packed
));
156
} __attribute__ ((
packed
)) isa;
163
} __attribute__ ((
packed
)) pci;
167
} __attribute__ ((
packed
)) ibnd;
170
} __attribute__ ((
packed
)) xprs;
173
} __attribute__ ((
packed
)) htpt;
176
} __attribute__ ((
packed
)) unknown;
185
} __attribute__ ((
packed
)) ata
[
all
...]
/external/nanopb-c/tests/alltypes/
alltypes.proto
60
repeated int32 rep_int32 = 21 [
packed
= true];
61
repeated int64 rep_int64 = 22 [
packed
= true];
62
repeated uint32 rep_uint32 = 23 [
packed
= true];
63
repeated uint64 rep_uint64 = 24 [
packed
= true];
64
repeated sint32 rep_sint32 = 25 [
packed
= true];
65
repeated sint64 rep_sint64 = 26 [
packed
= true];
66
repeated bool rep_bool = 27 [
packed
= true];
68
repeated fixed32 rep_fixed32 = 28 [
packed
= true];
69
repeated sfixed32 rep_sfixed32= 29 [
packed
= true];
70
repeated float rep_float = 30 [
packed
= true]
[
all
...]
/external/smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/
SpecialInstructionPaddingTest.smali
36
packed
-switch v0, :PackedSwitch
54
#this nop de-aligns the following
packed
-switch data
55
#smali should generate another nop before the
packed
-switch
60
.
packed
-switch 10
65
.end
packed
-switch
95
packed
-switch v0, :PackedSwitch
97
packed
-switch v0, :PackedSwitch2
116
.
packed
-switch 10
121
.end
packed
-switch
123
#this tests out an issue that occurred where the prior
packed
switch data starts at a byte offse
[
all
...]
/external/clang/test/Sema/
bitfield-layout.c
12
// Zero-width bit-fields with
packed
13
struct __attribute__((
packed
)) a2 { short x : 9; char : 0; int y : 17; };
17
// Zero-width bit-fields at the end of
packed
struct
18
struct __attribute__((
packed
)) a3 { short x : 9; int : 0; };
22
// For comparison, non-zero-width bit-fields at the end of
packed
struct
23
struct __attribute__((
packed
)) a4 { short x : 9; int : 1; };
41
struct __attribute__((
packed
)) e {int x : 4, y : 30, z : 30;};
/bionic/libc/kernel/uapi/linux/
toshiba.h
27
unsigned int ebx __attribute__ ((
packed
));
29
unsigned int ecx __attribute__ ((
packed
));
30
unsigned int edx __attribute__ ((
packed
));
31
unsigned int esi __attribute__ ((
packed
));
32
unsigned int edi __attribute__ ((
packed
));
/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-L/include/linux/
toshiba.h
27
unsigned int ebx __attribute__ ((
packed
));
29
unsigned int ecx __attribute__ ((
packed
));
30
unsigned int edx __attribute__ ((
packed
));
31
unsigned int esi __attribute__ ((
packed
));
32
unsigned int edi __attribute__ ((
packed
));
/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
...]
Completed in 1963 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>