/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-common.c | 201 int rand_within(int first, int last) in rand_within() argument
|
/third_party/libinput/src/ |
H A D | quirks.h | 55 int first; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unicodetext.cc | 51 distance(const UnicodeText::const_iterator& first, in distance() argument 205 UnicodeText::UnicodeText(const UnicodeText::const_iterator& first, in UnicodeText() argument 211 string UnicodeText::UTF8Substring(const const_iterator& first, in UTF8Substring() argument 294 PointTo(const const_iterator &first, const const_iterator &last) PointTo() argument 308 append(const const_iterator& first, const const_iterator& last) append() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | move-optimizer.cc | 338 ParallelMove* first = in CompressGaps() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | persistent-map.h | 513 bool first in operator <<() local 341 DCHECK(old_first < first_); } if (second_current_) { ++second_; DCHECK(old_second < second_); } return *this = double_iterator(first_, second_); } double_iterator(iterator first, iterator second) : first_(first), second_(second) { if (first_ == second_) { first_current_ = second_current_ = true; } else if (first_ < second_) { first_current_ = true; second_current_ = false; } else { DCHECK(second_ < first_); first_current_ = false; second_current_ = true; } } bool operator!=(const double_iterator& other) { return first_ != other.first_ || second_ != other.second_; } bool is_end() const { return first_.is_end() && second_.is_end(); } private: iterator first_; iterator second_; bool first_current_; bool second_current_; }; template <class Key, class Value, class Hasher> void PersistentMap<Key, Value, Hasher>::Set(Key key, Value value) { HashValue key_hash = HashValue(Hasher()(key)); std::array<const FocusedTree*, kHashBits> path; int length = 0; const FocusedTree* old = FindHash(key_hash, &path, &length); ZoneMap<Key, Value>* more = nullptr; if (!(GetFocusedValue(old, key) != value)) return; if (old && !(old->more == nullptr && old->key_value.key() == key)) { more = zone_->New<ZoneMap<Key, Value>>(zone_); if (old->more) operator ++() argument [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | hashmap.h | 536 Key* first; member
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger-inl.h | 312 HeapObject first = HeapObject::cast(object.unchecked_first()); in EvacuateShortcutCandidate() local
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 148 Register first = GetRegisterOperand(operand_index); in GetRegisterPairOperand() local 155 Register first = GetRegisterOperand(operand_index); in GetRegisterListOperand() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats.cc | 167 constexpr RuntimeCallCounterId FirstCounter(RuntimeCallCounterId first, ...) { in FirstCounter() argument
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.cc | 161 ControlNode* first = in ComputePostDominatingHoles() local 199 bool first = true; PrintLiveRegs() local [all...] |
H A D | maglev-graph-printer.cc | 316 bool first = true; in PrintEagerDeopt() local 356 bool first = true; in PrintLazyDeopt() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | uri.cc | 81 base::uc16 first = uri_content->Get(index + 1); in AddToBuffer() local 83 DCHECK_GT(std::numeric_limits<T>::max(), first); in AddToBuffer() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 28 bool first = true; in EmitGraph() local 422 bool first = args.empty(); in EmitInstruction() local 504 bool first = true; in EmitInstruction() local 757 bool first in EmitInstruction() local 1042 bool first = true; EmitCSAValue() local [all...] |
H A D | utils.cc | 113 unsigned char first = (*++iter); in FileUriDecode() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 788 bool first = true; in ppir_disassemble_instr() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 379 unsigned first = decl->Range.First; in lp_emit_declaration_aos() local
|
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 306 size_t first = str.find_first_not_of(' '); in Trim() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ts/ |
H A D | ts_rsp_verify.c | 375 int first = 1; in ts_check_status_info() local
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 414 int i, n = 0, len, nid, first, use_bn; in OBJ_obj2txt() local
|
/third_party/libabigail/src/ |
H A D | abg-leaf-reporter.cc | 683 class_decl_sptr first = d.first_class_decl(), in report() local 718 union_decl_sptr first = d.first_union_decl(), second = d.second_union_decl(); in report() local [all...] |
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeTable.java | 502 public RangeTable subTable(RangeTree bounds, Column<?> first, Column<?>... rest) { in subTable() argument 662 simplify( Function<Change, RangeTree> simplifyFn, int minPrefixLength, Column<?> first, Column<?>... rest) simplify() argument
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_substitute.c | 689 PCRE2_SPTR first, last, entry; in pcre2_substitute() local [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 174 int pa_format_info_is_compatible(const pa_format_info *first, const pa_format_info *second) { in pa_format_info_is_compatible() argument
|
/third_party/python/Include/internal/ |
H A D | pycore_interp.h | 42 int first; member
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 414 int i, n = 0, len, nid, first, use_bn; in OBJ_obj2txt() local
|