Home
last modified time | relevance | path

Searched refs:w_offset (Results 1 – 5 of 5) 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/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dim2col_utils.h48 const int w_offset = std::max(0, -iw_ungated_start); in ExtractPatchIntoBufferColumn() local
52 std::min(kwidth - w_offset, in_width - iw_start) * in_depth; in ExtractPatchIntoBufferColumn()
55 output_row_offset + (h_offset * kwidth + w_offset) * in_depth; in ExtractPatchIntoBufferColumn()
61 const int left_padding = w_offset; in ExtractPatchIntoBufferColumn()
/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc486 const int w_offset = offsetof(dump_t, w_); in Dump() local
518 __ Add(dump, dump_base, w_offset); in Dump()
576 __ Add(dump2, dump2_base, w_offset); in Dump()