Lines Matching refs:deInBounds32
47 deBool inserted = deInBounds32(i, 0, 5000);
59 deBool inserted = deInBounds32(i, 1000, 5000);
72 deBool inserted = (deInBounds32(i, 1000, 5000) || deInBounds32(i, 10000, 12000));
97 count += deInBounds32(i, 0, 1000) ? 1 : 0;
98 count += deInBounds32(i, 0, 500) ? 1 : 0;
99 count += deInBounds32(i, 0, 250) ? 1 : 0;
117 count += deInBounds32(i, 0, 500) ? 1 : 0;
118 count += deInBounds32(i, 0, 250) ? 1 : 0;
138 count += deInBounds32(i, 250, 500) ? 1 : 0;
139 count += deInBounds32(i, 750, 1000) ? 3 : 0;