Searched refs:cpu_to_be32 (Results 1 - 10 of 10) sorted by relevance

/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h117 #define JBD2_HAS_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_compat & cpu_to_be32((mask))))
118 #define JBD2_HAS_RO_COMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_ro_compat & cpu_to_be32((mask))))
119 #define JBD2_HAS_INCOMPAT_FEATURE(j,mask) ((j)->j_format_version >= 2 && ((j)->j_superblock->s_feature_incompat & cpu_to_be32((mask))))
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h18 #define cpu_to_be32(n) htonl(n) macro
/external/kernel-headers/original/uapi/linux/
H A Dromfs_fs.h18 #define __mk4(a,b,c,d) cpu_to_be32(__mkl(__mkw(a,b),__mkw(c,d)))
/external/blktrace/
H A Dblktrace.h76 #define cpu_to_be32(x) __bswap_32(x) macro
83 #define cpu_to_be32(x) (x) macro
H A Dblkiomon.h82 bstat->device = cpu_to_be32(bstat->device);
H A Dstats.h136 a[i] = cpu_to_be32(a[i]);
/external/qemu/block/
H A Dqcow2-snapshot.c150 h.l1_size = cpu_to_be32(sn->l1_size);
151 h.vm_state_size = cpu_to_be32(sn->vm_state_size);
152 h.date_sec = cpu_to_be32(sn->date_sec);
153 h.date_nsec = cpu_to_be32(sn->date_nsec);
177 data32 = cpu_to_be32(s->nb_snapshots);
H A Dqcow2.c695 ext_backing_fmt.len = cpu_to_be32(strlen(backing_fmt));
696 ext_backing_fmt.magic = cpu_to_be32(QCOW_EXT_MAGIC_BACKING_FORMAT);
745 uint32_t be_backing_file_size = cpu_to_be32(backing_file_len);
866 header.magic = cpu_to_be32(QCOW_MAGIC);
867 header.version = cpu_to_be32(QCOW_VERSION);
881 header.backing_file_size = cpu_to_be32(backing_filename_len);
898 header.cluster_bits = cpu_to_be32(s->cluster_bits);
901 header.crypt_method = cpu_to_be32(QCOW_CRYPT_AES);
903 header.crypt_method = cpu_to_be32(QCOW_CRYPT_NONE);
911 header.l1_size = cpu_to_be32(l1_siz
[all...]
/external/e2fsprogs/e2fsck/
H A Drecovery.c195 if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
198 if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
427 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
535 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
/external/chromium_org/third_party/qcms/src/
H A Diccread.c41 static be32 cpu_to_be32(int32_t v)

Completed in 558 milliseconds