Searched refs:P_32_COPY (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/db/hash/
H A Dhash.c916 P_32_COPY(srcp->magic, destp->magic);
917 P_32_COPY(srcp->version, destp->version);
918 P_32_COPY(srcp->lorder, destp->lorder);
919 P_32_COPY(srcp->bsize, destp->bsize);
920 P_32_COPY(srcp->bshift, destp->bshift);
921 P_32_COPY(srcp->dsize, destp->dsize);
922 P_32_COPY(srcp->ssize, destp->ssize);
923 P_32_COPY(srcp->sshift, destp->sshift);
924 P_32_COPY(srcp->ovfl_point, destp->ovfl_point);
925 P_32_COPY(src
[all...]
/freebsd-10-stable/include/
H A Ddb.h160 * P_32_COPY swap from one location to another
176 #define P_32_COPY(a, b) { \ macro

Completed in 34 milliseconds