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

/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_conv.c74 M_32_SWAP(h->pgno);
75 M_32_SWAP(h->prevpg);
76 M_32_SWAP(h->nextpg);
77 M_32_SWAP(h->flags);
180 M_32_SWAP(h->pgno);
181 M_32_SWAP(h->prevpg);
182 M_32_SWAP(h->nextpg);
183 M_32_SWAP(h->flags);
H A Dbt_open.c231 M_32_SWAP(m.magic);
232 M_32_SWAP(m.version);
233 M_32_SWAP(m.psize);
234 M_32_SWAP(m.free);
235 M_32_SWAP(m.nrecs);
236 M_32_SWAP(m.flags);
/freebsd-10-stable/lib/libc/db/hash/
H A Dhash.c947 M_32_SWAP(hdrp->magic);
948 M_32_SWAP(hdrp->version);
949 M_32_SWAP(hdrp->lorder);
950 M_32_SWAP(hdrp->bsize);
951 M_32_SWAP(hdrp->bshift);
952 M_32_SWAP(hdrp->dsize);
953 M_32_SWAP(hdrp->ssize);
954 M_32_SWAP(hdrp->sshift);
955 M_32_SWAP(hdrp->ovfl_point);
956 M_32_SWAP(hdr
[all...]
H A Dhash_page.c554 M_32_SWAP(((int *)p)[i]);
591 M_32_SWAP(((int *)pbuf)[i]);
/freebsd-10-stable/include/
H A Ddb.h158 * M_32_SWAP swap a memory location
162 #define M_32_SWAP(a) { \ macro

Completed in 171 milliseconds