/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BytesTrie.java | 46 bytes_=trieBytes; in BytesTrie() 60 bytes_ = other.bytes_; in BytesTrie() 145 state.bytes=bytes_; in saveState() 165 if(bytes_==state.bytes && bytes_!=null && root_==state.root) { in resetToState() 250 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 289 if(inByte==(bytes_[pos++]&0xff)) { in next() 293 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in next() 338 return (length<0 && (node=(bytes_[po in next() 739 private byte[] bytes_; global() field in BytesTrie.Iterator 1121 private byte[] bytes_; global() field in BytesTrie [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BytesTrie.java | 46 bytes_=trieBytes; in BytesTrie() 58 bytes_ = other.bytes_; in BytesTrie() 137 state.bytes=bytes_; in saveState() 156 if(bytes_==state.bytes && bytes_!=null && root_==state.root) { in resetToState() 233 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in current() 270 if(inByte==(bytes_[pos++]&0xff)) { in next() 274 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ? in next() 318 return (length<0 && (node=(bytes_[po in next() 704 private byte[] bytes_; global() field in BytesTrie.Iterator 1081 private byte[] bytes_; global() field in BytesTrie [all...] |
/third_party/protobuf/js/binary/ |
H A D | decoder.js | 70 this.bytes_ = null; 85 * Current read location in bytes_. 147 return jspb.BinaryDecoder.alloc(this.bytes_, 156 this.bytes_ = null; 169 return this.bytes_; 182 this.bytes_ = jspb.utils.byteSourceToUint8Array(data); 185 this.bytes_.length; 297 temp = this.bytes_[this.cursor_++]; 303 temp = this.bytes_[this.cursor_++]; 311 temp = this.bytes_[thi [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | bytestrie.h | 72 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 73 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 88 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie() 97 pos_=bytes_; in reset() 112 (uint64_t)(pos_ - bytes_); in getState64() 131 pos_ = bytes_ + (state & kState64PosMask); in resetToState64() 163 state.bytes=bytes_; in saveState() 180 if(bytes_==state.bytes && bytes_! in resetToState() 361 const uint8_t *bytes_; global() member in BytesTrie::Iterator 554 const uint8_t *bytes_; global() member in BytesTrie [all...] |
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | bytestrie.h | 72 : ownedArray_(nullptr), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 73 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 88 : ownedArray_(nullptr), bytes_(other.bytes_), in BytesTrie() 97 pos_=bytes_; in reset() 112 (uint64_t)(pos_ - bytes_); in getState64() 131 pos_ = bytes_ + (state & kState64PosMask); in resetToState64() 163 state.bytes=bytes_; in saveState() 180 if(bytes_==state.bytes && bytes_! in resetToState() 361 const uint8_t *bytes_; global() member in BytesTrie::Iterator 554 const uint8_t *bytes_; global() member in BytesTrie [all...] |
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | bytestrie.h | 72 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)), in BytesTrie() 73 pos_(bytes_), remainingMatchLength_(-1) {} in BytesTrie() 88 : ownedArray_(NULL), bytes_(other.bytes_), in BytesTrie() 97 pos_=bytes_; in reset() 112 (uint64_t)(pos_ - bytes_); in getState64() 131 pos_ = bytes_ + (state & kState64PosMask); in resetToState64() 163 state.bytes=bytes_; in saveState() 180 if(bytes_==state.bytes && bytes_! in resetToState() 361 const uint8_t *bytes_; global() member in BytesTrie::Iterator 554 const uint8_t *bytes_; global() member in BytesTrie [all...] |
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | buffer.cc | 86 buffer->bytes_ = bytes_; in CopyTo() 99 for (uint32_t i = 0; i < bytes_.size(); ++i) { in IsEqual() 100 if (bytes_[i] != buffer->bytes_[i]) { in IsEqual() 103 first_different_left = bytes_[i]; in IsEqual() 104 first_different_right = buffer->bytes_[i]; in IsEqual() 306 bytes_.resize(GetSizeInBytes()); in SetDataWithOffset() 315 memset(bytes_.data() + offset, 0, new_space); in SetDataWithOffset() 320 uint8_t* ptr = bytes_ in SetDataWithOffset() [all...] |
H A D | buffer.h | 222 std::vector<uint8_t>* ValuePtr() { return &bytes_; } in ValuePtr() 224 const std::vector<uint8_t>* ValuePtr() const { return &bytes_; } in ValuePtr() 229 return reinterpret_cast<const T*>(bytes_.data()); in GetValues() 274 std::vector<uint8_t> bytes_; member in amber::Buffer
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | serializable.cc | 24 : bytes_(std::move(bytes)) {} in PreSerialized() 27 out->insert(out->end(), bytes_.begin(), bytes_.end()); 31 std::vector<uint8_t> bytes_; member in v8_crdtp::__anon15269::PreSerialized
|
H A D | cbor.cc | 493 CBORTokenizer::CBORTokenizer(span<uint8_t> bytes) : bytes_(bytes) { in CBORTokenizer() 542 bytes_.subspan(status_.pos + 1)); in GetDouble() 549 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetString8() 555 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetString16WireRep() 561 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetBinary() 567 return bytes_.subspan(status_.pos, length + kEncodedEnvelopeHeaderSize); in GetEnvelope() 573 return bytes_.subspan(status_.pos + kEncodedEnvelopeHeaderSize, length); in GetEnvelopeContents() 611 if (status_.pos >= bytes_.size()) { in ReadNextToken() 615 const size_t remaining_bytes = bytes_.size() - status_.pos; in ReadNextToken() 616 switch (bytes_[status in ReadNextToken() [all...] |
H A D | protocol_core.cc | 176 : bytes_(bytes) { in ContainerSerializer() 177 envelope_.EncodeStart(bytes_); in ContainerSerializer() 178 bytes_->push_back(tag); in ContainerSerializer() 182 bytes_->push_back(cbor::EncodeStop()); in EncodeStop() 183 envelope_.EncodeStop(bytes_); in EncodeStop()
|
H A D | protocol_core.h | 82 bytes_); in AddField() 83 ProtocolTypeTraits<T>::Serialize(value, bytes_); in AddField() 101 std::vector<uint8_t>* const bytes_; member in v8_crdtp::ContainerSerializer::std
|
H A D | cbor.h | 264 span<uint8_t> bytes_; member in v8_crdtp::cbor::MajorType::CBORTokenizer
|
/third_party/icu/icu4c/source/common/ |
H A D | bytestrieiterator.cpp | 27 : bytes_(static_cast<const uint8_t *>(trieBytes)), in Iterator() 28 pos_(bytes_), initialPos_(bytes_), in Iterator() 49 : bytes_(trie.bytes_), pos_(trie.pos_), initialPos_(trie.pos_), in Iterator() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext() 202 stack_->addElement((int32_t)(pos-bytes_), errorCode); in branchNext()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | bytestrieiterator.cpp | 27 : bytes_(static_cast<const uint8_t *>(trieBytes)), in Iterator() 28 pos_(bytes_), initialPos_(bytes_), in Iterator() 49 : bytes_(trie.bytes_), pos_(trie.pos_), initialPos_(trie.pos_), in Iterator() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext() 202 stack_->addElement((int32_t)(pos-bytes_), errorCode); in branchNext()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | bytestrieiterator.cpp | 27 : bytes_(static_cast<const uint8_t *>(trieBytes)), in Iterator() 28 pos_(bytes_), initialPos_(bytes_), in Iterator() 49 : bytes_(trie.bytes_), pos_(trie.pos_), initialPos_(trie.pos_), in Iterator() 115 pos=bytes_+stack_->elementAti(stackSize-2); in next() 189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode); in branchNext() 202 stack_->addElement((int32_t)(pos-bytes_), errorCode); in branchNext()
|
/third_party/node/deps/v8/src/heap/ |
H A D | array-buffer-sweeper.cc | 31 DCHECK_GE(bytes_ + accounting_length, bytes_); in Append() 32 bytes_ += accounting_length; in Append() 49 bytes_ += list->ApproximateBytes(); in Append() 74 DCHECK_IMPLIES(!head_, bytes_ == 0); in IsEmpty() 246 DCHECK_GE(young_.bytes_, bytes); in Detach() 247 young_.bytes_ -= bytes; in Detach() 249 DCHECK_GE(old_.bytes_, bytes); in Detach() 250 old_.bytes_ -= bytes; in Detach()
|
H A D | array-buffer-sweeper.h | 25 size_t ApproximateBytes() const { return bytes_; } in ApproximateBytes() 39 size_t bytes_ = 0; member
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/common/ |
H A D | macros.h | 102 #define ALIGN_MACRO(bytes_) __declspec(align(bytes_)) // only accepts integer as arg 105 #define ALIGN_MACRO(bytes_) alignas(bytes_)
|
/third_party/node/deps/v8/src/codegen/ |
H A D | source-position-table.cc | 147 bytes_(zone), in SourcePositionTableBuilder() 166 EncodeEntry(&bytes_, tmp); in AddEntry() 176 if (bytes_.empty()) return isolate->factory()->empty_byte_array(); in ToSourcePositionTable() 180 static_cast<int>(bytes_.size()), AllocationType::kOld); in ToSourcePositionTable() 181 MemCopy(table->GetDataStartAddress(), bytes_.data(), bytes_.size()); in ToSourcePositionTable() 205 if (bytes_.empty()) return base::OwnedVector<byte>(); in ToSourcePositionTableVector() 208 base::OwnedVector<byte> table = base::OwnedVector<byte>::Of(bytes_); in ToSourcePositionTableVector()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-util.h | 49 const uint8_t* data() const { return bytes_->data(); } in data() 50 size_t size() const { return bytes_->size(); } in size() 58 std::shared_ptr<std::vector<uint8_t>> bytes_; member in v8_inspector::protocol::Binary 61 : bytes_(bytes) {} in Binary()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 39 base::VLQEncodeUnsigned(&bytes_, static_cast<uint32_t>(pc_diff)); in AddPosition() 46 void Reserve(size_t size) { bytes_.reserve(size); } in Reserve() 50 std::vector<byte> bytes_; member in v8::internal::baseline::BytecodeOffsetTableBuilder
|
/third_party/node/deps/v8/src/wasm/ |
H A D | streaming-decoder.cc | 62 bytes_(base::OwnedVector<uint8_t>::NewForOverwrite( in SectionBuffer() 65 bytes_.start()[0] = id; in SectionBuffer() 66 memcpy(bytes_.start() + 1, &length_bytes.first(), length_bytes.length()); in SectionBuffer() 70 return static_cast<SectionCode>(bytes_.start()[0]); in section_code() 83 base::Vector<uint8_t> bytes() const { return bytes_.as_vector(); } in bytes() 85 size_t length() const { return bytes_.size(); } in length() 90 const base::OwnedVector<uint8_t> bytes_; member in v8::internal::wasm::AsyncStreamingDecoder::SectionBuffer
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 636 CBORTokenizer::CBORTokenizer(span<uint8_t> bytes) : bytes_(bytes) { in CBORTokenizer() 684 bytes_.subspan(status_.pos + 1)); in GetDouble() 691 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetString8() 697 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetString16WireRep() 703 return bytes_.subspan(status_.pos + (token_byte_length_ - length), length); in GetBinary() 709 return bytes_.subspan(status_.pos + kEncodedEnvelopeHeaderSize, length); in GetEnvelopeContents() 747 if (status_.pos >= bytes_.size()) { in ReadNextToken() 751 const size_t remaining_bytes = bytes_.size() - status_.pos; in ReadNextToken() 752 switch (bytes_[status_.pos]) { in ReadNextToken() 773 bytes_ in ReadNextToken() [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 505 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph() 506 header (header_), bytes (bytes_) {} in SimpleGlyph() 676 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph() 677 header (header_), bytes (bytes_) {} in CompositeGlyph() 884 Glyph (hb_bytes_t bytes_ = hb_bytes_t (), in Glyph() 885 hb_codepoint_t gid_ = (hb_codepoint_t) -1) : bytes (bytes_), gid (gid_), in Glyph()
|