Searched refs:be32_to_cpu (Results 1 – 16 of 16) sorted by relevance
118 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 …]
73 #define be32_to_cpu(x) __bswap_32(x) macro80 #define be32_to_cpu(x) (x) macro109 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()
157 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()
2411 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()
588 two32[0] = be32_to_cpu(two32[0]); in handle_notify()589 two32[1] = be32_to_cpu(two32[1]); in handle_notify()
70 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) && in dump_journal()384 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in dump_journal()389 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()390 transaction = be32_to_cpu(jsb->s_sequence); in dump_journal()391 blocknr = be32_to_cpu(jsb->s_start); in dump_journal()409 magic = be32_to_cpu(header->h_magic); in dump_journal()410 sequence = be32_to_cpu(header->h_sequence); in dump_journal()[all …]
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()
243 be32_to_cpu(sb->s_sequence)); in journal_recover()244 journal->j_transaction_sequence = be32_to_cpu(sb->s_sequence) + 1; in journal_recover()298 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); in journal_skip_recovery()312 unsigned long long block = be32_to_cpu(tag->t_blocknr); in read_tag_block()314 block |= (__u64)be32_to_cpu(tag->t_blocknr_high) << 32; in read_tag_block()371 next_commit_ID = be32_to_cpu(sb->s_sequence); in do_one_pass()372 next_log_block = be32_to_cpu(sb->s_start); in do_one_pass()432 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass()433 sequence = be32_to_cpu(tmp->h_sequence); in do_one_pass()482 flags = be32_to_cpu(tag->t_flags); in do_one_pass()[all …]
387 # define be32_to_cpu(x) (x) macro392 # define be32_to_cpu(x) bswap_32((x)) macro398 static inline uint32_t be32_to_cpu(uint32_t v) { in be32_to_cpu() function409 # define be32_to_cpu(x) ntohl((x)) macro418 v= (uint64_t)((be32_to_cpu((uint32_t)(v >> 32))) | (((uint64_t)be32_to_cpu((uint32_t)v)) << 32)); in be64_to_cpu()
19 #define be32_to_cpu(n) ntohl(n) macro
228 *((uint32_t *)packet) = be32_to_cpu(roc); in ekt_write_data()
225 printf("before: %0x\nafter: %0x\n", x, be32_to_cpu(x)); in test_bswap()
521 spec->bytes = be32_to_cpu(t.bytes); in next_io()522 action = be32_to_cpu(t.action); in next_io()
361 if (be32_to_cpu(jsb->s_header.h_magic) != JFS_MAGIC_NUMBER) { in print_inline_journal_information()368 mask = be32_to_cpu(*mask_ptr); in print_inline_journal_information()
142 *((uint32_t *)packet) = be32_to_cpu(roc);