Searched refs:P_32_COPY (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 1041 P_32_COPY(srcp->magic, destp->magic); 1042 P_32_COPY(srcp->version, destp->version); 1043 P_32_COPY(srcp->lorder, destp->lorder); 1044 P_32_COPY(srcp->bsize, destp->bsize); 1045 P_32_COPY(srcp->bshift, destp->bshift); 1046 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); 1047 P_32_COPY(srcp->last_freed, destp->last_freed); 1048 P_32_COPY(srcp->max_bucket, destp->max_bucket); 1049 P_32_COPY(srcp->high_mask, destp->high_mask); 1050 P_32_COPY(srcp->low_mask, destp->low_mask); [all …]
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | db_swap.h | 59 #define P_32_COPY(a, b) { \ macro 67 P_32_COPY(a, &_tmp); \
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 197 #define P_32_COPY(a, b) { \ macro
|