/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-inlining.cc | 60 if (maybe_feedback == module()->type_feedback.feedback_for_function.end()) { in GetCallCount() 69 if (index_in_vector == feedback.positions.end()) return 0; in GetCallCount() 80 if (seen_.find(call) != seen_.end()) { in ReduceCall() 202 function_bytes.end()); in Finalize() 216 inlinee_end = graph()->end(); in Finalize() 246 loop_infos_->insert(loop_infos_->end(), inlinee_loop_infos.begin(), in Finalize() 247 inlinee_loop_infos.end()); in Finalize() 293 // inlined graph to the end of the caller graph. in InlineTailCall() 299 DCHECK_EQ(edge_to_end.from(), graph()->end()); in InlineTailCall() 304 Revisit(graph()->end()); in InlineTailCall() [all...] |
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 466 * and of the end. in OSSL_DECODER_CTX_add_extra() 749 goto end; in decoder_process() 764 goto end; in decoder_process() 767 goto end; in decoder_process() 773 goto end; in decoder_process() 778 goto end; in decoder_process() 813 goto end; in decoder_process() 817 goto end; in decoder_process() 822 goto end; in decoder_process() 944 goto end; in decoder_process() [all...] |
/third_party/rust/crates/aho-corasick/src/ |
H A D | dfa.rs | 187 end: usize, in get_match() 189 self.repr().get_match(id, match_index, end) in get_match() 246 end: usize, in get_match() 248 self.repr().get_match(id, match_index, end) in get_match() 307 end: usize, in get_match() 316 .map(|&(id, len)| Match { pattern: id, len, end }) in get_match() 374 end: usize, in get_match() 383 .map(|&(id, len)| Match { pattern: id, len, end }) in get_match() 442 /// Get the ith match for the given state, where the end position of a 443 /// match was found at `end` [all...] |
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_lib.c | 466 * and of the end. in OSSL_DECODER_CTX_add_extra() 749 goto end; in decoder_process() 763 goto end; in decoder_process() 766 goto end; in decoder_process() 772 goto end; in decoder_process() 777 goto end; in decoder_process() 812 goto end; in decoder_process() 816 goto end; in decoder_process() 821 goto end; in decoder_process() 943 goto end; in decoder_process() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | makeconv.cpp | 568 char *end; in readFile() local 608 end=uprv_strchr(line, 0); in readFile() 609 while(line<end && in readFile() 610 (*(end-1)=='\n' || *(end-1)=='\r' || *(end-1)==' ' || *(end-1)=='\t')) { in readFile() 611 --end; in readFile() 613 *end=0; in readFile() 615 if(line[0]=='#' || u_skipWhitespace(line)==end) { in readFile() [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_config_parser.cpp | 46 /** Called at the end tag. 51 void (*end)(FamilyData* data, const char* tag); member 123 const char* end = start + s->size(); // end is exclusive in trim_string() local 125 if (start != end) { in trim_string() 126 --end; // make end inclusive in trim_string() 127 while (is_whitespace(*end)) { in trim_string() 128 --end; in trim_string() 130 ++end; // mak in trim_string() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 56 } // end anonymous namespace 68 return I != Ranges.end() && I->Low <= R.Low; in IsInRanges() 128 } // end anonymous namespace 162 for (Function::iterator I = F.begin(), E = F.end(); I != E; ) { in runOnFunction() 190 for (LowerSwitch::CaseVector::const_iterator B = C.begin(), E = C.end(); in operator <<() 315 BasicBlock *LBranch = switchConvert(LHS.begin(), LHS.end(), LowerBound, in switchConvert() 318 BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound, in switchConvert() 417 for (CaseItr J = std::next(I), E = Cases.end(); J != E; ++J) { in Clusterify() 433 Cases.erase(std::next(I), Cases.end()); in Clusterify() 553 for (auto I = UnreachableRanges.begin(), E = UnreachableRanges.end(); in processSwitchInst() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 149 } // end anonymous namespace 224 SmallVector<MachineLoop *, 4> Loops(MLI.begin(), MLI.end()); in runOnMachineFunction() 337 // Check if this instruction define EFLAGS, to determine end of processed in collectCmovCandidates() 349 // End of basic block is considered end of range, check if current processed in collectCmovCandidates() 400 CmovInstructions.insert(Group.begin(), Group.end()); in checkForProfitableCmovCandidates() 540 if (UIs.begin() != UIs.end() && ++UIs.begin() == UIs.end()) { in checkForProfitableCmovCandidates() 576 for (auto I = std::next(ItrMI), E = BB->end(); I != E; ++I) { in checkEFLAGSLive() 583 // We hit the end of the block, check whether EFLAGS is live into a successor. in checkEFLAGSLive() 685 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in convertCmovInstsToBranches() [all...] |
/third_party/toybox/toys/pending/ |
H A D | mke2fs.c | 158 // uint32_t reserved[172]; // Padding to the end of the block 640 uint32_t start, itable, used, end; in mke2fs_main() local 643 // Where does this group end? in mke2fs_main() 644 end = TT.blockbits; in mke2fs_main() 645 if ((i+1)*TT.blockbits > TT.blocks) end = TT.blocks & (TT.blockbits-1); in mke2fs_main() 692 temp = end-used-temp; in mke2fs_main() 719 bits_set(toybuf, end, TT.blockbits-end); in mke2fs_main() 722 if (end-start > temp) temp = end in mke2fs_main() [all...] |
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 80 /// range where the start is greater than the end. 147 /// range is invalid if the start is greater than the end. 244 the start must be <= the end" in fmt() 260 reached end of pattern prematurely" in fmt() 271 write!(f, "expected flag but got end of regex") in fmt() 291 the start must be <= the end" in fmt() 326 /// The end byte offset. 327 pub end: Position, 332 write!(f, "Span({:?}, {:?})", self.start, self.end) in fmt() 338 (&self.start, &self.end) in fmt() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | pmksa_cache_auth.c | 690 char *pos, *end; in pmksa_cache_auth_list_mesh() local 695 end = buf + len; in pmksa_cache_auth_list_mesh() 707 ret = os_snprintf(pos, end - pos, MACSTR " ", in pmksa_cache_auth_list_mesh() 709 if (os_snprintf_error(end - pos, ret)) in pmksa_cache_auth_list_mesh() 713 pos += wpa_snprintf_hex(pos, end - pos, entry->pmkid, in pmksa_cache_auth_list_mesh() 716 ret = os_snprintf(pos, end - pos, " "); in pmksa_cache_auth_list_mesh() 717 if (os_snprintf_error(end - pos, ret)) in pmksa_cache_auth_list_mesh() 721 pos += wpa_snprintf_hex(pos, end - pos, entry->pmk, in pmksa_cache_auth_list_mesh() 724 ret = os_snprintf(pos, end - pos, " %d\n", in pmksa_cache_auth_list_mesh() 726 if (os_snprintf_error(end in pmksa_cache_auth_list_mesh() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | pmksa_cache_auth.c | 684 char *pos, *end; in pmksa_cache_auth_list_mesh() local 689 end = buf + len; in pmksa_cache_auth_list_mesh() 701 ret = os_snprintf(pos, end - pos, MACSTR " ", in pmksa_cache_auth_list_mesh() 703 if (os_snprintf_error(end - pos, ret)) in pmksa_cache_auth_list_mesh() 707 pos += wpa_snprintf_hex(pos, end - pos, entry->pmkid, in pmksa_cache_auth_list_mesh() 710 ret = os_snprintf(pos, end - pos, " "); in pmksa_cache_auth_list_mesh() 711 if (os_snprintf_error(end - pos, ret)) in pmksa_cache_auth_list_mesh() 715 pos += wpa_snprintf_hex(pos, end - pos, entry->pmk, in pmksa_cache_auth_list_mesh() 718 ret = os_snprintf(pos, end - pos, " %d\n", in pmksa_cache_auth_list_mesh() 720 if (os_snprintf_error(end in pmksa_cache_auth_list_mesh() [all...] |
/base/time/time_service/services/timer/src/ |
H A D | timer_manager.cpp | 68 // an error code of ipc which means peer end is dead 209 if (it == timerEntryMap_.end()) { in StartTimer() 258 if (it == timerEntryMap_.end()) { in StopTimerInner() 296 TIME_HILOGI(TIME_MODULE_SERVICE, "db end"); in StopTimerInner() 385 TIME_HILOGD(TIME_MODULE_SERVICE, "end"); in SetHandlerLocked() 404 for (auto it = alarmBatches_.begin(); it != alarmBatches_.end();) { in RemoveLocked() 418 pendingDelayTimers_.erase(remove_if(pendingDelayTimers_.begin(), pendingDelayTimers_.end(), in RemoveLocked() 421 }), pendingDelayTimers_.end()); in RemoveLocked() 616 std::for_each(pendingDelayTimers_.begin(), pendingDelayTimers_.end(), in TriggerIdleTimer() 667 for (auto iter = alarmBatches_.begin(); iter != alarmBatches_.end();) { in TriggerTimersLocked() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 192 if (it == map_.end()) { in MaybeGetNativeModule() 222 if (it != map_.end() && it->first.prefix_hash == prefix_hash) { in GetStreamingCompilationOwnership() 252 if (it != map_.end()) { in Update() 296 Decoder decoder(wire_bytes.begin(), wire_bytes.end()); in PrefixHash() 474 enabled, bytes.start(), bytes.end(), true, kWasmOrigin, in SyncValidate() 499 WasmFeatures::ForAsmjs(), bytes.start(), bytes.end(), false, origin, in SyncCompileTranslatedAsmJs() 544 DecodeWasmModule(enabled, bytes.start(), bytes.end(), false, kWasmOrigin, in SyncCompile() 934 DCHECK(item != async_compile_jobs_.end()); in RemoveCompileJob() 956 it != async_compile_jobs_.end();) { in DeleteCompileJobsOnContext() 976 it != async_compile_jobs_.end();) { in DeleteCompileJobsOnIsolate() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.cpp | 69 vvec::iterator I(n->src.begin()), E(n->src.end()); in try_reserve() 96 vvec::iterator I(n->src.begin()), E(n->src.end()); in unreserve() 120 vvec::iterator I(n->src.begin()), E(n->src.end()); in try_reserve() 357 I != packed_ops.end(); I = N) { in discard_slots() 634 node_iterator I(p->begin()), E(p->end()); in try_reserve() 748 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) { in init_uc_vec() 767 return F == ucm.end() ? 0 : F->second; in init_ucm() 827 for (val_set::iterator I = live.begin(sh), E = live.end(sh); I != E; ++I) { in init_regmap() 910 for (node_iterator N, I = c->begin(), E = c->end(); I != E; I = N) { in process_fetch() 1000 for (val_set::iterator I = live.begin(sh), E = live.end(s in update_local_interferences() [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 894 /* Bifrost needs an empty desc to mark end of prefetching */ in pan_blitter_emit_varying_buffer() 1430 .last_layer = info->src.end.layer, in pan_blit_ctx_init() 1455 ctx->src.end.x = info->src.end.x; in pan_blit_ctx_init() 1456 ctx->src.end.y = info->src.end.y; in pan_blit_ctx_init() 1462 ctx->z_scale = (float)(info->src.end.z - info->src.start.z) / in pan_blit_ctx_init() 1463 (info->dst.end.z - info->dst.start.z); in pan_blit_ctx_init() 1464 assert(info->dst.start.z != info->dst.end.z); in pan_blit_ctx_init() 1465 if (info->dst.start.z > info->dst.end in pan_blit_ctx_init() [all...] |
/third_party/python/Modules/ |
H A D | _json.c | 109 raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end); 318 raise_errmsg(const char *msg, PyObject *s, Py_ssize_t end) in raise_errmsg() argument 335 exc = PyObject_CallFunction(JSONDecodeError, "zOn", msg, s, end); in raise_errmsg() 381 scanstring_unicode(PyObject *pystr, Py_ssize_t end, int strict, Py_ssize_t *next_end_ptr) in scanstring_unicode() argument 384 end is the index of the first character after the quote. in scanstring_unicode() 387 after the end quote in scanstring_unicode() 393 Py_ssize_t begin = end - 1; in scanstring_unicode() 409 if (end < 0 || len < end) { in scanstring_unicode() 410 PyErr_SetString(PyExc_ValueError, "end i in scanstring_unicode() 574 Py_ssize_t end; global() variable [all...] |
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_verify.cpp | 67 // end char is [a-zA-Z0-9]
in IsValidName() 88 for (auto it = value.begin(); it != value.end(); it++) {
in EscapeStringValue() 164 for (auto it = strs.begin(); it != strs.end(); it++) {
in CheckStringLengthOfList() 186 baseParams.erase(delStartPtr, baseParams.end());
in CheckParamsNum() 196 if (paramNames.find(name) != paramNames.end()) {
in VerifyAppEventParam() 209 size_t maxLen = tempTrueNames.find(name) == tempTrueNames.end() ? MAX_LENGTH_OF_STR_PARAM :
in VerifyAppEventParam() 236 if (paramNames.find(name) != paramNames.end()) {
in VerifyCustomAppEventParam() 411 for (auto it = baseParams.begin(); it != baseParams.end();) {
in VerifyAppEvent() 449 for (auto it = baseParams.begin(); it != baseParams.end(); ++it) {
in VerifyCustomEventParams()
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_buffer.cpp | 106 it != hilogDataList.end()) { in Insert() 238 reader->m_pos = hilogDataList.end(); in Query() 261 while (reader->m_pos != hilogDataList.end()) { in Query() 281 while (it != hilogDataList.end()) { in Delete() 315 if (it != m_logReaders.end()) { in RemoveBufReader() 351 if (readerPtr->m_pos == msgList.end()) { in OnPushBackedItem() 352 readerPtr->m_pos = std::prev(msgList.end()); in OnPushBackedItem() 371 if (it != m_logReaders.end()) { in GetReader()
|
/base/global/i18n/frameworks/intl/src/ |
H A D | preferred_language.cpp | 89 if (matchedSet.find(matchedLanguage) == matchedSet.end()) { in FilterLanguages() 114 supportLanguageList.insert(supportLanguageList.end(), supportLanguageListExt.begin(), in GetMatchedLanguage() 115 supportLanguageListExt.end()); in GetMatchedLanguage() 255 std::string::size_type end = src.find(sep); in Split() local 256 while (end != std::string::npos) { in Split() 257 dest.push_back(src.substr(begin, end - begin)); in Split() 258 begin = end + sep.size(); in Split() 259 end = src.find(sep, begin); in Split()
|
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_observer.cpp | 113 if (callbackIter != callbackTypeMap_.end()) { in UnSubscribeThermalTempCallback() 152 if (callbackIter != callbackActionMap_.end()) { in UnSubscribeThermalActionCallback() 166 for (auto actionIter = actionMap_.begin(); actionIter != actionMap_.end(); ++actionIter) { in PrintAction() 192 if (actionIter != callbackActionMap_.end()) { in FindSubscribeActionValue() 214 for (auto actionIter = actionMap.begin(); actionIter != actionMap.end(); ++actionIter) { in DecisionActionValue() 229 if (iter != actionMap_.end()) { in SetDecisionValue() 249 if (callbackIter != callbackTypeMap_.end()) { in NotifySensorTempChanged() 284 if (iter != callbackinfo_.end()) { in GetThermalSrvSensorInfo()
|
/base/security/dlp_permission_service/services/dlp_permission/sa/mock/ |
H A D | dlp_credential_service.c | 131 goto end; in CheckAccount() 135 goto end; in CheckAccount() 141 goto end; in CheckAccount() 149 goto end; in CheckAccount() 156 end: in CheckAccount() 227 goto end; in RestorePolicyCallbackTask() 233 goto end; in RestorePolicyCallbackTask() 236 end: in RestorePolicyCallbackTask()
|
/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
H A D | first_use_dialog.cpp | 151 if (jsonRes.find(TOKEN_ID_TAG) == jsonRes.end() || in ParseRecord() 162 if (jsonRes.find(COMP_TYPE_TAG) == jsonRes.end() || in ParseRecord() 174 if (jsonRes.find(FIRST_USE_RECORD_TAG) == jsonRes.end() || in ParseRecords() 234 for (auto iter = firstUseMap_.begin(); iter != firstUseMap_.end(); ++iter) { in SaveFirstUseRecord() 255 for (auto iter = dialogWaitMap_.begin(); iter != dialogWaitMap_.end();) { in RemoveDialogWaitEntitys() 269 if (it == dialogWaitMap_.end()) { in GrantDialogWaitEntity() 360 if (iter == firstUseMap_.end()) { in SetFirstUseMap() 406 if (iter == firstUseMap_.end()) { in NotifyFirstUseDialog()
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 155 void IMFTextListenerAdapterImpl::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() argument 158 listener_->HandleSetSelection(start, end); in HandleSetSelection() 203 return listener_->SetPreviewText(text, range.start, range.end); in SetPreviewText() 220 if (item != privateCommand.end()) { in ReceivePrivateCommand() 234 if (item != privateCommand.end()) { in ReceivePrivateCommand() 242 if (item != privateCommand.end()) { in ReceivePrivateCommand() 372 void IMFAdapterImpl::OnSelectionChange(std::u16string text, int start, int end) in OnSelectionChange() argument 374 MiscServices::InputMethodController::GetInstance()->OnSelectionChange(text, start, end); in OnSelectionChange()
|
/third_party/ffmpeg/libavformat/ |
H A D | vapoursynth.c | 356 goto end; in read_packet_vs() 364 goto end; in read_packet_vs() 371 goto end; in read_packet_vs() 380 goto end; in read_packet_vs() 388 goto end; in read_packet_vs() 422 goto end; in read_packet_vs() 439 goto end; in read_packet_vs() 453 end: in read_packet_vs()
|