HomeSort by relevance Sort by last modified time
    Searched refs:magic (Results 101 - 125 of 1625) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nbd.h 41 /* These are sent over the network in the request/reply magic fields */
52 __be32 magic; member in struct:nbd_request
64 __be32 magic; member in struct:nbd_reply
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
functionfs.h 35 __le32 magic; member in struct:usb_functionfs_descs_head
46 * | 0 | magic | LE32 | FUNCTIONFS_{FS,HS}_DESCRIPTORS_MAGIC |
63 __le32 magic; member in struct:usb_functionfs_strings_head
74 * | 0 | magic | LE32 | FUNCTIONFS_STRINGS_MAGIC |
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
ir_loader.h 48 void SetModuleHeader(uint32_t magic, uint32_t version, uint32_t generator,
50 module_->SetHeader({magic, version, generator, bound, reserved});
  /system/chre/platform/shared/nanoapp/
nanoapp_dso_util.cc 35 if (appInfo->magic != CHRE_NSL_NANOAPP_INFO_MAGIC) {
36 LOGE("Invalid app info magic: got 0x%08" PRIx32 " expected 0x%08" PRIx32,
37 appInfo->magic, static_cast<uint32_t>(CHRE_NSL_NANOAPP_INFO_MAGIC));
  /system/update_engine/payload_consumer/
mount_history.cc 56 // 0x38: len16 Magic signature 0xEF53
62 uint16_t magic = *reinterpret_cast<uint16_t*>(&block0_buffer[0x400 + 0x38]); local
64 if (magic == 0xEF53) {
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
gralloc_cb.h 47 magic(BUFFER_HANDLE_MAGIC),
74 magic = 0;
96 hnd->magic == BUFFER_HANDLE_MAGIC &&
109 int magic; // magic number in order to validate a pointer to be a cb_handle_t member in struct:cb_handle_t
  /external/avb/libavb/
avb_footer.h 38 /* Magic for the footer. */
55 uint8_t magic[AVB_FOOTER_MAGIC_LEN]; member in struct:AvbFooter
  /external/clang/test/Analysis/
rdar-6541136-region.c 3 struct tea_cheese { unsigned magic; }; member in struct:tea_cheese
  /external/vboot_reference/firmware/lib/
vboot_common_init.c 36 header->magic = VB_SHARED_DATA_MAGIC;
  /frameworks/native/libs/vr/libpdx_uds/
channel_parcelable.cpp 48 ALOGE("ChannelParcelable::writeToParcel: Cannot write magic: res=%d.", res);
81 uint32_t magic = 0; local
91 res = parcel->readUint32(&magic);
93 ALOGE("ChannelParcelable::readFromParcel: Failed to read magic: res=%d.",
98 if (magic != kUdsMagicParcelHeader) {
100 "ChannelParcelable::readFromParcel: Unknown magic: 0x%x, epxected: "
102 magic, kUdsMagicParcelHeader);
  /frameworks/native/vulkan/include/hardware/
hwvulkan.h 39 * 'magic' field must contain HWVULKAN_DISPATCH_MAGIC; the loader will overwrite
42 * NOTE: The magic value and the layout of hwvulkan_dispatch_t match the LunarG
45 * an opportunity to change it, using a magic value that doesn't leave the
50 uintptr_t magic; member in union:__anon46614
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_fkp.h 49 uint8_t magic[KEYBOX_MAGIC_SIZE]; // 4 bytes member in struct:wv_keybox
  /system/core/fastboot/
bootimg_utils.cpp 60 memcpy(hdr->magic, BOOT_MAGIC, BOOT_MAGIC_SIZE);
78 memcpy(hdr->magic + page_size, kernel, kernel_size);
79 memcpy(hdr->magic + page_size + kernel_actual, ramdisk, ramdisk_size);
80 memcpy(hdr->magic + page_size + kernel_actual + ramdisk_actual, second, second_size);
  /system/libufdt/utils/src/
dt_table.h 31 uint32_t magic; /* DT_TABLE_MAGIC */ member in struct:dt_table_header
  /external/clang/utils/analyzer/
reducer.pl 10 my $magic = shift @ARGV;
11 die "$prog: [error] no error string specified\n" if (! defined $magic);
44 if (/$magic/) { exit \$GOOD; }
  /external/drm_gralloc/
gralloc_drm_handle.h 44 int magic; member in struct:gralloc_drm_handle_t
74 handle->magic != GRALLOC_DRM_HANDLE_MAGIC)) {
75 ALOGE("invalid handle: version=%d, numInts=%d, numFds=%d, magic=%x",
77 handle->base.numFds, handle->magic);
  /external/syslinux/gpxe/src/image/
script.c 94 static const char magic[] = "#!gpxe"; local
95 char test[ sizeof ( magic ) - 1 /* NUL */ + 1 /* terminating space */];
103 /* Check for magic signature */
105 if ( ( memcmp ( test, magic, ( sizeof ( test ) - 1 ) ) != 0 ) ||
107 DBG ( "Invalid magic signature\n" );
  /hardware/qcom/display/msm8084/libgralloc/
gralloc_priv.h 212 int magic; member in struct:private_handle_t
236 fd(fd), fd_metadata(eFd), magic(sMagic),
247 magic = 0;
258 hnd->magic != sMagic)
262 "magic(%c%c%c%c/%c%c%c%c)",
267 hnd ? (((hnd->magic >> 24) & 0xFF)?
268 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
269 hnd ? (((hnd->magic >> 16) & 0xFF)?
270 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
271 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gralloc_priv.h 214 int magic; member in struct:private_handle_t
239 fd(fd), fd_metadata(eFd), magic(sMagic),
250 magic = 0;
261 hnd->magic != sMagic)
265 "magic(%c%c%c%c/%c%c%c%c)",
270 hnd ? (((hnd->magic >> 24) & 0xFF)?
271 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
272 hnd ? (((hnd->magic >> 16) & 0xFF)?
273 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
274 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]
  /hardware/qcom/display/msm8909/gralloc/
gr_priv_handle.h 76 int magic; member in struct:private_handle_t
117 magic(kMagic),
148 magic = 0;
155 h->numFds != kNumFds || hnd->magic != kMagic) {
158 "magic(%c%c%c%c/%c%c%c%c)",
161 hnd ? (((hnd->magic >> 24) & 0xFF) ? ((hnd->magic >> 24) & 0xFF) : '-') : '?',
162 hnd ? (((hnd->magic >> 16) & 0xFF) ? ((hnd->magic >> 16) & 0xFF) : '-') : '?',
163 hnd ? (((hnd->magic >> 8) & 0xFF) ? ((hnd->magic >> 8) & 0xFF) : '-') : '?'
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gralloc_priv.h 237 int magic; member in struct:private_handle_t
263 fd(fd), fd_metadata(-1), magic(sMagic),
297 magic = 0;
304 hnd->magic != sMagic)
308 "magic(%c%c%c%c/%c%c%c%c)",
313 hnd ? (((hnd->magic >> 24) & 0xFF)?
314 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
315 hnd ? (((hnd->magic >> 16) & 0xFF)?
316 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
317 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_priv_handle.h 77 int magic; member in struct:private_handle_t
118 magic(kMagic),
149 magic = 0;
156 h->numFds != kNumFds || hnd->magic != kMagic) {
159 "magic(%c%c%c%c/%c%c%c%c)",
162 hnd ? (((hnd->magic >> 24) & 0xFF) ? ((hnd->magic >> 24) & 0xFF) : '-') : '?',
163 hnd ? (((hnd->magic >> 16) & 0xFF) ? ((hnd->magic >> 16) & 0xFF) : '-') : '?',
164 hnd ? (((hnd->magic >> 8) & 0xFF) ? ((hnd->magic >> 8) & 0xFF) : '-') : '?'
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gralloc_priv.h 222 int magic; member in struct:private_handle_t
254 fd(fd), fd_metadata(eFd), magic(sMagic),
268 magic = 0;
279 hnd->magic != sMagic)
283 "magic(%c%c%c%c/%c%c%c%c)",
288 hnd ? (((hnd->magic >> 24) & 0xFF)?
289 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
290 hnd ? (((hnd->magic >> 16) & 0xFF)?
291 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
292 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
gralloc_priv.h 225 int magic; member in struct:private_handle_t
257 fd(fd), fd_metadata(eFd), magic(sMagic),
271 magic = 0;
278 hnd->magic != sMagic)
282 "magic(%c%c%c%c/%c%c%c%c)",
287 hnd ? (((hnd->magic >> 24) & 0xFF)?
288 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
289 hnd ? (((hnd->magic >> 16) & 0xFF)?
290 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
291 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]
  /hardware/qcom/display/msm8998/libgralloc/
gralloc_priv.h 244 int magic; member in struct:private_handle_t
272 fd(fd), fd_metadata(-1), magic(sMagic),
306 magic = 0;
313 hnd->magic != sMagic)
317 "magic(%c%c%c%c/%c%c%c%c)",
322 hnd ? (((hnd->magic >> 24) & 0xFF)?
323 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
324 hnd ? (((hnd->magic >> 16) & 0xFF)?
325 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
326 hnd ? (((hnd->magic >> 8) & 0xFF)
    [all...]

Completed in 499 milliseconds

1 2 3 45 6 7 8 91011>>