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

/freebsd-current/lib/libc/db/btree/
H A Dbt_conv.c70 M_32_SWAP(h->pgno);
71 M_32_SWAP(h->prevpg);
72 M_32_SWAP(h->nextpg);
73 M_32_SWAP(h->flags);
176 M_32_SWAP(h->pgno);
177 M_32_SWAP(h->prevpg);
178 M_32_SWAP(h->nextpg);
179 M_32_SWAP(h->flags);
H A Dbt_open.c227 M_32_SWAP(m.magic);
228 M_32_SWAP(m.version);
229 M_32_SWAP(m.psize);
230 M_32_SWAP(m.free);
231 M_32_SWAP(m.nrecs);
232 M_32_SWAP(m.flags);
/freebsd-current/lib/libc/db/hash/
H A Dhash.c941 M_32_SWAP(hdrp->magic);
942 M_32_SWAP(hdrp->version);
943 M_32_SWAP(hdrp->lorder);
944 M_32_SWAP(hdrp->bsize);
945 M_32_SWAP(hdrp->bshift);
946 M_32_SWAP(hdrp->dsize);
947 M_32_SWAP(hdrp->ssize);
948 M_32_SWAP(hdrp->sshift);
949 M_32_SWAP(hdrp->ovfl_point);
950 M_32_SWAP(hdr
[all...]
H A Dhash_page.c550 M_32_SWAP(((int *)p)[i]);
587 M_32_SWAP(((int *)pbuf)[i]);
/freebsd-current/include/
H A Ddb.h157 * M_32_SWAP swap a memory location
161 #define M_32_SWAP(a) { \ macro

Completed in 474 milliseconds