Searched refs:write_off (Results 1 – 7 of 7) sorted by relevance
/external/ltp/testcases/kernel/syscalls/pwritev2/ |
D | pwritev201.c | 39 off_t write_off; member 60 TEST(pwritev2(fd, wr_iovec, tc->count, tc->write_off, 0)); in verify_pwritev2() 79 if (tc->write_off != -1) in verify_pwritev2() 80 SAFE_PREAD(1, fd, preadbuf, tc->size, tc->write_off); in verify_pwritev2()
|
/external/perfetto/src/protozero/ |
D | packed_repeated_fields.cc | 27 size_t write_off = static_cast<size_t>(write_ptr_ - storage_begin_); in GrowSlowpath() local 36 write_ptr_ = storage_begin_ + write_off; in GrowSlowpath()
|
/external/ltp/testcases/kernel/syscalls/sync_file_range/ |
D | sync_file_range02.c | 37 off64_t write_off; member 49 lseek(fd, tc->write_off, SEEK_SET); in verify_sync_file_range()
|
/external/mesa3d/src/imgui/ |
D | imgui.cpp | 2133 const int write_off = (Buf.Size != 0) ? Buf.Size : 1; in append() local 2134 const int needed_sz = write_off + len; in append() 2135 if (write_off + len >= Buf.Capacity) in append() 2142 memcpy(&Buf[write_off - 1], str, (size_t)len); in append() 2143 Buf[write_off - 1 + len] = 0; in append() 2168 const int write_off = (Buf.Size != 0) ? Buf.Size : 1; in appendfv() local 2169 const int needed_sz = write_off + len; in appendfv() 2170 if (write_off + len >= Buf.Capacity) in appendfv() 2177 ImFormatStringV(&Buf[write_off - 1], (size_t)len + 1, fmt, args_copy); in appendfv()
|
/external/cpuinfo/test/dmesg/ |
D | iconia-one-10.log | 239 [ 0.769160] (1)[1:swapper/0][BTCVSD] write_off=0xfd4
|
D | meizu-pro-6.log | 1417 [ 1.634902] (0)[1:swapper/0][BTCVSD] write_off=0xfd4
|
D | meizu-pro-6s.log | 1526 [ 1.874089] (0)[1:swapper/0][BTCVSD] write_off=0xfd4
|