HomeSort by relevance Sort by last modified time
    Searched refs:be32_to_cpu (Results 1 - 25 of 27) sorted by null

1 2

  /external/blktrace/btt/
mmap.c 59 tp->magic = be32_to_cpu(t->magic);
60 tp->sequence = be32_to_cpu(t->sequence);
63 tp->bytes = be32_to_cpu(t->bytes);
64 tp->action = be32_to_cpu(t->action);
65 tp->pid = be32_to_cpu(t->pid);
66 tp->device = be32_to_cpu(t->device);
trace_remap.c 25 rp->device_from = be32_to_cpu(rp->device_from);
26 rp->device_to = be32_to_cpu(rp->device_to);
  /external/blktrace/
blktrace.h 73 #define be32_to_cpu(x) __bswap_32(x) macro
80 #define be32_to_cpu(x) (x) macro
109 t->magic = be32_to_cpu(t->magic);
110 t->sequence = be32_to_cpu(t->sequence);
113 t->bytes = be32_to_cpu(t->bytes);
114 t->action = be32_to_cpu(t->action);
115 t->pid = be32_to_cpu(t->pid);
116 t->device = be32_to_cpu(t->device);
blkparse_fmt.c 157 r->device_from = be32_to_cpu(__r->device_from);
158 r->device_to = be32_to_cpu(__r->device_to);
blktrace.c     [all...]
  /external/qemu/block/
vpc.c 173 checksum = be32_to_cpu(footer->checksum);
195 s->block_size = be32_to_cpu(dyndisk_header->block_size);
198 s->max_table_entries = be32_to_cpu(dyndisk_header->max_table_entries);
364 bat_value = be32_to_cpu(s->pagetable[index]);
519 footer->features = be32_to_cpu(0x02);
520 footer->version = be32_to_cpu(0x00010000);
522 footer->timestamp = be32_to_cpu(time(NULL) - VHD_TIMESTAMP_BASE);
535 footer->type = be32_to_cpu(VHD_DYNAMIC);
539 footer->checksum = be32_to_cpu(vpc_checksum(buf, HEADER_SIZE));
570 dyndisk_header->version = be32_to_cpu(0x00010000)
    [all...]
cow.c 59 be32_to_cpu(cow_header->magic) == COW_MAGIC &&
60 be32_to_cpu(cow_header->version) == COW_VERSION)
85 if (be32_to_cpu(cow_header.magic) != COW_MAGIC ||
86 be32_to_cpu(cow_header.version) != COW_VERSION) {
cloop.c 72 s->block_size=be32_to_cpu(s->block_size);
75 s->n_blocks=be32_to_cpu(s->n_blocks);
qcow2-snapshot.c 87 sn->l1_size = be32_to_cpu(h.l1_size);
88 sn->vm_state_size = be32_to_cpu(h.vm_state_size);
89 sn->date_sec = be32_to_cpu(h.date_sec);
90 sn->date_nsec = be32_to_cpu(h.date_nsec);
92 extra_data_size = be32_to_cpu(h.extra_data_size);
dmg.c 74 return be32_to_cpu(buffer);
qcow.c 86 be32_to_cpu(cow_header->magic) == QCOW_MAGIC &&
87 be32_to_cpu(cow_header->version) == QCOW_VERSION)
qcow2.c 66 be32_to_cpu(cow_header->magic) == QCOW_MAGIC &&
67 be32_to_cpu(cow_header->version) == QCOW_VERSION)
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 19 #define be32_to_cpu(n) ntohl(n) macro
  /external/e2fsprogs/debugfs/
logdump.c 69 if (blocknr >= be32_to_cpu((jsb)->s_maxlen)) \
70 blocknr -= (be32_to_cpu((jsb)->s_maxlen) - \
71 be32_to_cpu((jsb)->s_first));
358 if ((be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) &&
381 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) {
386 blocksize = be32_to_cpu(jsb->s_blocksize);
387 transaction = be32_to_cpu(jsb->s_sequence);
388 blocknr = be32_to_cpu(jsb->s_start);
406 magic = be32_to_cpu(header->h_magic);
407 sequence = be32_to_cpu(header->h_sequence)
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /external/kernel-headers/original/linux/mtd/
cfi_endian.h 44 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
cfi_endian.h 32 #define cfi32_to_cpu(x) be32_to_cpu(x)
  /external/kernel-headers/original/linux/byteorder/
generic.h 100 #define be32_to_cpu __be32_to_cpu macro
  /external/blktrace/btreplay/
btrecord.c 521 spec->bytes = be32_to_cpu(t.bytes);
522 action = be32_to_cpu(t.action);
  /external/qemu/
arm-semi.c 163 env->regs[0] = be32_to_cpu(size);

Completed in 389 milliseconds

1 2