Searched refs:M_32_SWAP (Results 1 – 5 of 5) sorted by relevance
70 M_32_SWAP(h->pgno); in __bt_pgin()71 M_32_SWAP(h->prevpg); in __bt_pgin()72 M_32_SWAP(h->nextpg); in __bt_pgin()73 M_32_SWAP(h->flags); in __bt_pgin()176 M_32_SWAP(h->pgno); in __bt_pgout()177 M_32_SWAP(h->prevpg); in __bt_pgout()178 M_32_SWAP(h->nextpg); in __bt_pgout()179 M_32_SWAP(h->flags); in __bt_pgout()
227 M_32_SWAP(m.magic); in __bt_open()228 M_32_SWAP(m.version); in __bt_open()229 M_32_SWAP(m.psize); in __bt_open()230 M_32_SWAP(m.free); in __bt_open()231 M_32_SWAP(m.nrecs); in __bt_open()232 M_32_SWAP(m.flags); in __bt_open()
941 M_32_SWAP(hdrp->magic); in swap_header()942 M_32_SWAP(hdrp->version); in swap_header()943 M_32_SWAP(hdrp->lorder); in swap_header()944 M_32_SWAP(hdrp->bsize); in swap_header()945 M_32_SWAP(hdrp->bshift); in swap_header()946 M_32_SWAP(hdrp->dsize); in swap_header()947 M_32_SWAP(hdrp->ssize); in swap_header()948 M_32_SWAP(hdrp->sshift); in swap_header()949 M_32_SWAP(hdrp->ovfl_point); in swap_header()950 M_32_SWAP(hdrp->last_freed); in swap_header()[all …]
550 M_32_SWAP(((int *)p)[i]); in __get_page()587 M_32_SWAP(((int *)pbuf)[i]); in __put_page()
161 #define M_32_SWAP(a) { \ macro