Searched refs:result_offset (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | diff3.c | 868 int result_offset = D_LOWLINE (ptr, FC) - lowc; local 872 D_LINEARRAY (result, FILEC) + result_offset, 873 D_LENARRAY (result, FILEC) + result_offset, 896 int result_offset = D_LOWLINE (ptr, FO) - lo; local 901 D_LINEARRAY (result, FILE0 + d) + result_offset, 902 D_LENARRAY (result, FILE0 + d) + result_offset,
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff3.c | 748 lin result_offset = D_LOWLINE (ptr, FC) - lowc; in using_to_diff3_block() local 752 D_LINEARRAY (result, FILEC) + result_offset, in using_to_diff3_block() 753 D_LENARRAY (result, FILEC) + result_offset, in using_to_diff3_block() 776 lin result_offset = D_LOWLINE (ptr, FO) - lo; in using_to_diff3_block() local 781 D_LINEARRAY (result, FILE0 + d) + result_offset, in using_to_diff3_block() 782 D_LENARRAY (result, FILE0 + d) + result_offset, in using_to_diff3_block()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | fs.c | 2108 int64_t result_offset = 0; in fs__sendfile() local 2115 result_offset = _lseeki64(fd_in, offset, SEEK_SET); in fs__sendfile() 2118 if (result_offset == -1) { in fs__sendfile()
|