Searched refs:s_ (Results 1 - 25 of 35) sorted by relevance

12

/external/llvm/test/MC/COFF/
H A Dsection.s29 .section s_, "" ; .long 1
50 // CHECK: Name: s_
/external/regex-re2/re2/testing/
H A Dstring_generator.cc86 s_.clear();
88 s_ += alphabet_[digits_[i]];
91 sp_ = s_;
H A Dstring_generator.h46 string s_; // String data in last StringPiece returned by Next(). member in class:re2::StringGenerator
/external/openfst/src/include/fst/
H A Dcomplement.h198 : siter_(*fst.GetImpl()->fst_), s_(0) {
201 bool Done() const { return s_ > 0 && siter_.Done(); }
203 StateId Value() const { return s_; }
206 if (s_ != 0)
208 ++s_;
213 s_ = 0;
226 StateId s_; member in class:fst::StateIterator
241 : aiter_(0), s_(s), pos_(0) {
242 if (s_ != 0)
249 if (s_ !
315 StateId s_; member in class:fst::ArcIterator
[all...]
H A Dstate-reachable.h162 void SetState(StateId s) { s_ = s; }
175 return isets_[s_].Member(i);
188 StateId s_; // Current state member in class:fst::StateReachable
H A Dlookahead-matcher.h270 s_(kNoStateId) {}
277 s_(kNoStateId) {}
287 s_ = s;
309 // at (s_, s).
334 StateId s_; // Matcher state member in class:fst::ArcLookAheadMatcher
348 if (fst_.Final(s_) != Weight::Zero() &&
355 Times(fst_.Final(s_), lfst_->Final(s))));
443 s_(kNoStateId),
467 s_(kNoStateId),
482 if (s_
575 StateId s_; // Matcher state member in class:fst::LabelLookAheadMatcher
[all...]
H A Dlabel-reachable.h155 s_(kNoStateId),
169 s_(kNoStateId),
180 s_(kNoStateId),
263 s_ = s;
276 return isets[s_].Member(label);
284 return isets[s_].Member(data_->FinalLabel());
306 const vector<Interval> *intervals = isets[s_].Intervals();
546 StateId s_; // Current state member in class:fst::LabelReachable
H A Dcache.h664 : fst_(fst), impl_(impl), s_(0) {
669 if (s_ < impl_->NumKnownStates())
671 if (s_ < impl_->NumKnownStates())
682 if (s_ < impl_->NumKnownStates())
688 StateId Value() const { return s_; }
690 void Next() { ++s_; }
692 void Reset() { s_ = 0; }
705 StateId s_; member in class:fst::CacheStateIterator
766 CacheMutableArcIterator(Impl *impl, StateId s) : i_(0), s_(s), impl_(impl) {
767 state_ = impl_->ExtendState(s_);
852 StateId s_; member in class:fst::CacheMutableArcIterator
[all...]
H A Dconst-fst.h436 : nstates_(fst.GetImpl()->NumStates()), s_(0) {}
438 bool Done() const { return s_ >= nstates_; }
440 StateId Value() const { return s_; }
442 void Next() { ++s_; }
444 void Reset() { s_ = 0; }
448 StateId s_; member in class:fst::StateIterator
H A Drelabel.h469 : impl_(fst.GetImpl()), siter_(*impl_->fst_), s_(0) {}
473 StateId Value() const { return s_; }
477 ++s_;
483 s_ = 0;
495 StateId s_; member in class:fst::StateIterator
H A Dfst.h347 explicit StateIterator(const F &fst) : s_(0) {
354 return data_.base ? data_.base->Done() : s_ >= data_.nstates;
357 StateId Value() const { return data_.base ? data_.base->Value() : s_; }
363 ++s_;
370 s_ = 0;
375 StateId s_; member in class:fst::StateIterator
H A Dvector-fst.h513 : nstates_(fst.GetImpl()->NumStates()), s_(0) {}
515 bool Done() const { return s_ >= nstates_; }
517 StateId Value() const { return s_; }
519 void Next() { ++s_; }
521 void Reset() { s_ = 0; }
525 StateId s_; member in class:fst::StateIterator
H A Dreplace.h1244 s_(fst::kNoStateId),
1257 s_(fst::kNoStateId),
1324 if (s_ == s) return;
1326 s_ = s;
1327 tuple_ = impl_->GetStateTable()->Tuple(s_);
1335 loop_.nextstate = s_;
1401 StateId s_; // Current state member in class:fst::ReplaceFstMatcher
H A Daccumulator.h439 new CacheLogAccumulatorData<A>(gc, gc_limit)), s_(kNoStateId),
444 data_(acc.data_), s_(kNoStateId), error_(acc.error_) {
468 if (s == s_)
470 s_ = s;
588 StateId s_; // Current state member in class:fst::CacheLogAccumulator
H A Dmatcher.h151 s_(kNoStateId),
175 s_(kNoStateId),
213 if (s_ == s)
215 s_ = s;
309 StateId s_; // Current state member in class:fst::SortedMatcher
H A Darc-map.h604 : impl_(fst.GetImpl()), siter_(*impl_->fst_), s_(0),
610 StateId Value() const { return s_; }
613 ++s_;
623 s_ = 0;
642 B final_arc = (*impl_->mapper_)(A(0, 0, impl_->fst_->Final(s_),
651 StateId s_; member in class:fst::StateIterator
H A Dcompact-fst.h1037 : nstates_(fst.GetImpl()->NumStates()), s_(0) {}
1039 bool Done() const { return s_ >= nstates_; }
1041 StateId Value() const { return s_; }
1043 void Next() { ++s_; }
1045 void Reset() { s_ = 0; }
1049 StateId s_; member in class:fst::StateIterator
/external/v8/test/cctest/
H A Dtest-utils-arm64.h77 return dump_.s_[code];
138 return (dump_.d_[code] & kSRegMask) == dump_.s_[code];
150 uint32_t s_[kNumberOfFPRegisters];
166 STATIC_ASSERT(sizeof(for_sizeof().s_[0]) == kSRegSize);
168 STATIC_ASSERT(sizeof(for_sizeof().s_[0]) == kWRegSize);
H A Dtest-ostreams.cc127 MiscStuff(int i, double d, const char* s) : i_(i), d_(d), s_(s) { }
134 const char* s_; member in class:MiscStuff
139 return os << "{i:" << m.i_ << ", d:" << m.d_ << ", s:'" << m.s_ << "'}";
H A Dtest-utils-arm64.cc343 const int s_offset = offsetof(dump_t, s_);
/external/vixl/test/
H A Dtest-utils-a64.h61 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes);
63 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes);
98 return dump_.s_[code];
163 return (dump_.d_[code] & kSRegMask) == dump_.s_[code];
175 uint32_t s_[kNumberOfFPRegisters];
/external/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h520 static union { void* align; char s[sizeof(std::string)]; } s_##name[2]; \
521 const std::string* const FLAGS_no##name = new (s_##name[0].s) std::string(val); \
524 s_##name[0].s, new (s_##name[1].s) std::string(*FLAGS_no##name)); \
527 std::string& FLAGS_##name = *(reinterpret_cast<std::string*>(s_##name[0].s)); \
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc45 void clear() { s_.clear(); }
47 return s_.insert(idx(from, to)).second;
50 return s_.erase(idx(from, to));
54 for (set<uptr>::iterator it = s_.begin(); it != s_.end(); ++it) {
66 set<uptr> s_; member in class:SimpleGraph
/external/mesa3d/src/glsl/
H A Ds_expression.h34 #define SX_AS_(t,x) ((x) && ((s_expression*) x)->is_##t()) ? ((s_##t*) (x)) \
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h967 : s_(0), num_states_(fst.NumStates()) { }
969 bool Done() const { return s_ >= num_states_; }
970 StateId Value() const { return s_; }
971 void Next() { ++s_; }
972 void Reset() { s_ = 0; }
980 StateId s_, num_states_; member in class:fst::StateIterator

Completed in 1280 milliseconds

12