Home
last modified time | relevance | path

Searched refs:be32_to_cpu (Results 1 – 25 of 27) sorted by relevance

12

/external/srtp/crypto/hash/
Dsha1.c118 W[0] = be32_to_cpu(M[0]); in sha1_core()
119 W[1] = be32_to_cpu(M[1]); in sha1_core()
120 W[2] = be32_to_cpu(M[2]); in sha1_core()
121 W[3] = be32_to_cpu(M[3]); in sha1_core()
122 W[4] = be32_to_cpu(M[4]); in sha1_core()
123 W[5] = be32_to_cpu(M[5]); in sha1_core()
124 W[6] = be32_to_cpu(M[6]); in sha1_core()
125 W[7] = be32_to_cpu(M[7]); in sha1_core()
126 W[8] = be32_to_cpu(M[8]); in sha1_core()
127 W[9] = be32_to_cpu(M[9]); in sha1_core()
[all …]
/external/blktrace/
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); in trace_to_cpu()
110 t->sequence = be32_to_cpu(t->sequence); in trace_to_cpu()
113 t->bytes = be32_to_cpu(t->bytes); in trace_to_cpu()
114 t->action = be32_to_cpu(t->action); in trace_to_cpu()
115 t->pid = be32_to_cpu(t->pid); in trace_to_cpu()
116 t->device = be32_to_cpu(t->device); in trace_to_cpu()
Dblkparse_fmt.c157 r->device_from = be32_to_cpu(__r->device_from); in get_pdu_remap()
158 r->device_to = be32_to_cpu(__r->device_to); in get_pdu_remap()
Dblktrace.c2411 bnh.magic = be32_to_cpu(bnh.magic); in net_client_data()
2412 bnh.cpu = be32_to_cpu(bnh.cpu); in net_client_data()
2413 bnh.max_cpus = be32_to_cpu(bnh.max_cpus); in net_client_data()
2414 bnh.len = be32_to_cpu(bnh.len); in net_client_data()
2415 bnh.cl_id = be32_to_cpu(bnh.cl_id); in net_client_data()
2416 bnh.buf_size = be32_to_cpu(bnh.buf_size); in net_client_data()
2417 bnh.buf_nr = be32_to_cpu(bnh.buf_nr); in net_client_data()
2418 bnh.page_size = be32_to_cpu(bnh.page_size); in net_client_data()
/external/blktrace/btt/
Dmmap.c59 tp->magic = be32_to_cpu(t->magic); in convert_to_cpu()
60 tp->sequence = be32_to_cpu(t->sequence); in convert_to_cpu()
63 tp->bytes = be32_to_cpu(t->bytes); in convert_to_cpu()
64 tp->action = be32_to_cpu(t->action); in convert_to_cpu()
65 tp->pid = be32_to_cpu(t->pid); in convert_to_cpu()
66 tp->device = be32_to_cpu(t->device); in convert_to_cpu()
Dtrace_remap.c25 rp->device_from = be32_to_cpu(rp->device_from); in cvt_pdu_remap()
26 rp->device_to = be32_to_cpu(rp->device_to); in cvt_pdu_remap()
/external/e2fsprogs/debugfs/
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));
360 if ((be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) && in dump_journal()
383 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in dump_journal()
388 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
389 transaction = be32_to_cpu(jsb->s_sequence); in dump_journal()
390 blocknr = be32_to_cpu(jsb->s_start); in dump_journal()
408 magic = be32_to_cpu(header->h_magic); in dump_journal()
409 sequence = be32_to_cpu(header->h_sequence); in dump_journal()
[all …]
/external/e2fsprogs/e2fsck/
Drecovery.c243 be32_to_cpu(sb->s_sequence)); in journal_recover()
244 journal->j_transaction_sequence = be32_to_cpu(sb->s_sequence) + 1; in journal_recover()
299 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); in journal_skip_recovery()
314 unsigned long long block = be32_to_cpu(tag->t_blocknr);
316 block |= (__u64)be32_to_cpu(tag->t_blocknr_high) << 32;
379 next_commit_ID = be32_to_cpu(sb->s_sequence); in do_one_pass()
380 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()
440 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()
441 sequence = be32_to_cpu(tmp->h_sequence); in do_one_pass()
490 flags = be32_to_cpu(tag->t_flags); in do_one_pass()
[all …]
/external/qemu/block/
Dvpc.c169 checksum = be32_to_cpu(footer->checksum); in vpc_open()
191 s->block_size = be32_to_cpu(dyndisk_header->block_size); in vpc_open()
194 s->max_table_entries = be32_to_cpu(dyndisk_header->max_table_entries); in vpc_open()
360 bat_value = be32_to_cpu(s->pagetable[index]); in alloc_block()
535 footer->features = be32_to_cpu(0x02); in vpc_create()
536 footer->version = be32_to_cpu(0x00010000); in vpc_create()
538 footer->timestamp = be32_to_cpu(time(NULL) - VHD_TIMESTAMP_BASE); in vpc_create()
551 footer->type = be32_to_cpu(VHD_DYNAMIC); in vpc_create()
555 footer->checksum = be32_to_cpu(vpc_checksum(buf, HEADER_SIZE)); in vpc_create()
586 dyndisk_header->version = be32_to_cpu(0x00010000); in vpc_create()
[all …]
Dcow.c53 be32_to_cpu(cow_header->magic) == COW_MAGIC && in cow_probe()
54 be32_to_cpu(cow_header->version) == COW_VERSION) in cow_probe()
73 if (be32_to_cpu(cow_header.magic) != COW_MAGIC || in cow_open()
74 be32_to_cpu(cow_header.version) != COW_VERSION) { in cow_open()
Dqcow2-snapshot.c87 sn->l1_size = be32_to_cpu(h.l1_size); in qcow2_read_snapshots()
88 sn->vm_state_size = be32_to_cpu(h.vm_state_size); in qcow2_read_snapshots()
89 sn->date_sec = be32_to_cpu(h.date_sec); in qcow2_read_snapshots()
90 sn->date_nsec = be32_to_cpu(h.date_nsec); in qcow2_read_snapshots()
92 extra_data_size = be32_to_cpu(h.extra_data_size); in qcow2_read_snapshots()
Dcloop.c64 s->block_size = be32_to_cpu(s->block_size); in cloop_open()
69 s->n_blocks = be32_to_cpu(s->n_blocks); in cloop_open()
Ddmg.c72 return be32_to_cpu(buffer); in read_uint32()
Dvmdk.c95 magic = be32_to_cpu(*(uint32_t *)buf); in vmdk_probe()
371 magic = be32_to_cpu(magic); in vmdk_open()
Dqcow.c86 be32_to_cpu(cow_header->magic) == QCOW_MAGIC && in qcow_probe()
87 be32_to_cpu(cow_header->version) == QCOW_VERSION) in qcow_probe()
/external/srtp/crypto/include/
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) { in be32_to_cpu() 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)); in be64_to_cpu()
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h19 #define be32_to_cpu(n) ntohl(n) macro
/external/kernel-headers/original/linux/mtd/
Dcfi_endian.h44 #define cfi32_to_cpu(x) be32_to_cpu(x)
/external/kernel-headers/original/linux/byteorder/
Dgeneric.h100 #define be32_to_cpu __be32_to_cpu macro
/external/srtp/srtp/
Dekt.c228 *((uint32_t *)packet) = be32_to_cpu(roc); in ekt_write_data()
/external/srtp/crypto/test/
Ddatatypes_driver.c225 printf("before: %0x\nafter: %0x\n", x, be32_to_cpu(x)); in test_bswap()
/external/blktrace/btreplay/
Dbtrecord.c521 spec->bytes = be32_to_cpu(t.bytes); in next_io()
522 action = be32_to_cpu(t.action); in next_io()
/external/e2fsprogs/misc/
Ddumpe2fs.c318 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in print_inline_journal_information()
325 mask = be32_to_cpu(*mask_ptr); in print_inline_journal_information()
/external/qemu/
Darm-semi.c160 env->regs[0] = be32_to_cpu(size); in arm_semi_flen_cb()
/external/srtp/googlepatches/
Dvidyo-1-srtp-win.patch142 *((uint32_t *)packet) = be32_to_cpu(roc);

12