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

/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dtype.h115 * itMinTypeSize is the minimum size of the data field, including padding.
182 u_int itMinTypeSize; /* minimal amount of space occupied by data */ member in struct:ipc_type
H A Dtype.c122 0, /* u_int itMinTypeSize */
171 * Calculate itTypeSize, itPadSize, itMinTypeSize
189 * (itMinTypeSize is used only in rtFindSize)
191 it->itMinTypeSize = sizeof (mach_msg_type_number_t);
197 it->itMinTypeSize += sizeof (mach_msg_type_number_t);
200 it->itMinTypeSize = bytes + padding;
215 it->itMinTypeSize = bytes;
H A Droutine.c327 machine_alignment(size, it->itMinTypeSize);
1649 it->itMinTypeSize = 0;
1650 tmp_count->argType->itMinTypeSize = 0;
1793 machine_alignment(min_size, it->itMinTypeSize);
1794 machine_alignment(max_size, it->itMinTypeSize);

Completed in 97 milliseconds