| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_draw.c | 202 unsigned i, first; in st_draw_gallium_multimode() local 561 unsigned i, first; st_hw_select_draw_gallium_multimode() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | atifragshader.c | 205 GLuint first; in _mesa_GenFragmentShadersATI() local
|
| H A D | glthread_varray.c | 475 _mesa_glthread_DSAVertexBuffers(struct gl_context *ctx, GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_glthread_DSAVertexBuffers() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | tridpars.cpp | 704 UnicodeString first; in parseFilterID() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_scene.h | 115 struct data_block first; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numbertest_range.cpp | 726 double first; in testPlurals() member 1171 assertFormattedRangeEquals( const char16_t* message, const LocalizedNumberRangeFormatter& l, double first, double second, const char16_t* expected) assertFormattedRangeEquals() argument [all...] |
| /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
|