Searched refs:max_byte (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/include/old/ |
H A D | tlibio.h | 121 int bytes_per_stride, int *min_byte, int *max_byte);
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 2085 int min_byte, max_byte; in do_listio() local 2166 lio->r_nbytes, &min_byte, &max_byte); in do_listio() 2169 min_byte, (max_byte - min_byte + 1)) < 0) { in do_listio() 2171 "stride_bounds(%d, %d, %d, %d, ..., ...) set min_byte to %d, max_byte to %d\n", in do_listio() 2174 max_byte); in do_listio() 2320 min_byte, (max_byte - min_byte + 1)) < 0) { in do_listio() 3062 int min_byte, max_byte; in do_rw() local 3248 (*sy->sy_buffer) (req, offset, 0, &min_byte, &max_byte); in do_rw() 3251 max_byte = offset + (nbytes * nstrides * nents); in do_rw() 3255 min_byte, (max_byte in do_rw() 3501 int min_byte, max_byte; do_fcntl() local [all...] |
/third_party/ltp/lib/ |
H A D | tlibio.c | 218 int nbytes, min_byte, max_byte; in stride_bounds() local 241 max_byte = offset + bytes_per_stride - 1; in stride_bounds() 242 min_byte = max_byte - nbytes + 1; in stride_bounds() 245 max_byte = min_byte + nbytes - 1; in stride_bounds() 253 *max = max_byte; in stride_bounds()
|
/third_party/backends/backend/ |
H A D | lexmark_low.c | 1336 unsigned char max_byte = 0; in low_is_home_line() local 1367 if (*(buffer + i) > max_byte) in low_is_home_line() 1368 max_byte = *(buffer + i); in low_is_home_line() 1374 average = ((max_byte + min_byte) / 2); in low_is_home_line() 2503 unsigned char max_byte = 0; in sanei_lexmark_low_find_start_line() local 2798 if (*(buffer + i) > max_byte) in sanei_lexmark_low_find_start_line() 2799 max_byte = *(buffer + i); in sanei_lexmark_low_find_start_line() 2804 weighted_average = min_byte + ((max_byte - min_byte) / 4); in sanei_lexmark_low_find_start_line()
|
Completed in 13 milliseconds