Home
last modified time | relevance | path

Searched refs:M_16_SWAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/db/btree/
H A Dbt_conv.c74 M_16_SWAP(h->lower); in __bt_pgin()
75 M_16_SWAP(h->upper); in __bt_pgin()
80 M_16_SWAP(h->linp[i]); in __bt_pgin()
95 M_16_SWAP(h->linp[i]); in __bt_pgin()
149 M_16_SWAP(h->linp[i]); in __bt_pgout()
173 M_16_SWAP(h->linp[i]); in __bt_pgout()
180 M_16_SWAP(h->lower); in __bt_pgout()
181 M_16_SWAP(h->upper); in __bt_pgout()
/freebsd/include/
H A Ddb.h188 #define M_16_SWAP(a) { \ macro
/freebsd/lib/libc/db/hash/
H A Dhash_page.c552 M_16_SWAP(bp[0]); in __get_page()
555 M_16_SWAP(bp[i]); in __get_page()
592 M_16_SWAP(bp[i]); in __put_page()
H A Dhash.c960 M_16_SWAP(hdrp->bitmaps[i]); in swap_header()