Home
last modified time | relevance | path

Searched refs:literal_ (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/base/
Dsocketaddress.cc66 literal_ = false; in Clear()
84 literal_ = addr.literal_; in operator =()
91 literal_ = false; in SetIP()
98 literal_ = false; in SetIP()
105 literal_ = IPFromString(hostname, &ip_); in SetIP()
106 if (!literal_) { in SetIP()
142 if (!literal_ && !hostname_.empty()) in HostAsURIString()
154 if (!literal_ && !hostname_.empty()) in HostAsSensitiveURIString()
222 return IPIsUnspec(ip_) && !literal_ && !hostname_.empty(); in IsUnresolvedIP()
277 literal_ = false; in FromSockAddr()
Dsocketaddress.h184 bool literal_; // Indicates that 'hostname_' contains a literal IP string. variable
/external/v8/src/
Dunoptimized-compilation-info.cc31 literal_ = literal; in UnoptimizedCompilationInfo()
40 DCHECK_NOT_NULL(literal_); in scope()
41 return literal_->scope(); in scope()
Dunoptimized-compilation-info.h50 FunctionLiteral* literal() const { return literal_; } in literal()
53 literal_ = literal; in set_literal()
114 FunctionLiteral* literal_; variable
/external/webp/src/enc/
Dhistogram_enc.c35 uint32_t* const literal = p->literal_; in HistogramClear()
40 p->literal_ = literal; in HistogramClear()
52 uint32_t* const dst_literal = dst->literal_; in HistogramCopy()
58 dst->literal_ = dst_literal; in HistogramCopy()
59 memcpy(dst->literal_, src->literal_, literal_size * sizeof(*dst->literal_)); in HistogramCopy()
118 histo->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram)); in VP8LAllocateHistogram()
134 set->histograms[i]->literal_ = (uint32_t*)(memory + sizeof(VP8LHistogram)); in HistogramSetResetPointers()
206 ++histo->literal_[PixOrCopyLiteral(v, 1)]; in VP8LHistogramAddSinglePixOrCopy()
211 ++histo->literal_[literal_ix]; in VP8LHistogramAddSinglePixOrCopy()
215 ++histo->literal_[NUM_LITERAL_CODES + code]; in VP8LHistogramAddSinglePixOrCopy()
[all …]
Dbackward_references_cost_enc.c37 double* literal_; member
79 histo->literal_, m->literal_); in CostModelBuild()
98 m->literal_[(v >> 8) & 0xff] + in GetLiteralCost()
104 return m->literal_[literal_idx]; in GetCacheCost()
111 return m->literal_[VALUES_IN_BYTE + code] + extra_bits; in GetLengthCost()
588 cost_model->literal_ = (double*)(cost_model + 1); in BackwardReferencesHashChainDistanceOnly()
Dhistogram_enc.h34 uint32_t* literal_; // Pointer to the allocated buffer for literal. member
Dbackward_references_enc.c739 ++histos[0]->literal_[g]; in CalculateBestCacheSize()
745 ++histos[i]->literal_[NUM_LITERAL_CODES + NUM_LENGTH_CODES + key]; in CalculateBestCacheSize()
749 ++histos[i]->literal_[g]; in CalculateBestCacheSize()
Dvp8l_enc.c506 VP8LCreateHuffmanTree(histo->literal_, 15, buf_rle, huff_tree, codes + 0); in GetHuffBitLengthsAndCodes()
/external/v8/src/parsing/
Dparse-info.h128 FunctionLiteral* literal() const { return literal_; } in literal()
129 void set_literal(FunctionLiteral* literal) { literal_ = literal; } in set_literal()
280 FunctionLiteral* literal_; variable
Dparse-info.cc40 literal_(nullptr) { in ParseInfo()
/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.h96 const Literal* literal() const { return literal_; } in literal()
99 explicit ConstantArray(const Literal* literal) : literal_(literal) {} in ConstantArray()
100 const Literal* literal_; variable
Dhlo_instructions.cc1026 literal_(std::move(literal)) {} in HloConstantInstruction()
1033 if (literal_.has_value()) { in ToProto()
1034 *proto.mutable_literal() = literal_->ToProto(); in ToProto()
1055 *literal_ = literal_->Relayout(new_layout, shape_index); in RelayoutConstant()
1072 CHECK(literal_.has_value()); in CloneWithNewOperandsImpl()
1073 return absl::make_unique<HloConstantInstruction>(literal_->Clone()); in CloneWithNewOperandsImpl()
1081 if (literal_.has_value() && in OperandsToStringWithCanonicalNameMap()
1109 literal_(LiteralUtil::CreateR1U8(tag)) { in HloTraceInstruction()
1116 *proto.mutable_literal() = literal_.ToProto(); in ToProto()
Dhlo_instructions.h656 const Literal& literal() const { return *literal_; } in literal()
658 bool HasLiteral() const { return literal_.has_value(); } in HasLiteral()
682 absl::optional<Literal> literal_; variable
689 string TracingTag() const { return literal_.GetR1U8AsString(); } in TracingTag()
702 Literal literal_; variable
/external/webp/src/dsp/
Dlossless_enc.c677 ADD(0, literal_, literal_size); in VP8LHistogramAdd()
686 ADD_EQ(0, literal_, literal_size); in VP8LHistogramAdd()