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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/core/kernels/
eigen_mkldnn_contraction_kernel_test.cc 83 Scalar packed = pack_dst.coeff(i); local
85 EXPECT_EQ(packed, sliced);
  /external/u-boot/include/
imximage.h 135 } __attribute__((packed)) ivt_header_t;
141 } __attribute__((packed)) write_dcd_command_t;
usb.h 56 } __attribute__ ((packed));
73 } __attribute__ ((packed));
81 } __attribute__ ((packed));
532 } __attribute__ ((packed));
537 } __attribute__ ((packed));
569 } __attribute__ ((packed)) hs;
575 } __attribute__ ((packed)) ss;
577 } __attribute__ ((packed));
    [all...]
  /external/u-boot/include/mtd/
cfi_flash.h 115 /* The offsets and sizes of this packed structure members correspond
142 } __attribute__((packed));
148 } __attribute__((packed));
  /external/vboot_reference/cgpt/
cgpt.h 30 } __attribute__((packed));
40 } __attribute__((packed));
  /bionic/libc/kernel/uapi/linux/
if_pppox.h 86 } __attribute__((packed));
  /bionic/libc/kernel/uapi/scsi/
scsi_bsg_fc.h 92 } __attribute__((packed));
  /cts/tests/tests/content/jni/
NativeCursorWindow.cpp 72 } __attribute((packed));
  /device/google/contexthub/firmware/app/chre/chre_test0.app/
main.c 36 } __attribute__((packed));
  /device/google/contexthub/firmware/app/chre/chre_test1.app/
main.cpp 36 } __attribute__((packed));
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 50 } __attribute__((packed)) bdaddr_t;
  /external/clang/test/CodeGenCXX/
alignment.cpp 18 struct __attribute__((packed, aligned(2))) C : A, B {
  /external/f2fs-tools/fsck/
xattr.h 47 } __attribute__((packed));
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_v_a_r.py 140 packed offset table. Format indicates whether the table
142 The returned tableFormat should get packed into the flags field
149 packed = array.array("H", [n >> 1 for n in offsets])
152 packed = array.array("I", offsets)
154 if sys.byteorder != "big": packed.byteswap()
155 return (packed.tostring(), tableFormat)
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 126 } __attribute__ ((packed));
  /external/kernel-headers/original/uapi/scsi/
scsi_bsg_fc.h 294 } __attribute__((packed));
  /external/libnl/include/linux-private/linux/
if_ether.h 123 } __attribute__((packed));
  /external/tensorflow/tensorflow/core/platform/
macros.h 28 #define TF_PACKED __attribute__((packed))
  /external/u-boot/include/linux/
screen_info.h 47 } __attribute__((packed));
  /frameworks/av/include/media/
MediaTrack.h 118 } __attribute__((packed)); // sent through Binder
  /device/google/contexthub/contexthubhal/
nanohubhal.h 46 } __attribute__((packed));
51 } __attribute__((packed));
56 } __attribute__((packed));
  /external/clang/test/SemaCXX/
class-layout.cpp 35 struct __attribute__((packed)) E {
42 struct __attribute__((packed)) F : E {
56 } __attribute__((packed));
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
generator.py 93 struct.packed = pack.PackedStruct(struct)
94 struct.bytes = pack.GetByteLayout(struct.packed)
95 struct.versions = pack.GetVersionInfo(struct.packed)
  /external/skia/src/gpu/effects/
GrYUVtoRGBEffect.cpp 167 uint32_t packed = 0; local
178 packed |= (index | (chann << 2)) << (i * 4);
180 b->add32(packed);
  /external/skqp/src/gpu/effects/
GrYUVtoRGBEffect.cpp 157 uint32_t packed = 0; local
168 packed |= (index | (chann << 2)) << (i * 4);
170 b->add32(packed);

Completed in 2780 milliseconds

<<11121314151617181920>>