Searched refs:stop (Results 1 - 25 of 245) sorted by last modified time

12345678910

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y270 stop("Prefix multiply defined",
274 stop("Unable to record prefix", EX_SOFTWARE);
282 stop("Patch argument list multiply defined",
286 stop("Unable to record patch arg list", EX_SOFTWARE);
303 stop("Register multiply defined", EX_DATAERR);
380 stop("SCB or SRAM space exhausted", EX_DATAERR);
414 stop("Valid register modes range between 0 and 4.",
427 stop("Only \"const\" symbols allowed in "
432 stop("Valid register modes range between 0 and 4.",
509 stop("R
[all...]
/freebsd-11-stable/contrib/less/
H A Dsignal.c82 stop(type) function
85 LSIGNAL(SIGTSTP, stop);
169 (void) LSIGNAL(SIGTSTP, secure ? SIG_IGN : stop);
248 LSIGNAL(SIGTSTP, stop);
/freebsd-11-stable/contrib/subversion/
H A Dwin-tests.py452 self.stop()
471 def stop(self): member in class:Svnserve
481 print('Svnserve.stop not implemented')
654 self.stop()
928 def stop(self): member in class:Httpd
943 os.spawnv(os.P_WAIT, self.path, self.httpd_args + ['-k', 'stop'])
984 self.stop()
992 def stop(self): member in class:Memcached
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c1599 struct timeval start, stop;
1634 microtime(&stop);
1636 if (stop.tv_usec < start.tv_usec) {
1637 stop.tv_usec += 1000000;
1638 stop.tv_sec -= 1;
1640 sec = stop.tv_sec - start.tv_sec;
1641 usec = stop.tv_usec - start.tv_usec;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c640 boolean_t stop = B_FALSE; local
655 stop = B_TRUE;
678 if (stop && noop) {
679 (void) fprintf(stderr, gettext("stop request ignored\n"));
683 if (stop) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15725 // Search through DAG. We can stop early if we find a store node.
20970 // Alias, so stop here.
21137 if (I != Intervals.begin() && (--I).stop() <= Offset)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c497 svn_boolean_t stop; local
514 err = read_func(&stop, read_baton, mem->data, mem->size, iterpool);
521 /* If the callbacks told us to stop, then we're done for now. */
522 if (stop)
H A Dconfig_file.c119 open_section(parse_context_t *ctx, svn_boolean_t *stop)
129 *stop = TRUE;
138 *stop = FALSE;
146 close_section(parse_context_t *ctx, svn_boolean_t *stop)
157 *stop = TRUE;
166 *stop = FALSE;
172 add_value(parse_context_t *ctx, svn_boolean_t *stop)
183 *stop = TRUE;
192 *stop = FALSE;
419 svn_boolean_t stop;
117 open_section(parse_context_t *ctx, svn_boolean_t *stop) argument
144 close_section(parse_context_t *ctx, svn_boolean_t *stop) argument
170 add_value(parse_context_t *ctx, svn_boolean_t *stop) argument
417 svn_boolean_t stop; local
765 svn_boolean_t stop; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h65 * style provides for a "stop" parameter to temporarily pause the reading
145 /* Callback for reading content out of the spill buffer. Set @a stop if
146 you want to stop the processing (and will call svn_spillbuf__process
148 typedef svn_error_t * (*svn_spillbuf_read_t)(svn_boolean_t *stop,
157 function may return early if the callback returns TRUE for its 'stop'
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1778 struct timespec stop; local
1783 TIMEVAL_TO_TIMESPEC(&tval, &stop);
1784 t_ns = TS2NS(stop) - TS2NS(__kmp_sys_timer_data.start);
H A Dkmp_stats.cpp247 void explicitTimer::stop(tsc_tick_count tick, function in class:explicitTimer
280 // stop/save the current timer, and start the new timer (timer_pair)
283 // and it won't stop/start the currently running timer.
301 // stop/discard the current timer, and start the previously saved timer
304 // stop current timer (record event/sample)
313 old_timer->stop(tick);
320 // stop current timer (record event/sample)
329 current_timer->stop(tick);
346 timer_stack.back().stop(tsc_tick_count::now());
893 // This function will reset all stats and stop al
[all...]
H A DextractExternal.cpp36 void stop(char *errorMsg) { function
72 stop("rstream.getBuf: Error opening file");
76 stop("rstream.getBuf: Error reading file");
121 stop("StringTable.init: Invalid symbol table");
145 stop("StringTable: Invalid string table");
152 stop("StringTable: Unexpected EOF");
168 stop("StringTable: String too long");
172 stop("StringTable: Symbol table too long");
206 stop("StringTable::encode: String now found in string table");
219 stop("StringTabl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c149 { "full-stop", '.' },
393 p_ere(struct parse *p, int stop) /* character this ERE should end at */ argument
404 while (MORE() && (c = PEEK()) != '|' && c != stop)
429 assert(!MORE() || SEE(stop));
H A DParallel.cpp59 void stop() { function in class:llvm::parallel::detail::__anon1991::ThreadPoolExecutor
71 stop();
81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp402 dbgs() << " [" << I.start() << ';' << I.stop() << "):" << I.value();
875 if (AssignI.stop() != Def)
1138 if (AssignI.stop() < End) {
1139 End = AssignI.stop();
H A DRegAllocGreedy.cpp2193 if (Uses[Gap+1].getBaseIndex() >= IntI.stop())
H A DMachineVerifier.cpp904 // avoid the extra noise and stop here.
2012 // If there is an additional implicit-use of a super register we stop
2119 SlotIndex stop = Indexes->getMBBEndIdx(MBB); local
2120 if (!(stop > lastIndex)) {
2122 errs() << "Block ends at " << stop
2125 lastIndex = stop;
H A DLiveDebugVariables.cpp543 OS << " [" << I.start() << ';' << I.stop() << "):";
760 if (I.value() != Loc || I.stop() != Start)
930 // I.stop() >= PrevEnd. Check for overlap.
932 SlotIndex IStop = I.stop();
947 // Advance I so that I.stop() >= RStart, and check for overlap.
1065 // At this point, we know that LocMapI.stop() > LII->start.
1071 if (LocMapI.value().locNo() == OldLocNo && LII->start < LocMapI.stop()) {
1081 SlotIndex LStop = LocMapI.stop();
1099 if (LStop > LocMapI.stop()) {
1107 if (LII->end < LocMapI.stop()) {
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h78 SlotIndex endIndex() const { return Segments.stop(); }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h27 // value. The interval bounds are accessible through the start() and stop()
51 // KeyT stop() const;
74 // const KeyT &stop() const;
553 // - Traits::stopLess(start(i), stop(i)) - Non-empty, sane intervals.
555 // - Traits::stopLess(stop(i), start(i + 1) - Sorted.
557 // - value(i) != value(i + 1) || !Traits::adjacent(stop(i), start(i + 1))
566 const KeyT &stop(unsigned i) const { return this->first[i].second; } function in class:llvm::IntervalMapImpl::LeafNode
570 KeyT &stop(unsigned i) { return this->first[i].second; } function in class:llvm::IntervalMapImpl::LeafNode
577 /// @return First index with !stopLess(key[i].stop, x), or size.
581 assert((i == 0 || Traits::stopLess(stop(
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp208 void ProcessProperties::SetStopOnSharedLibraryEvents(bool stop) { argument
210 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
219 void ProcessProperties::SetDetachKeepsStopped(bool stop) { argument
221 m_collection_sp->SetPropertyAtIndexAsBoolean(nullptr, idx, stop);
360 {LLDB_OPT_SET_ALL, false, "stop-at-entry", 's', OptionParser::eNoArgument,
510 eBroadcastInternalStateControlStop, "control-stop");
616 // Clear the last natural stop ID since it has a strong reference to this
673 // we do the little "insert real insn, step & stop" trick. But we can't do
888 // Don't select a signal thread if we weren't going to stop at
1115 // Clear the last natural stop I
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp402 bool suppress, stop, notify; local
403 signals->GetSignalInfo(signo, suppress, stop, notify);
405 dictionary->AddBooleanItem("stop", stop);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp762 bool stop{false};
763 object_sp = dict->GetValueForKey("stop");
765 stop = object_sp->GetBooleanValue();
777 remote_signals_sp->AddSignal(signo, name.str().c_str(), suppress, stop,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1727 MaxSize = It.stop() - Range.GetRangeBase();
2833 // Set relocated bit so we stop getting called, regardless of whether we
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp184 bool stop) {
183 GetStepThroughTrampolinePlan(Thread &thread, bool stop) argument

Completed in 533 milliseconds

12345678910