Lines Matching defs:off
2033 const size_t off = static_cast<size_t>(off_64);
2037 CHECK(Buffer::IsWithinBounds(off, len, buffer_length));
2039 CHECK_GE(off + len, off);
2043 char* buf = buffer_data + off;
2047 if (req_wrap_async != nullptr) { // write(fd, buffer, off, len, pos, req)
2051 } else { // write(fd, buffer, off, len, pos, undefined, ctx)
2238 const size_t off = static_cast<size_t>(off_64);
2242 CHECK(Buffer::IsWithinBounds(off, len, buffer_length));
2249 char* buf = buffer_data + off;