Lines Matching refs:ul
114 ULong adder, ul, cntr;
142 for (ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++)
143 buffer[ul] = ul + adder + _START_VAL;
160 for (ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++) {
161 if (buffer[ul] != ul + _START_VAL) {
167 if (ul != _TEST_SZ / sizeof (ULong)) {
181 for( ul = 0; ul < _TEST_SZ / sizeof(ULong); ul++ ) {
182 if( buffer[ul] != ul + adder + _START_VAL )
187 if (ul != _TEST_SZ / sizeof(ULong)) {
188 DBG( DBG_LOW, "Bank not present, error at pos %u (%u)\n", ul,
299 ULong ul;
314 for (ul = 0; ul < 1280; ul++)
315 buffer[ul] = (UChar)ul; /* prepare content */
324 for( ul = 0; ul < 1280; ul++ ) {
325 if( buffer[ul] != buffer[ul+1280] ) {
327 ul, buffer[ul], buffer[ul+1280] );