HomeSort by relevance Sort by last modified time
    Searched refs:packed (Results 476 - 500 of 690) sorted by null

<<11121314151617181920>>

  /external/skia/src/core/
SkPathRef.cpp 326 int32_t packed;
327 if (!buffer->readS32(&packed)) {
331 ref->fIsFinite = (packed >> kIsFinite_SerializationShift) & 1;
481 int32_t packed = ((fIsFinite & 1) << kIsFinite_SerializationShift) |
483 buffer->write32(packed);
  /external/skqp/src/core/
SkPathRef.cpp 321 int32_t packed;
322 if (!buffer->readS32(&packed)) {
326 ref->fIsFinite = (packed >> kIsFinite_SerializationShift) & 1;
476 int32_t packed = ((fIsFinite & 1) << kIsFinite_SerializationShift) |
478 buffer->write32(packed);
  /external/toybox/toys/pending/
dhcp6.c 97 typedef struct __attribute__((packed)) dhcp6_msg_s {
101 typedef struct __attribute__((packed)) optval_duid_llt {
108 typedef struct __attribute__((packed)) optval_ia_na {
112 typedef struct __attribute__((packed)) dhcp6_raw_s {
118 typedef struct __attribute__((packed)) dhcp_data_client {
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 355 ColorAspects ColorUtils::unpackToColorAspects(uint32_t packed) {
357 aspects.mRange = (ColorAspects::Range)((packed >> 24) & 0xFF);
358 aspects.mPrimaries = (ColorAspects::Primaries)((packed >> 16) & 0xFF);
359 aspects.mMatrixCoeffs = (ColorAspects::MatrixCoeffs)((packed >> 8) & 0xFF);
360 aspects.mTransfer = (ColorAspects::Transfer)(packed & 0xFF);
  /external/golang-protobuf/proto/
table_unmarshal.go 688 if w == WireBytes { // packed
754 if w == WireBytes { // packed
820 if w == WireBytes { // packed
886 if w == WireBytes { // packed
950 if w == WireBytes { // packed
1014 if w == WireBytes { // packed
1076 if w == WireBytes { // packed
1135 if w == WireBytes { // packed
1194 if w == WireBytes { // packed
1253 if w == WireBytes { // packed
    [all...]
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
table_unmarshal.go 685 if w == WireBytes { // packed
751 if w == WireBytes { // packed
817 if w == WireBytes { // packed
883 if w == WireBytes { // packed
947 if w == WireBytes { // packed
1011 if w == WireBytes { // packed
1073 if w == WireBytes { // packed
1132 if w == WireBytes { // packed
1191 if w == WireBytes { // packed
1250 if w == WireBytes { // packed
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java 412 switchInsn.packed = true;
413 // Dealing with a packed-switch.
485 if (switchInsn.packed) {
522 if (switchInsn.packed) {
  /device/google/contexthub/util/nanoapp_cmd/
nanoapp_cmd.c 75 } __attribute__((packed));
82 } __attribute__((packed));
95 } __attribute__((packed));
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java 92 /* The length of a byte sequence, according to its packed form. */
93 private static int BOCU1_LENGTH_FROM_PACKED(int packed) {
94 return (((packed)&UConverterConstants.UNSIGNED_INT_MASK)<0x04000000 ? (packed)>>24 : 4);
277 * and return a packed integer with them.
    [all...]
  /external/iw/
nl80211.h     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_state.c 134 V3D21_DEPTH_OFFSET_pack(NULL, so->packed.depth_offset, &depth_offset);
135 V3D21_POINT_SIZE_pack(NULL, so->packed.point_size, &point_size);
136 V3D21_LINE_WIDTH_pack(NULL, so->packed.line_width, &line_width);
  /external/syzkaller/pkg/compiler/
compiler.go 191 func (comp *compiler) parseStructAttrs(n *ast.Struct) (packed bool, size, align uint64) {
195 case attr.Ident == "packed":
199 packed = true
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 71 res.packed = 1;
76 res.packed = 0;
365 // Supernodal factorization stored as a packed list of dense column-major blocs,
  /external/syzkaller/pkg/host/
host.go 77 FeatureNetworkInjection: {Name: "net packed injection", Reason: unsupported},
  /external/u-boot/drivers/usb/musb-new/
musb_core.h 124 } __attribute__ ((packed));
135 } __attribute__ ((packed));
  /external/golang-protobuf/conformance/internal/conformance_proto/
conformance.pb.go 385 RepeatedInt32 []int32 `protobuf:"varint,31,rep,packed,name=repeated_int32,json=repeatedInt32,proto3" json:"repeated_int32,omitempty"`
386 RepeatedInt64 []int64 `protobuf:"varint,32,rep,packed,name=repeated_int64,json=repeatedInt64,proto3" json:"repeated_int64,omitempty"`
387 RepeatedUint32 []uint32 `protobuf:"varint,33,rep,packed,name=repeated_uint32,json=repeatedUint32,proto3" json:"repeated_uint32,omitempty"`
388 RepeatedUint64 []uint64 `protobuf:"varint,34,rep,packed,name=repeated_uint64,json=repeatedUint64,proto3" json:"repeated_uint64,omitempty"`
389 RepeatedSint32 []int32 `protobuf:"zigzag32,35,rep,packed,name=repeated_sint32,json=repeatedSint32,proto3" json:"repeated_sint32,omitempty"`
390 RepeatedSint64 []int64 `protobuf:"zigzag64,36,rep,packed,name=repeated_sint64,json=repeatedSint64,proto3" json:"repeated_sint64,omitempty"`
391 RepeatedFixed32 []uint32 `protobuf:"fixed32,37,rep,packed,name=repeated_fixed32,json=repeatedFixed32,proto3" json:"repeated_fixed32,omitempty"`
392 RepeatedFixed64 []uint64 `protobuf:"fixed64,38,rep,packed,name=repeated_fixed64,json=repeatedFixed64,proto3" json:"repeated_fixed64,omitempty"`
393 RepeatedSfixed32 []int32 `protobuf:"fixed32,39,rep,packed,name=repeated_sfixed32,json=repeatedSfixed32,proto3" json:"repeated_sfixed32,omitempty"`
394 RepeatedSfixed64 []int64 `protobuf:"fixed64,40,rep,packed,name=repeated_sfixed64,json=repeatedSfixed64,proto3" json:"repeated_sfixed64,omitempty"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
insn-bad-z13.s 365 #CHECK: error: instruction requires: vector-packed-decimal
511 #CHECK: error: instruction requires: vector-packed-decimal
520 #CHECK: error: instruction requires: vector-packed-decimal
525 #CHECK: error: instruction requires: vector-packed-decimal
530 #CHECK: error: instruction requires: vector-packed-decimal
535 #CHECK: error: instruction requires: vector-packed-decimal
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.c 143 } __attribute__ ((packed));
  /bionic/libc/kernel/uapi/linux/
bcache.h 142 } __attribute((packed)) data[];
nl80211.h 544 } __attribute__((packed));
    [all...]
  /device/google/bonito/sdm710/kernel-headers/sound/
audio_effects.h 328 } __attribute__((packed));
  /device/google/bonito/sdm710/original-kernel-headers/sound/
audio_effects.h 328 } __attribute__((packed));
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 243 } __attribute__((packed));
  /device/google/crosshatch/sdm845/kernel-headers/sound/
audio_effects.h 259 } __attribute__((packed));
  /device/google/crosshatch/sdm845/original-kernel-headers/sound/
audio_effects.h 328 } __attribute__((packed));

Completed in 2303 milliseconds

<<11121314151617181920>>