Home
last modified time | relevance | path

Searched refs:current (Results 126 - 150 of 1746) sorted by relevance

12345678910>>...70

/third_party/node/deps/v8/src/regexp/
H A Dregexp-interpreter.cc39 bool BackRefMatchesNoCase(Isolate* isolate, int from, int current, int len, in BackRefMatchesNoCase() argument
45 reinterpret_cast<Address>(const_cast<base::uc16*>(&subject.at(current))); in BackRefMatchesNoCase()
56 bool BackRefMatchesNoCase(Isolate* isolate, int from, int current, int len, in BackRefMatchesNoCase() argument
61 unsigned int new_char = subject[current++]; in BackRefMatchesNoCase()
112 // current bytecode, where the 8 LSB contain the bytecode and the rest contains
369 current = (value); \
370 DCHECK(base::IsInRange(current, 0, subject.length())); \
372 #define ADVANCE_CURRENT_POSITION(by) SET_CURRENT_POSITION(current + (by))
377 MaybeTraceInterpreter(code_base, pc, backtrack_stack.sp(), current, \
387 int output_register_count, int total_register_count, int current, in RawMatch()
384 RawMatch( Isolate* isolate, ByteArray code_array, String subject_string, base::Vector<const Char> subject, int* output_registers, int output_register_count, int total_register_count, int current, uint32_t current_char, RegExp::CallOrigin call_origin, const uint32_t backtrack_limit) RawMatch() argument
[all...]
H A Dregexp-parser.cc140 // The name of the current sub-expression, if group_type is CAPTURE. Only
289 base::uc32 current() const { return current_; } in current() function in v8::internal::__anon14998::final
445 if (current() == kEndMarker) return; in RewindByOneCodepoint()
446 // Rewinds by one code point, i.e.: two code units if `current` is outside in RewindByOneCodepoint()
450 current() > unibrow::Utf16::kMaxNonSurrogateCharCode ? -2 : -1; in RewindByOneCodepoint()
535 // Used to store current state while parsing subexpressions. in ParseDisjunction()
542 switch (current()) { in ParseDisjunction()
809 builder->AddUnicodeCharacter(current()); in ParseDisjunction()
812 } // end switch(current()) in ParseDisjunction()
816 switch (current()) { in ParseDisjunction()
[all...]
/third_party/cups-filters/scripting/php/
H A Dphpcups.c86 Bucket *current; /* Current element in array */ in cups_convert_options() local
94 for (current = ht->pListHead; current; current = current->pListNext) in cups_convert_options()
96 value = (zval *)current->pDataPtr; in cups_convert_options()
102 num_options = cupsAddOption(current->arKey, temp, num_options, in cups_convert_options()
108 num_options = cupsAddOption(current->arKey, temp, num_options, in cups_convert_options()
113 num_options = cupsAddOption(current->arKey, in cups_convert_options()
119 num_options = cupsAddOption(current in cups_convert_options()
450 Bucket *current; /* Current element in array */ PHP_FUNCTION() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c135 return p->current->exec_size; in brw_get_default_exec_size()
141 return p->current->group; in brw_get_default_group()
147 return p->current->access_mode; in brw_get_default_access_mode()
153 return p->current->swsb; in brw_get_default_swsb()
159 p->current->exec_size = value; in brw_set_default_exec_size()
164 p->current->predicate = pc; in brw_set_default_predicate_control()
169 p->current->pred_inv = predicate_inverse; in brw_set_default_predicate_inverse()
175 p->current->flag_subreg = reg * 2 + subreg; in brw_set_default_flag_reg()
180 p->current->access_mode = access_mode; in brw_set_default_access_mode()
192 p->current in brw_set_default_compression_control()
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp72 ProcessSkeleton *current = ProcessSkeleton::GetInstance(); in IPCObjectStub() local
73 if (current == nullptr) { in IPCObjectStub()
77 if (current->GetSamgrFlag()) { in IPCObjectStub()
81 current->AttachValidObject(this, str); in IPCObjectStub()
89 ProcessSkeleton *current = ProcessSkeleton::GetInstance(); in ~IPCObjectStub() local
90 if (current == nullptr) { in ~IPCObjectStub()
96 current->DetachValidObject(this); in ~IPCObjectStub()
231 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in DBinderIncRefsTransaction() local
232 uint64_t stubIndex = current->QueryStubIndex(this); in DBinderIncRefsTransaction()
243 current in DBinderIncRefsTransaction()
260 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); DBinderDecRefsTransaction() local
421 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); OnFirstStrongRef() local
430 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); OnLastStrongRef() local
543 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); InvokerDataBusThread() local
583 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); NoticeServiceDie() local
613 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); AddAuthInfo() local
641 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); GetSessionName() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp119 SkOpSegment* current = span->segment(); in bridgeOp() local
124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp()
126 if (!unsortable && current->done()) { in bridgeOp()
129 SkASSERT(unsortable || !current->done()); in bridgeOp()
133 SkOpSegment* next = current->findNextOp(&chase, &nextStart, &nextEnd, in bridgeOp()
137 && current->verb() != SkPath::kLine_Verb in bridgeOp()
139 if (!current->addCurveTo(start, end, writer)) { in bridgeOp()
146 if (!current->addCurveTo(start, end, writer)) { in bridgeOp()
153 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__, in bridgeOp()
154 current in bridgeOp()
327 SkOpContour* current = contourList; OpDebug() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dsafepoint.h36 for (LocalHeap* current = local_heaps_head_; current; in IterateLocalHeaps()
37 current = current->next_) { in IterateLocalHeaps()
38 callback(current); in IterateLocalHeaps()
174 for (Isolate* current = clients_head_; current; in IterateClientIsolates()
175 current = current->global_safepoint_next_client_isolate_) { in IterateClientIsolates()
176 callback(current); in IterateClientIsolates()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DThaiBreakEngine.java113 int current; in divideUpDictionaryRange()
114 while ((current = fIter.getIndex()) < rangeEnd) { in divideUpDictionaryRange()
117 //Look for candidate words at the current position in divideUpDictionaryRange()
171 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()
172 int pc = fIter.current(); in divideUpDictionaryRange()
176 uc = fIter.current(); in divideUpDictionaryRange()
188 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()
205 fIter.setIndex(current+wordLength); in divideUpDictionaryRange()
211 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
222 fSuffixSet.contains(uc = fIter.current())) { in divideUpDictionaryRange()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DThaiBreakEngine.java119 int current; in divideUpDictionaryRange()
120 while ((current = fIter.getIndex()) < rangeEnd) { in divideUpDictionaryRange()
123 //Look for candidate words at the current position in divideUpDictionaryRange()
181 int remaining = rangeEnd - (current + wordLength); in divideUpDictionaryRange()
182 int pc = fIter.current(); in divideUpDictionaryRange()
186 uc = fIter.current(); in divideUpDictionaryRange()
198 fIter.setIndex(current + wordLength + chars); in divideUpDictionaryRange()
215 fIter.setIndex(current+wordLength); in divideUpDictionaryRange()
221 while ((currPos = fIter.getIndex()) < rangeEnd && fMarkSet.contains(fIter.current())) { in divideUpDictionaryRange()
232 fSuffixSet.contains(uc = fIter.current())) { in divideUpDictionaryRange()
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles.cc69 // The current thread owns the handle and thus can dereference it. in IsDereferenceAllowed()
93 HandleScopeData* current = isolate->handle_scope_data(); in Extend() local
95 Address* result = current->next; in Extend()
97 DCHECK(result == current->limit); in Extend()
100 if (!Utils::ApiCheck(current->level != current->sealed_level, in Extend()
110 if (current->limit != limit) { in Extend()
111 current->limit = limit; in Extend()
112 DCHECK_LT(limit - current->next, kHandleBlockSize); in Extend()
117 // current handl in Extend()
131 HandleScopeData* current = isolate->handle_scope_data(); DeleteExtensions() local
[all...]
H A Dlocal-handles-inl.h61 HandleScopeData* current; in CloseAndEscape() local
63 // Throw away all handles in the current scope. in CloseAndEscape()
65 current = local_heap_->heap()->isolate()->handle_scope_data(); in CloseAndEscape()
68 current = &local_heap_->handles()->scope_; in CloseAndEscape()
72 DCHECK(current->level > current->sealed_level); in CloseAndEscape()
74 // Reinitialize the current scope (so that it's ready in CloseAndEscape()
76 prev_next_ = current->next; in CloseAndEscape()
77 prev_limit_ = current->limit; in CloseAndEscape()
78 current in CloseAndEscape()
[all...]
/third_party/curl/tests/libtest/
H A Dlib526.c61 int current = 0; in test() local
82 multi_add_handle(m, curl[current]); in test()
103 curl_easy_cleanup(curl[current]); in test()
104 curl[current] = NULL; in test()
106 if(++current < NUM_HANDLES) { in test()
107 fprintf(stderr, "Advancing to URL %d\n", current); in test()
122 multi_add_handle(m, curl[current]); in test()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc163 StateBase* current = this; in FollowDependencies() local
165 while (current->visibility_dependency_ && in FollowDependencies()
166 current->visibility_dependency_ != current) { in FollowDependencies()
167 DCHECK_EQ(Visibility::kDependentVisibility, current->visibility_); in FollowDependencies()
168 dependencies.push_back(current); in FollowDependencies()
169 current = current->visibility_dependency_; in FollowDependencies()
172 auto* new_visibility_dependency = current; in FollowDependencies()
173 if (current in FollowDependencies()
444 auto& current = states_.GetExistingState(header); AddEdge() local
726 WorkstackItemBase(State* parent, State& current) WorkstackItemBase() argument
749 VisitationDoneItem(State* parent, State& current) VisitationDoneItem() argument
761 VisitationItem(State* parent, State& current) VisitationItem() argument
782 auto& current = states_.GetOrCreateState(header); VisitForVisibility() local
851 State& current = states_.GetExistingState(header); VisitRootForGraphBuilding() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn.c36 sq->ib_checksum = &cs->current.buf[cs->current.cdw]; in rvcn_sq_header()
38 sq->ib_total_size_in_dw = &cs->current.buf[cs->current.cdw]; in rvcn_sq_header()
59 end = &cs->current.buf[cs->current.cdw]; in rvcn_sq_tail()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddominator_analysis.cpp58 const Instruction* current = a; in Dominates() local
62 std::swap(current, other); in Dominates()
67 if (current->opcode() == SpvOpLabel) { in Dominates()
71 while ((current = current->NextNode())) { in Dominates()
72 if (current == other) { in Dominates()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_analysis.cpp58 const Instruction* current = a; in Dominates() local
62 std::swap(current, other); in Dominates()
67 if (current->opcode() == SpvOpLabel) { in Dominates()
71 while ((current = current->NextNode())) { in Dominates()
72 if (current == other) { in Dominates()
/third_party/spirv-tools/source/opt/
H A Ddominator_analysis.cpp58 const Instruction* current = a; in Dominates() local
62 std::swap(current, other); in Dominates()
67 if (current->opcode() == spv::Op::OpLabel) { in Dominates()
71 while ((current = current->NextNode())) { in Dominates()
72 if (current == other) { in Dominates()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp149 auto current = AceType::DynamicCast<UINode>(node); in GetNavigationState() local
150 while (current) { in GetNavigationState()
151 if (current->GetTag() == V2::NAVDESTINATION_VIEW_ETS_TAG) { in GetNavigationState()
154 current = current->GetParent(); in GetNavigationState()
156 CHECK_NULL_RETURN(current, nullptr); in GetNavigationState()
157 auto nav = AceType::DynamicCast<FrameNode>(current); in GetNavigationState()
182 auto current = AceType::DynamicCast<UINode>(node); in GetScrollEventState() local
183 while (current) { in GetScrollEventState()
184 if (current in GetScrollEventState()
206 auto current = AceType::DynamicCast<UINode>(node); GetRouterPageState() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc487 // at the current or the immediate next position. in CanBeSpilled()
557 UseInterval* current = FirstSearchIntervalForPosition(position); in DetachAt() local
563 if (current->start() == position) { in DetachAt()
565 current = first_interval_; in DetachAt()
569 while (current != nullptr) { in DetachAt()
570 if (current->Contains(position)) { in DetachAt()
571 after = current->SplitAt(position, zone); in DetachAt()
574 UseInterval* next = current->next(); in DetachAt()
578 current->set_next(nullptr); in DetachAt()
581 current in DetachAt()
1013 UsePosition* current = first_pos_; AddUsePosition() local
1240 UseInterval* current = use_interval_; MergeDisjointIntervals() local
2772 SpillRange* current = range->TopLevel()->GetSpillRange(); MergeSpillRangesAndClear() local
3677 LiveRange* current = unhandled_live_ranges().empty() AllocateRegisters() local
4103 ProcessCurrentRange(LiveRange* current, SpillMode spill_mode) ProcessCurrentRange() argument
4118 TryAllocatePreferredReg( LiveRange* current, const base::Vector<LifetimePosition>& free_until_pos) TryAllocatePreferredReg() argument
4142 PickRegisterThatIsAvailableLongest( LiveRange* current, int hint_reg, const base::Vector<LifetimePosition>& free_until_pos) PickRegisterThatIsAvailableLongest() argument
4189 TryAllocateFreeReg( LiveRange* current, const base::Vector<LifetimePosition>& free_until_pos) TryAllocateFreeReg() argument
4233 AllocateBlockedReg(LiveRange* current, SpillMode spill_mode) AllocateBlockedReg() argument
4400 SplitAndSpillIntersecting(LiveRange* current, SpillMode spill_mode) SplitAndSpillIntersecting() argument
4909 const LiveRange* current = result.cur_cover_; ResolveControlFlow() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp173 SResource *current = fFirst; in ~ContainerResource() local
174 while (current != nullptr) { in ~ContainerResource()
175 SResource *next = current->fNext; in ~ContainerResource()
176 delete current; in ~ContainerResource()
177 current = next; in ~ContainerResource()
204 SResource *current = fFirst; in add() local
207 while (current != nullptr) { in add()
208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add()
220 prev = current; in add()
221 current in add()
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp173 SResource *current = fFirst; in ~ContainerResource() local
174 while (current != NULL) { in ~ContainerResource()
175 SResource *next = current->fNext; in ~ContainerResource()
176 delete current; in ~ContainerResource()
177 current = next; in ~ContainerResource()
204 SResource *current = fFirst; in add() local
207 while (current != NULL) { in add()
208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add()
220 prev = current; in add()
221 current in add()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp173 SResource *current = fFirst; in ~ContainerResource() local
174 while (current != NULL) { in ~ContainerResource()
175 SResource *next = current->fNext; in ~ContainerResource()
176 delete current; in ~ContainerResource()
177 current = next; in ~ContainerResource()
204 SResource *current = fFirst; in add() local
207 while (current != NULL) { in add()
208 const char *currentKeyString = fRoot->fKeys + current->fKey; in add()
220 prev = current; in add()
221 current in add()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D1-5.c102 void *current; in overflow() local
103 long stacksize = sysconf(_SC_THREAD_STACK_MIN); /* make sure we touch the current stack memory */ in overflow()
108 current = overflow(&current); in overflow()
123 if (((long)arg) < ((long)&current)) { in overflow()
125 if (((long)&current) - ((long)arg) >= stacksize) { in overflow()
128 arg, &current); in overflow()
133 if (((long)arg) - ((long)&current) >= stacksize) { in overflow()
136 arg, &current); in overflow()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c112 DEFAULT_NWEB_SANDBOX_SEC_PATH, sandboxBuffer->buffer + sandboxBuffer->current, in ReplaceVariableByParameter()
113 sandboxBuffer->bufferLen - sandboxBuffer->current - 1); in ReplaceVariableByParameter()
115 sandboxBuffer->current += len; in ReplaceVariableByParameter()
241 ret = node->replaceVar(context, sandboxBuffer->buffer + sandboxBuffer->current, in ReplaceVariable()
242 sandboxBuffer->bufferLen - sandboxBuffer->current - 1, &valueLen, extraData); in ReplaceVariable()
243 APPSPAWN_CHECK(ret == 0 && valueLen < (sandboxBuffer->bufferLen - sandboxBuffer->current), in ReplaceVariable()
245 sandboxBuffer->current += valueLen; in ReplaceVariable()
254 ret = memcpy_s(sandboxBuffer->buffer + sandboxBuffer->current, in ReplaceVariable()
255 sandboxBuffer->bufferLen - sandboxBuffer->current, APPSPAWN_LIB_NAME, strlen(APPSPAWN_LIB_NAME)); in ReplaceVariable()
257 sandboxBuffer->current in ReplaceVariable()
[all...]
/third_party/json/include/nlohmann/detail/
H A Dexceptions.hpp67 for (const auto* current = leaf_element; current != nullptr && current->m_parent != nullptr; current = current->m_parent) in diagnostics()
69 switch (current->m_parent->type()) in diagnostics()
73 for (std::size_t i = 0; i < current->m_parent->m_value.array->size(); ++i) in diagnostics()
75 if (&current->m_parent->m_value.array->operator[](i) == current) in diagnostics()
86 for (const auto& element : *current in diagnostics()
[all...]

Completed in 26 milliseconds

12345678910>>...70