183
163
Tests if two dulints are equal. */
184
164
#define UT_DULINT_EQ(D1, D2) (((D1).low == (D2).low)\
185
165
&& ((D1).high == (D2).high))
187
166
/****************************************************************
188
167
Sort function for dulint arrays. */
191
169
ut_dulint_sort(dulint* arr, dulint* aux_arr, ulint low, ulint high);
192
170
/*===============================================================*/
195
193
/*************************************************************
196
194
The following function rounds up a pointer to the nearest aligned address. */