HomeSort by: relevance | last modified time | path
    Searched defs:result_offset (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/diffutils/dist/src/
diff3.c 751 lin result_offset = D_LOWLINE (ptr, FC) - lowc;
755 D_LINEARRAY (result, FILEC) + result_offset,
756 D_LENARRAY (result, FILEC) + result_offset,
779 lin result_offset = D_LOWLINE (ptr, FO) - lo;
784 D_LINEARRAY (result, FILE0 + d) + result_offset,
785 D_LENARRAY (result, FILE0 + d) + result_offset,
748 lin result_offset = D_LOWLINE (ptr, FC) - lowc; local
776 lin result_offset = D_LOWLINE (ptr, FO) - lo; local
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 871 int result_offset = D_LOWLINE (ptr, FC) - lowc;
875 D_LINEARRAY (result, FILEC) + result_offset,
876 D_LENARRAY (result, FILEC) + result_offset,
899 int result_offset = D_LOWLINE (ptr, FO) - lo;
904 D_LINEARRAY (result, FILE0 + d) + result_offset,
905 D_LENARRAY (result, FILE0 + d) + result_offset,
868 int result_offset = D_LOWLINE (ptr, FC) - lowc; local
896 int result_offset = D_LOWLINE (ptr, FO) - lo; local
  /src/external/mit/libuv/dist/src/win/
fs.c 2421 int64_t result_offset = 0; local
2428 result_offset = _lseeki64(fd_in, offset, SEEK_SET);
2431 if (result_offset == -1) {

Completed in 32 milliseconds