Home
last modified time | relevance | path

Searched refs:w_offset (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/include/
Dwrite_log.h54 int w_offset; /* file offset */ member
109 uint w_offset : 44; /* file offset */ member
113 uint w_offset : 32; /* file offset */
/external/ltp/testcases/kernel/fs/doio/
Dwrite_log.c413 wrecd->w_offset = (uint) wrec->w_offset; in wlog_rec_pack()
461 wrec->w_offset = wrecd->w_offset; in wlog_rec_unpack()
Ddoio.c1767 wrec.w_offset = offset; in do_write()
3285 wrec.w_offset = offset; in do_rw()
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc451 const int w_offset = offsetof(dump_t, w_); in Dump() local
483 __ Add(dump, dump_base, w_offset); in Dump()
541 __ Add(dump2, dump2_base, w_offset); in Dump()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1996 const int w_offset = std::max(0, -iw_ungated_start); in ExtractPatchIntoBufferColumn() local
2000 std::min(kwidth - w_offset, in_width - iw_start) * in_depth; in ExtractPatchIntoBufferColumn()
2003 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
2009 const int left_padding = w_offset; in ExtractPatchIntoBufferColumn()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1859 const int w_offset = std::max(0, -iw_ungated_start); in ExtractPatchIntoBufferColumn() local
1863 std::min(kwidth - w_offset, in_width - iw_start) * in_depth; in ExtractPatchIntoBufferColumn()
1866 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
1872 const int left_padding = w_offset; in ExtractPatchIntoBufferColumn()