Home
last modified time | relevance | path

Searched defs:first (Results 626 - 650 of 1344) sorted by relevance

1...<<21222324252627282930>>...54

/third_party/nghttp2/src/
H A Dutil.h114 std::string percent_decode(InputIt first, InputIt last) { in percent_decode() argument
414 inp_strlower(InputIt first, InputIt last) inp_strlower() argument
788 make_hostport(OutputIt first, const StringRef &host, uint16_t port) make_hostport() argument
819 make_http_hostport(OutputIt first, const StringRef &host, uint16_t port) make_http_hostport() argument
875 random_alpha_digit(OutputIt first, OutputIt last, Generator &gen) random_alpha_digit() argument
889 random_bytes(OutputIt first, OutputIt last, Generator &gen) random_bytes() argument
898 shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) shuffle() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducharstriebuilder.cpp245 UCharsTrieBuilder::getLimitOfLinearMatch(int32_t first, int32_t last, int32_t unitIndex) const { in getLimitOfLinearMatch() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp670 CollationFastLatinBuilder::encodeTwoCEs(int64_t first, int64_t second) const { in encodeTwoCEs() argument
H A Dtridpars.cpp704 UnicodeString first; in parseFilterID() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h200 inline UStringTrieResult first(int32_t uchar) { in first() function in UCharsTrie
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.c369 bind_samplers(struct gl_context *ctx, GLuint first, GLsizei count, in bind_samplers() argument
456 _mesa_BindSamplers_no_error(GLuint first, GLsizei count, const GLuint *samplers) in _mesa_BindSamplers_no_error() argument
464 _mesa_BindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in _mesa_BindSamplers() argument
[all...]
H A Dviewport.c177 viewport_array(struct gl_context *ctx, GLuint first, GLsizei count, in viewport_array() argument
193 _mesa_ViewportArrayv_no_error(GLuint first, GLsizei count, const GLfloat *v) in _mesa_ViewportArrayv_no_error() argument
202 _mesa_ViewportArrayv(GLuint first, GLsizei count, const GLfloat *v) in _mesa_ViewportArrayv() argument
360 depth_range_arrayv(struct gl_context *ctx, GLuint first, GLsizei count, const struct gl_depthrange_inputs *const inputs) depth_range_arrayv() argument
368 _mesa_DepthRangeArrayv_no_error(GLuint first, GLsizei count, const GLclampd *v) _mesa_DepthRangeArrayv_no_error() argument
378 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v) _mesa_DepthRangeArrayv() argument
398 _mesa_DepthRangeArrayfvOES(GLuint first, GLsizei count, const GLfloat *v) _mesa_DepthRangeArrayfvOES() argument
[all...]
H A Datifragshader.c205 GLuint first; in _mesa_GenFragmentShadersATI() local
H A Dglthread_varray.c475 _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/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c202 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/gallium/drivers/llvmpipe/
H A Dlp_scene.h115 struct data_block first; member
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_range.cpp726 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 Dns-common.c201 int rand_within(int first, int last) in rand_within() argument
/third_party/libinput/src/
H A Dquirks.h55 int first; member
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.cc51 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 Dmove-optimizer.cc338 ParallelMove* first = in CompressGaps() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpersistent-map.h513 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 Dhashmap.h536 Key* first; member
/third_party/node/deps/v8/src/heap/
H A Dscavenger-inl.h312 HeapObject first = HeapObject::cast(object.unchecked_first()); in EvacuateShortcutCandidate() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.cc148 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 Druntime-call-stats.cc167 constexpr RuntimeCallCounterId FirstCounter(RuntimeCallCounterId first, ...) { in FirstCounter() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc.cc161 ControlNode* first = in ComputePostDominatingHoles() local
199 bool first = true; PrintLiveRegs() local
[all...]
H A Dmaglev-graph-printer.cc316 bool first = true; in PrintEagerDeopt() local
356 bool first = true; in PrintLazyDeopt() local
/third_party/node/deps/v8/src/strings/
H A Duri.cc81 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 Dcsa-generator.cc28 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...]

Completed in 25 milliseconds

1...<<21222324252627282930>>...54