Searched refs:be32_to_cpu (Results 1 - 23 of 23) sorted by relevance

/external/blktrace/btt/
H A Dmmap.c59 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);
H A Dtrace_remap.c25 rp->device_from = be32_to_cpu(rp->device_from);
26 rp->device_to = be32_to_cpu(rp->device_to);
/external/blktrace/
H A Dblktrace.h73 #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);
H A Dblkparse_fmt.c157 r->device_from = be32_to_cpu(__r->device_from);
158 r->device_to = be32_to_cpu(__r->device_to);
H A Dblktrace.c2411 bnh.magic = be32_to_cpu(bnh.magic);
2412 bnh.cpu = be32_to_cpu(bnh.cpu);
2413 bnh.max_cpus = be32_to_cpu(bnh.max_cpus);
2414 bnh.len = be32_to_cpu(bnh.len);
2415 bnh.cl_id = be32_to_cpu(bnh.cl_id);
2416 bnh.buf_size = be32_to_cpu(bnh.buf_size);
2417 bnh.buf_nr = be32_to_cpu(bnh.buf_nr);
2418 bnh.page_size = be32_to_cpu(bnh.page_size);
H A Dblkparse.c588 two32[0] = be32_to_cpu(two32[0]);
589 two32[1] = be32_to_cpu(two32[1]);
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dsha1.c118 W[0] = be32_to_cpu(M[0]);
119 W[1] = be32_to_cpu(M[1]);
120 W[2] = be32_to_cpu(M[2]);
121 W[3] = be32_to_cpu(M[3]);
122 W[4] = be32_to_cpu(M[4]);
123 W[5] = be32_to_cpu(M[5]);
124 W[6] = be32_to_cpu(M[6]);
125 W[7] = be32_to_cpu(M[7]);
126 W[8] = be32_to_cpu(M[8]);
127 W[9] = be32_to_cpu(
[all...]
/external/srtp/crypto/hash/
H A Dsha1.c118 W[0] = be32_to_cpu(M[0]);
119 W[1] = be32_to_cpu(M[1]);
120 W[2] = be32_to_cpu(M[2]);
121 W[3] = be32_to_cpu(M[3]);
122 W[4] = be32_to_cpu(M[4]);
123 W[5] = be32_to_cpu(M[5]);
124 W[6] = be32_to_cpu(M[6]);
125 W[7] = be32_to_cpu(M[7]);
126 W[8] = be32_to_cpu(M[8]);
127 W[9] = be32_to_cpu(
[all...]
/external/e2fsprogs/e2fsck/
H A Drecovery.c243 be32_to_cpu(sb->s_sequence));
244 journal->j_transaction_sequence = be32_to_cpu(sb->s_sequence) + 1;
298 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence);
312 unsigned long long block = be32_to_cpu(tag->t_blocknr);
314 block |= (__u64)be32_to_cpu(tag->t_blocknr_high) << 32;
371 next_commit_ID = be32_to_cpu(sb->s_sequence);
372 next_log_block = be32_to_cpu(sb->s_start);
432 blocktype = be32_to_cpu(tmp->h_blocktype);
433 sequence = be32_to_cpu(tmp->h_sequence);
482 flags = be32_to_cpu(ta
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c70 if (blocknr >= be32_to_cpu((jsb)->s_maxlen)) \
71 blocknr -= (be32_to_cpu((jsb)->s_maxlen) - \
72 be32_to_cpu((jsb)->s_first));
361 if ((be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) &&
384 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) {
389 blocksize = be32_to_cpu(jsb->s_blocksize);
390 transaction = be32_to_cpu(jsb->s_sequence);
391 blocknr = be32_to_cpu(jsb->s_start);
409 magic = be32_to_cpu(header->h_magic);
410 sequence = be32_to_cpu(heade
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Djfs_compat.h19 #define be32_to_cpu(n) ntohl(n) macro
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Ddatatypes.h394 # define be32_to_cpu(x) (x) macro
399 # define be32_to_cpu(x) bswap_32((x)) macro
405 static INLINE uint32_t be32_to_cpu(uint32_t v) { function
416 # define be32_to_cpu(x) ntohl((x)) macro
425 v= (uint64_t)((be32_to_cpu((uint32_t)(v >> 32))) | (((uint64_t)be32_to_cpu((uint32_t)v)) << 32));
/external/srtp/crypto/include/
H A Ddatatypes.h387 # define be32_to_cpu(x) (x) macro
392 # define be32_to_cpu(x) bswap_32((x)) macro
398 static inline uint32_t be32_to_cpu(uint32_t v) { function
409 # define be32_to_cpu(x) ntohl((x)) macro
418 v= (uint64_t)((be32_to_cpu((uint32_t)(v >> 32))) | (((uint64_t)be32_to_cpu((uint32_t)v)) << 32));
/external/qemu/block/
H A Dqcow2-snapshot.c87 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);
H A Dqcow2.c60 be32_to_cpu(cow_header->magic) == QCOW_MAGIC &&
61 be32_to_cpu(cow_header->version) == QCOW_VERSION)
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Ddatatypes_driver.c225 printf("before: %0x\nafter: %0x\n", x, be32_to_cpu(x));
/external/chromium_org/third_party/libsrtp/srtp/srtp/
H A Dekt.c231 *((uint32_t *)packet) = be32_to_cpu(roc);
/external/srtp/crypto/test/
H A Ddatatypes_driver.c225 printf("before: %0x\nafter: %0x\n", x, be32_to_cpu(x));
/external/srtp/srtp/
H A Dekt.c228 *((uint32_t *)packet) = be32_to_cpu(roc);
/external/blktrace/btreplay/
H A Dbtrecord.c521 spec->bytes = be32_to_cpu(t.bytes);
522 action = be32_to_cpu(t.action);
/external/e2fsprogs/misc/
H A Ddumpe2fs.c361 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) {
368 mask = be32_to_cpu(*mask_ptr);
/external/chromium_org/third_party/qcms/src/
H A Diccread.c51 static uint32_t be32_to_cpu(be32 v) function
97 return be32_to_cpu(k);
1225 length = be32_to_cpu(length_be);
/external/qemu/target-arm/
H A Darm-semi.c163 env->regs[0] = be32_to_cpu(size);

Completed in 1343 milliseconds