Searched refs:P_32_COPY (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
H A D | hash.c | 1048 P_32_COPY(srcp->magic, destp->magic); 1049 P_32_COPY(srcp->version, destp->version); 1050 P_32_COPY(srcp->lorder, destp->lorder); 1051 P_32_COPY(srcp->bsize, destp->bsize); 1052 P_32_COPY(srcp->bshift, destp->bshift); 1053 P_32_COPY(srcp->ovfl_point, destp->ovfl_point); 1054 P_32_COPY(srcp->last_freed, destp->last_freed); 1055 P_32_COPY(srcp->max_bucket, destp->max_bucket); 1056 P_32_COPY(srcp->high_mask, destp->high_mask); 1057 P_32_COPY(srcp->low_mask, destp->low_mask); [all …]
|
/titanic_41/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); \
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-int.h | 197 #define P_32_COPY(a, b) { \ macro
|