Lines Matching refs:required
38 * required, the layout calculations overwehlm them. [A "slot" contains
49 * denial of service attacks by limiting the amount of storage required.
75 int pad; /* Extra padding, in pixels, required for
100 * in pixels. This is the space required
745 * Loop through each option value pair, setting the values as required.
1000 * If the requested size is less than the minimum required size,
1482 int required = slavePtr->size + layoutPtr[slot - span].minOffset;
1483 if (required > layoutPtr[slot].minOffset) {
1484 layoutPtr[slot].minOffset = required;
1491 * At this point, we know the minimum required size of the entire layout.
1506 * they will be reduced as required.
1571 * We found a span. Compute the total weight, minumum space required,