Home
last modified time | relevance | path

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

/external/libsrtp2/crypto/hash/
Dsha1.c120 W[0] = be32_to_cpu(M[0]); in srtp_sha1_core()
121 W[1] = be32_to_cpu(M[1]); in srtp_sha1_core()
122 W[2] = be32_to_cpu(M[2]); in srtp_sha1_core()
123 W[3] = be32_to_cpu(M[3]); in srtp_sha1_core()
124 W[4] = be32_to_cpu(M[4]); in srtp_sha1_core()
125 W[5] = be32_to_cpu(M[5]); in srtp_sha1_core()
126 W[6] = be32_to_cpu(M[6]); in srtp_sha1_core()
127 W[7] = be32_to_cpu(M[7]); in srtp_sha1_core()
128 W[8] = be32_to_cpu(M[8]); in srtp_sha1_core()
129 W[9] = be32_to_cpu(M[9]); in srtp_sha1_core()
[all …]
/external/blktrace/
Dblktrace.h79 #define be32_to_cpu(x) __bswap_32(x) macro
86 #define be32_to_cpu(x) (x) macro
115 t->magic = be32_to_cpu(t->magic); in trace_to_cpu()
116 t->sequence = be32_to_cpu(t->sequence); in trace_to_cpu()
119 t->bytes = be32_to_cpu(t->bytes); in trace_to_cpu()
120 t->action = be32_to_cpu(t->action); in trace_to_cpu()
121 t->pid = be32_to_cpu(t->pid); in trace_to_cpu()
122 t->device = be32_to_cpu(t->device); in trace_to_cpu()
123 t->cpu = be32_to_cpu(t->cpu); in trace_to_cpu()
Dblkparse_fmt.c162 r->device_from = be32_to_cpu(__r->device_from); in get_pdu_remap()
163 r->device_to = be32_to_cpu(__r->device_to); in get_pdu_remap()
Dblktrace.c2513 bnh.magic = be32_to_cpu(bnh.magic); in net_client_data()
2514 bnh.cpu = be32_to_cpu(bnh.cpu); in net_client_data()
2515 bnh.max_cpus = be32_to_cpu(bnh.max_cpus); in net_client_data()
2516 bnh.len = be32_to_cpu(bnh.len); in net_client_data()
2517 bnh.cl_id = be32_to_cpu(bnh.cl_id); in net_client_data()
2518 bnh.buf_size = be32_to_cpu(bnh.buf_size); in net_client_data()
2519 bnh.buf_nr = be32_to_cpu(bnh.buf_nr); in net_client_data()
2520 bnh.page_size = be32_to_cpu(bnh.page_size); in net_client_data()
Dblkparse.c590 two32[0] = be32_to_cpu(two32[0]); in handle_notify()
591 two32[1] = be32_to_cpu(two32[1]); in handle_notify()
/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.c71 if (blocknr >= be32_to_cpu((jsb)->s_maxlen)) \
72 blocknr -= (be32_to_cpu((jsb)->s_maxlen) - \
73 be32_to_cpu((jsb)->s_first));
369 if ((be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) && in dump_journal()
398 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in dump_journal()
403 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
404 transaction = be32_to_cpu(jsb->s_sequence); in dump_journal()
405 blocknr = be32_to_cpu(jsb->s_start); in dump_journal()
427 magic = be32_to_cpu(header->h_magic); in dump_journal()
428 sequence = be32_to_cpu(header->h_sequence); in dump_journal()
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/vphn/
Dtest-vphn.c9 #define be32_to_cpu(x) bswap_32(x) macro
14 #define be32_to_cpu(x) (x) macro
373 len = be32_to_cpu(output[0]); in test_one()
381 u32 val = be32_to_cpu(output[i]); in test_one()
/external/libsrtp2/crypto/include/
Ddatatypes.h272 #define be32_to_cpu(x) (x) macro
277 #define be32_to_cpu(x) bswap_32((x)) macro
283 static inline uint32_t be32_to_cpu(uint32_t v) in be32_to_cpu() function
295 #define be32_to_cpu(x) ntohl((x)) macro
305 v = (uint64_t)((be32_to_cpu((uint32_t)(v >> 32))) | in be64_to_cpu()
306 (((uint64_t)be32_to_cpu((uint32_t)v)) << 32)); in be64_to_cpu()
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h24 #define be32_to_cpu(n) ntohl(n) macro
/external/libsrtp2/srtp/
Dekt.c238 *((uint32_t *)packet) = be32_to_cpu(roc); in srtp_ekt_write_data()
/external/libsrtp2/crypto/test/
Ddatatypes_driver.c222 printf("before: %0x\nafter: %0x\n", x, (unsigned int)be32_to_cpu(x)); in test_bswap()
/external/f2fs-tools/fsck/
Dquotaio.h200 #define be32_to_cpu(n) ntohl(n) macro
Dquotaio_v2.c160 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
/external/blktrace/btreplay/
Dbtrecord.c518 spec->bytes = be32_to_cpu(t.bytes); in next_io()
519 action = be32_to_cpu(t.action); in next_io()
/external/e2fsprogs/misc/
Ddumpe2fs.c390 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in print_inline_journal_information()