Searched
refs:packed (Results
926 -
950 of
1232) sorted by null
<<31323334353637383940>>
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 174 } __attribute__((packed)); 187 } __attribute__((packed));
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 196 } __attribute__((packed)); 206 } __attribute__((packed));
|
/bionic/libc/kernel/common/linux/ |
videodev2.h | 726 } __attribute__ ((packed)); 740 } __attribute__ ((packed)); [all...] |
/external/kernel-headers/original/linux/ |
videodev2.h | 325 /* Grey bit-packed formats */ 326 #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */ [all...] |
/hardware/qcom/msm8x74/kernel-headers/linux/ |
videodev2.h | [all...] |
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
videodev2.h | 325 /* Grey bit-packed formats */ 326 #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */ [all...] |
/hardware/samsung_slsi/exynos5/include/ |
videodev2.h | 326 /* Grey bit-packed formats */ 327 #define V4L2_PIX_FMT_Y10BPACK v4l2_fourcc('Y', '1', '0', 'B') /* 10 Greyscale bit-packed */ [all...] |
/external/chromium_org/ui/base/clipboard/ |
clipboard_android.cc | 424 std::string packed(reinterpret_cast<const char*>(&size), sizeof(size)); 427 packed += std::string(static_cast<const char*>(bitmap.getPixels()), 430 g_map.Get().Set(kBitmapFormat, packed);
|
/bootable/recovery/minelf/ |
Retouch.c | 30 } prelink_info_t __attribute__((packed));
|
/external/bluetooth/bluedroid/btif/co/ |
bta_gatts_co.c | 40 } __attribute__((packed)) btif_gatts_srv_chg_cb_t;
|
/external/chromium_org/third_party/mach_override/libudis86/ |
types.h | 51 # define UD_ATTR_PACKED __attribute__((packed))
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 490 boolean packed = false; 496 packed = false; // Normal, unpacked value. 502 packed = true; // Packed value. 511 if (packed) {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_extension.cc | 104 vars["packed"] = descriptor->options().packed() ? "true" : "false"; 177 " $packed$);\n");
|
/external/chromium_org/tools/win/ |
copy-installer.bat | 54 SET ARCHIVETODELETE=chrome.packed.7z
74 REM Keeping the old chrome.packed.7z around could cause the new setup.exe to
|
/external/elfutils/libcpu/ |
memory-access.h | 90 } __attribute__ ((packed));
|
/external/grub/stage2/ |
shared.h | 418 } __attribute__ ((packed)); 427 } __attribute__ ((packed)); 444 } __attribute__ ((packed)); 503 } __attribute__ ((packed)); 788 corner of the screen). Returns packed values, (RET >> 8) is x, 799 /* Wait for a keypress, and return its packed BIOS/ASCII key code.
|
/external/libselinux/src/ |
sestatus.c | 30 } __attribute((packed));
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
AbstractMessage.java | 329 boolean packed = false; 335 packed = false; 340 packed = true; 349 if (packed) {
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_extension.cc | 141 vars["packed"] = descriptor_->options().packed() ? "true" : "false"; 177 " $packed$);\n");
|
/external/protobuf/src/google/protobuf/ |
wire_format.h | 179 // of packed repeated fields. 216 // Computes the byte size of a field, excluding tags. For packed fields, it 264 if (field->options().packed()) {
|
/external/qemu/slirp/ |
ip.h | 206 } __attribute__((packed));
|
Completed in 473 milliseconds
<<31323334353637383940>>