HomeSort by relevance Sort by last modified time
    Searched defs:max_byte (Results 1 - 3 of 3) sorted by null

  /external/ltp/lib/
tlibio.c 218 int nbytes, min_byte, max_byte; local
241 max_byte = offset + bytes_per_stride - 1;
242 min_byte = max_byte - nbytes + 1;
245 max_byte = min_byte + nbytes - 1;
253 *max = max_byte;
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 71 int max_byte = (max_pos + 7) / 8; local
72 while (byte_pos < max_byte) {
78 if (byte_pos == max_byte)
  /external/ltp/testcases/kernel/fs/doio/
doio.c 2085 int min_byte, max_byte; local
3062 int min_byte, max_byte; local
3501 int min_byte, max_byte; local
    [all...]

Completed in 281 milliseconds