Home
last modified time | relevance | path

Searched refs:M_32_SWAP (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libc/db/btree/
H A Dbt_conv.c68 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()
H A Dbt_open.c224 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()
/openbsd/lib/libc/db/hash/
H A Dhash.c931 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 …]
H A Dhash_page.c546 M_32_SWAP(((int *)p)[i]); in __get_page()
580 M_32_SWAP(((int *)p)[i]); in __put_page()
/openbsd/lib/libc/hidden/
H A Ddb.h29 #define M_32_SWAP(a) { \ macro