Searched refs:SWAP32 (Results 1 – 15 of 15) sorted by relevance
99 SWAP32(p); /* lsn part 1 */100 SWAP32(p); /* lsn part 2 */101 SWAP32(p); /* pgno */102 SWAP32(p); /* magic */103 SWAP32(p); /* version */104 SWAP32(p); /* pagesize */105 SWAP32(p); /* ovfl_point */106 SWAP32(p); /* last_freed */107 SWAP32(p); /* max_bucket */108 SWAP32(p); /* high_mask */[all …]
53 #define SWAP32(x) (((x) & 0xff) << 24 | ((x) & 0xff00) << 8 | \ macro55 #define SWAP64(x) (SWAP32((x) >> 32) & 0xffffffff | SWAP32(x) << 32)58 #define SWAP32(x) (x) macro160 otp->tag_loc = SWAP32(itp->tag_loc); in maketag()197 tloc = SWAP32(tp->tag_loc); in verifytag()277 p->ext_len = SWAP32(p->ext_len); in ud_swap_ext_ad()278 p->ext_loc = SWAP32(p->ext_loc); in ud_swap_ext_ad()291 p->itag_prnde = SWAP32(p->itag_prnde); in ud_swap_icb_tag()295 p->itag_lb_loc = SWAP32(p->itag_lb_loc); in ud_swap_icb_tag()303 p->sad_ext_len = SWAP32(p->sad_ext_len); in ud_swap_short_ad()[all …]
82 SWAP32(p); /* lsn.file */83 SWAP32(p); /* lsn.offset */84 SWAP32(p); /* pgno */85 SWAP32(p); /* magic */86 SWAP32(p); /* version */87 SWAP32(p); /* pagesize */88 SWAP32(p); /* maxkey */89 SWAP32(p); /* minkey */90 SWAP32(p); /* free */91 SWAP32(p); /* flags */
71 #define SWAP32(value) \ macro76 (((uint64_t)SWAP32((uint32_t)((value) & 0xffffffff)) \78 (uint64_t)SWAP32((uint32_t)((value) >> 32)))81 #define SWAP32(value) (value) macro
408 buf = SWAP32(0); in create_keystore()414 buf = SWAP32(1); in create_keystore()763 version = SWAP32(version); in create_updated_keystore_version()765 version = SWAP32(version); in create_updated_keystore_version()1051 *version = SWAP32(buf); in soft_keystore_get_version()1105 *version = SWAP32(tmp); in soft_keystore_get_object_version()1287 version = SWAP32(version); in reencrypt_obj()1289 version = SWAP32(version); in reencrypt_obj()1496 version = SWAP32(version); in soft_keystore_setpin()1498 version = SWAP32(version); in soft_keystore_setpin()[all …]
366 hdr.num_attrs = SWAP32(num_attrs); in soft_keystore_pack_obj()460 for (i = 0; i < SWAP32(hdr->num_attrs); i++) { in soft_keystore_unpack_obj()
52 #define SWAP32(x) (((x) & 0xff) << 24 | ((x) & 0xff00) << 8 | \ macro54 #define SWAP64(x) (SWAP32((x) >> 32) & 0xffffffff | SWAP32(x) << 32)57 #define SWAP32(x) (x)
903 SWAP32(ufi_hdr->checksum); in emlxs_be2_validate_image()905 SWAP32(ufi_hdr->antidote); in emlxs_be2_validate_image()907 SWAP32(ufi_hdr->controller.vendor_id); in emlxs_be2_validate_image()909 SWAP32(ufi_hdr->controller.device_id); in emlxs_be2_validate_image()911 SWAP32(ufi_hdr->controller.sub_vendor_id); in emlxs_be2_validate_image()913 SWAP32(ufi_hdr->controller.sub_device_id); in emlxs_be2_validate_image()915 SWAP32(ufi_hdr->file_length); in emlxs_be2_validate_image()917 SWAP32(ufi_hdr->chunk_num); in emlxs_be2_validate_image()919 SWAP32(ufi_hdr->chunk_cnt); in emlxs_be2_validate_image()921 SWAP32(ufi_hdr->image_cnt); in emlxs_be2_validate_image()[all …]
12314 *wptr++ = SWAP32(word); in emlxs_swap32_buffer()12337 *dptr++ = SWAP32(word); in emlxs_swap32_bcopy()
5807 *iptr = SWAP32(i); in emlxs_fcoe_fcftab_read_mbcmpl()
153 SWAP32(p); /* pgno */157 SWAP32(p); /* pgno */158 SWAP32(p); /* tlen */
72 #define SWAP32(value) \ macro82 dest [i] = SWAP32(src[i]); in xvalconv()
97 #define SWAP32(p) { \ macro
2213 #define SWAP32(_x) ((((uint32_t)(_x) & 0xFF)<<24) | \ macro2234 #define LE_SWAP32(_x) SWAP32(_x)2261 #define BE_SWAP32(_x) SWAP32(_x)
65 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP32) in load_32_le()104 #elif defined(__GNUC__) && defined(K5_BE) && defined(SWAP32) in store_32_le()