Searched refs:w_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/lib/ |
D | bufq.c | 35 return chunk->r_offset >= chunk->w_offset; in chunk_is_empty() 40 return chunk->w_offset >= chunk->dlen; in chunk_is_full() 45 return chunk->w_offset - chunk->r_offset; in chunk_len() 50 return chunk->dlen - chunk->w_offset; in chunk_space() 56 chunk->r_offset = chunk->w_offset = 0; in chunk_reset() 62 unsigned char *p = &chunk->x.data[chunk->w_offset]; in chunk_append() 63 size_t n = chunk->dlen - chunk->w_offset; in chunk_append() 64 DEBUGASSERT(chunk->dlen >= chunk->w_offset); in chunk_append() 68 chunk->w_offset += n; in chunk_append() 77 size_t n = chunk->w_offset - chunk->r_offset; in chunk_read() [all …]
|
D | bufq.h | 39 size_t w_offset; /* one after last written byte */ member
|
/third_party/ltp/testcases/kernel/fs/doio/include/ |
D | write_log.h | 54 int w_offset; /* file offset */ member 109 uint w_offset : 44; /* file offset */ member 113 uint w_offset : 32; /* file offset */
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 413 wrecd->w_offset = (uint) wrec->w_offset; in wlog_rec_pack() 461 wrec->w_offset = wrecd->w_offset; in wlog_rec_unpack()
|
D | doio.c | 1767 wrec.w_offset = offset; in do_write() 3285 wrec.w_offset = offset; in do_rw()
|
/third_party/curl/tests/unit/ |
D | unit2601.c | 73 chunk->dlen, chunk->r_offset, chunk->w_offset); in dump_bufq()
|
/third_party/vixl/test/aarch64/ |
D | test-utils-aarch64.cc | 654 const int w_offset = offsetof(dump_t, w_); in Dump() local 680 DumpRegisters<Register>(masm, dump_base, w_offset, kWRegSizeInBytes); in Dump() 724 __ Str(w, MemOperand(dump2_base, w_offset + (code * kWRegSizeInBytes))); in Dump()
|
/third_party/mindspore/patches/ |
D | 0005-micro-for-ohos.patch | 11672 @@ -26,6 +25,8 @@ constexpr auto kPackWeightOffsetName = "w_offset";
|