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

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h48 * P_32_COPY copy potentially unaligned 4 byte quantities
59 #define P_32_COPY(a, b) { \ macro
67 P_32_COPY(a, &_tmp); \
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c1037 P_32_COPY(srcp->magic, destp->magic);
1038 P_32_COPY(srcp->version, destp->version);
1039 P_32_COPY(srcp->lorder, destp->lorder);
1040 P_32_COPY(srcp->bsize, destp->bsize);
1041 P_32_COPY(srcp->bshift, destp->bshift);
1042 P_32_COPY(srcp->ovfl_point, destp->ovfl_point);
1043 P_32_COPY(srcp->last_freed, destp->last_freed);
1044 P_32_COPY(srcp->max_bucket, destp->max_bucket);
1045 P_32_COPY(srcp->high_mask, destp->high_mask);
1046 P_32_COPY(src
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h180 * P_32_COPY swap from one location to another
196 #define P_32_COPY(a, b) { \ macro

Completed in 1068 milliseconds