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

/netbsd-6-1-5-RELEASE/lib/libc/db/btree/
H A Dbt_conv.c76 M_32_SWAP(h->pgno);
77 M_32_SWAP(h->prevpg);
78 M_32_SWAP(h->nextpg);
79 M_32_SWAP(h->flags);
182 M_32_SWAP(h->pgno);
183 M_32_SWAP(h->prevpg);
184 M_32_SWAP(h->nextpg);
185 M_32_SWAP(h->flags);
H A Dbt_open.c241 M_32_SWAP(m.magic);
242 M_32_SWAP(m.version);
243 M_32_SWAP(m.psize);
244 M_32_SWAP(m.free);
245 M_32_SWAP(m.nrecs);
246 M_32_SWAP(m.flags);
/netbsd-6-1-5-RELEASE/lib/libc/db/hash/
H A Dhash.c950 M_32_SWAP(hdrp->magic);
951 M_32_SWAP(hdrp->version);
952 M_32_SWAP(hdrp->lorder);
953 M_32_SWAP(hdrp->bsize);
954 M_32_SWAP(hdrp->bshift);
955 M_32_SWAP(hdrp->dsize);
956 M_32_SWAP(hdrp->ssize);
957 M_32_SWAP(hdrp->sshift);
958 M_32_SWAP(hdrp->ovfl_point);
959 M_32_SWAP(hdr
[all...]
H A Dhash_page.c575 M_32_SWAP(((int *)(void *)p)[i]);
611 M_32_SWAP(((int *)(void *)p)[i]);
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/prtvid/
H A Dprtvid.c99 M_32_SWAP(cdl->vid_oss);
103 M_32_SWAP(cdl->vid_cas);
/netbsd-6-1-5-RELEASE/include/
H A Ddb.h159 * M_32_SWAP swap a memory location
163 #define M_32_SWAP(a) { \ macro

Completed in 84 milliseconds