Searched refs:be32_to_cpu (Results 1 – 17 of 17) sorted by relevance
120 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 …]
79 #define be32_to_cpu(x) __bswap_32(x) macro86 #define be32_to_cpu(x) (x) macro115 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()
162 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()
2513 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()
590 two32[0] = be32_to_cpu(two32[0]); in handle_notify()591 two32[1] = be32_to_cpu(two32[1]); in handle_notify()
59 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()
25 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()
71 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 …]
9 #define be32_to_cpu(x) bswap_32(x) macro14 #define be32_to_cpu(x) (x) macro373 len = be32_to_cpu(output[0]); in test_one()381 u32 val = be32_to_cpu(output[i]); in test_one()
272 #define be32_to_cpu(x) (x) macro277 #define be32_to_cpu(x) bswap_32((x)) macro283 static inline uint32_t be32_to_cpu(uint32_t v) in be32_to_cpu() function295 #define be32_to_cpu(x) ntohl((x)) macro305 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()
24 #define be32_to_cpu(n) ntohl(n) macro
238 *((uint32_t *)packet) = be32_to_cpu(roc); in srtp_ekt_write_data()
222 printf("before: %0x\nafter: %0x\n", x, (unsigned int)be32_to_cpu(x)); in test_bswap()
200 #define be32_to_cpu(n) ntohl(n) macro
160 be_magic = be32_to_cpu((__force __be32)dqh.dqh_magic); in v2_check_file()
518 spec->bytes = be32_to_cpu(t.bytes); in next_io()519 action = be32_to_cpu(t.action); in next_io()
390 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in print_inline_journal_information()