Searched refs:M_32_SWAP (Results 1 – 5 of 5) sorted by relevance
68 M_32_SWAP(h->pgno); in __bt_pgin()69 M_32_SWAP(h->prevpg); in __bt_pgin()70 M_32_SWAP(h->nextpg); in __bt_pgin()71 M_32_SWAP(h->flags); in __bt_pgin()174 M_32_SWAP(h->pgno); in __bt_pgout()175 M_32_SWAP(h->prevpg); in __bt_pgout()176 M_32_SWAP(h->nextpg); in __bt_pgout()177 M_32_SWAP(h->flags); in __bt_pgout()
224 M_32_SWAP(m.magic); in __bt_open()225 M_32_SWAP(m.version); in __bt_open()226 M_32_SWAP(m.psize); in __bt_open()227 M_32_SWAP(m.free); in __bt_open()228 M_32_SWAP(m.nrecs); in __bt_open()229 M_32_SWAP(m.flags); in __bt_open()
931 M_32_SWAP(hdrp->magic); in swap_header()932 M_32_SWAP(hdrp->version); in swap_header()933 M_32_SWAP(hdrp->lorder); in swap_header()934 M_32_SWAP(hdrp->bsize); in swap_header()935 M_32_SWAP(hdrp->bshift); in swap_header()936 M_32_SWAP(hdrp->dsize); in swap_header()937 M_32_SWAP(hdrp->ssize); in swap_header()938 M_32_SWAP(hdrp->sshift); in swap_header()943 M_32_SWAP(hdrp->low_mask); in swap_header()944 M_32_SWAP(hdrp->ffactor); in swap_header()[all …]
546 M_32_SWAP(((int *)p)[i]); in __get_page()580 M_32_SWAP(((int *)p)[i]); in __put_page()
29 #define M_32_SWAP(a) { \ macro