Searched refs:tag_offset (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | ares__buf.c | 44 size_t tag_offset; /*!< Tagged offset in buffer. Uses member 96 buf->tag_offset = SIZE_MAX; in ares__buf_create() 160 if (buf->tag_offset != SIZE_MAX && buf->tag_offset < buf->offset) { in ares__buf_reclaim() 161 prefix_size = buf->tag_offset; in ares__buf_reclaim() 176 if (buf->tag_offset != SIZE_MAX) { in ares__buf_reclaim() 177 buf->tag_offset -= prefix_size; in ares__buf_reclaim() 398 buf->tag_offset = buf->offset; in ares__buf_tag() 403 if (buf == NULL || buf->tag_offset == SIZE_MAX) { in ares__buf_tag_rollback() 407 buf->offset = buf->tag_offset; in ares__buf_tag_rollback() [all...] |
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 1273 uint32_t tag_offset = read_big_u32(tags[i].offset); 1275 uint64_t tag_end = (uint64_t)tag_offset + (uint64_t)tag_size;
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.cc | 1948 int tag_offset) { in addg() 1954 ImmUnsignedField<13, 10>(tag_offset)); in addg() 2048 int tag_offset) { in subg() 2054 ImmUnsignedField<13, 10>(tag_offset)); in subg() 1945 addg(const Register& xd, const Register& xn, int offset, int tag_offset) addg() argument 2045 subg(const Register& xd, const Register& xn, int offset, int tag_offset) subg() argument
|
H A D | macro-assembler-aarch64.h | 2813 int tag_offset) { in Addg() 2816 addg(xd, xn, offset, tag_offset); in Addg() 2831 int tag_offset) { in Subg() 2834 subg(xd, xn, offset, tag_offset); in Subg() 2810 Addg(const Register& xd, const Register& xn, int offset, int tag_offset) Addg() argument 2828 Subg(const Register& xd, const Register& xn, int offset, int tag_offset) Subg() argument
|
H A D | assembler-aarch64.h | 6931 void addg(const Register& xd, const Register& xn, int offset, int tag_offset); 6960 void subg(const Register& xd, const Register& xn, int offset, int tag_offset);
|
H A D | simulator-aarch64.cc | 14118 uint64_t tag_offset = instr->ExtractBits(13, 10); in Simulator() local 14120 uint64_t new_tag = ChooseNonExcludedTag(rn_tag, tag_offset); in Simulator()
|
Completed in 53 milliseconds