Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 1468) sorted by relevance

12345678910>>...59

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dbits.c30 int stop) in LSMASKED64() argument
32 word &= LSMASK64 (start, stop); in LSMASKED64()
40 int stop) in LSEXTRACTED64() argument
43 val >>= (64 - 1 - start) + (stop); /* drop low bits */ in LSEXTRACTED64()
51 unsigned stop) in MASKED32() argument
53 return (word & MASK32(start, stop)); in MASKED32()
60 unsigned stop) in MASKED64() argument
62 return (word & MASK64(start, stop)); in MASKED64()
69 unsigned stop) in MASKED() argument
71 return ((word) & MASK(start, stop)); in MASKED()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfileio.c76 static void stop (void) {} in stop() function
95 stop (); in test_open()
103 stop (); in test_open()
111 stop (); in test_open()
119 stop (); in test_open()
126 stop (); in test_open()
136 stop (); in test_open()
139 stop (); in test_open()
160 stop (); in test_write()
166 stop (); in test_write()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfileio.c76 static void stop (void) {} in stop() function
95 stop (); in test_open()
103 stop (); in test_open()
111 stop (); in test_open()
119 stop (); in test_open()
126 stop (); in test_open()
136 stop (); in test_open()
139 stop (); in test_open()
160 stop (); in test_write()
166 stop (); in test_write()
[all …]
/netbsd-src/games/primes/
H A Dprimes.c101 uint64_t stop; /* don't generate at or above this value */ in main() local
121 stop = (uint64_t)(-1); in main()
143 stop = strtoumax(argv[1], &p, 0); in main()
168 if (start > stop) in main()
170 primes(start, stop); in main()
209 primes(uint64_t start, uint64_t stop) in primes() argument
227 if (stop < 3) { in primes()
228 stop = 2; in primes()
230 if (stop <= start) { in primes()
240 if (stop != 2 && (stop&0x1) == 0) { in primes()
[all …]
/netbsd-src/lib/libc/regex/
H A Dengine.c114 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sop…
115 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sop…
116 static const char *walk(struct match *m, const char *start, const char *stop, sopno startst, sopno …
117 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft, i…
136 static void at(struct match *m, const char *title, const char *start, const char *stop, sopno start…
214 const char *stop; in matcher() local
234 stop = string + (size_t)pmatch[0].rm_eo; in matcher()
237 stop = start + strlen(start); in matcher()
239 if (stop < start) in matcher()
250 for (dp = start+g->mlen-1; dp < stop;) { in matcher()
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y272 stop("Prefix multiply defined",
276 stop("Unable to record prefix", EX_SOFTWARE);
284 stop("Patch argument list multiply defined",
288 stop("Unable to record patch arg list", EX_SOFTWARE);
305 stop("Register multiply defined", EX_DATAERR);
382 stop("SCB or SRAM space exhausted", EX_DATAERR);
416 stop("Valid register modes range between 0 and 4.",
429 stop("Only \"const\" symbols allowed in "
434 stop("Valid register modes range between 0 and 4.",
511 stop("Re-definition of register alias",
[all …]
H A Daicasm_macro_gram.y97 stop("Too few arguments for macro invocation",
119 stop("Comma without preceding argument in arg list",
137 stop("Invalid current symbol for adding macro arg",
152 stop("Too many arguments for macro invocation", EX_DATAERR);
157 stop("Unable to replicate replacement text", EX_SOFTWARE);
165 stop(string, EX_DATAERR); in mmerror()
H A Daicasm.c166 stop("-d: Assembler not built with debugging " in main()
177 stop(NULL, EX_CANTCREAT); in main()
193 stop(NULL, EX_CANTCREAT); in main()
201 stop(NULL, EX_CANTCREAT); in main()
208 stop(NULL, EX_CANTCREAT); in main()
238 stop(NULL, EX_OSERR); in main()
243 stop(NULL, EX_OSERR); in main()
281 stop("Unterminated conditional expression", EX_DATAERR); in main()
306 stop(NULL, 0); in main()
341 stop(buf, EX_DATAERR); in back_patch()
[all …]
/netbsd-src/usr.bin/colrm/
H A Dcolrm.c63 u_long column, start, stop; in main() local
76 start = stop = 0; in main()
79 stop = strtol(argv[1], &p, 10); in main()
80 if (stop <= 0 || *p) in main()
94 if (stop && start > stop) in main()
117 if ((!start || column < start || (stop && column > stop)) && in main()
/netbsd-src/usr.bin/cut/
H A Dcut.c158 size_t setautostart, start, stop; in get_list() local
176 setautostart = start = stop = 0; in get_list()
182 start = stop = strtol(p, &p, 10); in get_list()
188 stop = strtol(p + 1, &p, 10); in get_list()
191 if (!autostop || autostop > stop) in get_list()
192 autostop = stop; in get_list()
197 if (!stop || !start) in get_list()
199 if (stop + 1 > numpositions) { in get_list()
201 newsize = roundup(stop + 1, ALLOC_CHUNK); in get_list()
207 if (maxval < stop) in get_list()
[all …]
/netbsd-src/bin/pax/
H A Dgen_subs.c217 char *stop; in asc_u32() local
220 stop = str + len; in asc_u32()
225 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_u32()
233 while (str < stop) { in asc_u32()
244 while ((str < stop) && (*str >= '0') && (*str <= '7')) in asc_u32()
318 char *stop; in asc_umax() local
321 stop = str + len; in asc_umax()
327 if (str < stop && (*str & 0x80)) { in asc_umax()
335 while (str < stop) { in asc_umax()
350 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_umax()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h571 const KeyT &stop(unsigned i) const { return this->first[i].second; } in stop() function
575 KeyT &stop(unsigned i) { return this->first[i].second; } in stop() function
586 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && in findFrom()
588 while (i != Size && Traits::stopLess(stop(i), x)) ++i; in findFrom()
601 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && in safeFind()
603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
643 if (i && value(i - 1) == y && Traits::adjacent(stop(i - 1), a)) { in insertFrom()
647 stop(i - 1) = stop(i); in insertFrom()
[all …]
H A DCoalescingBitVector.h87 Bits += 1 + It.stop() - It.start(); in count()
109 insert(It.start(), It.stop()); in set()
123 assert(It.stop() >= Index && "Interval must end after Index"); in test()
147 IndexT Stop = It.stop(); in reset()
167 IndexT Stop = It.stop();
202 IndexT CurrStop = It.stop(); in intersectWithComplement()
225 ItL.start() == ItR.start() && ItL.stop() == ItR.stop()) {
269 CachedStop = MapIterator.stop(); in resetCache()
380 if (It.start() != It.stop()) in print()
381 OS << ", " << It.stop(); in print()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Darray.c260 int stop = 0; in heim_array_iterate_f() local
262 fn(array->val[n], ctx, &stop); in heim_array_iterate_f()
263 if (stop) in heim_array_iterate_f()
280 int stop = 0; variable
282 fn(array->val[n], &stop);
283 if (stop)
301 int stop = 0; in heim_array_iterate_reverse_f() local
304 fn(array->val[n - 1], ctx, &stop); in heim_array_iterate_reverse_f()
305 if (stop) in heim_array_iterate_reverse_f()
322 int stop = 0; variable
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_init_thread_deregister.pod25 Thread stop events may be detected by OpenSSL either automatically (using the
29 Thread aware code registers a "stop handler" for each new thread that it uses.
31 thread local variable and then register a stop handler. When the thread is
32 stopping the stop handler is called (while on that thread) and the code can
35 A new stop handler is registered using the function ossl_init_thread_start().
37 set of common stop handlers and is passed in a later call to
40 back as an argument to the stop handler when it is later invoked. Finally the
41 I<handfn> is a function pointer to the stop handler itself.
43 In the event that previously registered stop handlers need to be deregistered
45 This will deregister all stop handlers (no matter which thread they were
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Djyn_asympt.c48 int inex, stop, diverge = 0; in FUNCTION() local
111 for (k = 1, stop = 0; stop < 4; k++) in FUNCTION()
114 MPFR_LOG_MSG (("loop (k,stop) = (%ld,%d)\n", k, stop)); in FUNCTION()
128 if (stop >= 2) in FUNCTION()
137 stop ++; in FUNCTION()
151 stop ++; in FUNCTION()
153 stop = 0; in FUNCTION()
164 stop ++; in FUNCTION()
166 stop = 0; in FUNCTION()
173 if (stop < 2 && in FUNCTION()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregengine.inc143 const char *stop;
150 stop = string + pmatch[0].rm_eo;
153 stop = start + strlen(start);
155 if (stop < start)
160 for (dp = start; dp < stop; dp++)
161 if (*dp == g->must[0] && stop - dp >= g->mlen &&
164 if (dp == stop) /* we didn't find g->must */
175 m->endp = stop;
185 endp = fast(m, start, stop, gf, gl);
199 endp = slow(m, m->coldp, stop, gf, gl);
[all …]
/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_global.c235 rp->stop == start - 1) { in ex_g_setup()
236 ++rp->stop; in ex_g_setup()
244 rp->start = rp->stop = start; in ex_g_setup()
278 if (rp->stop < lno) in ex_g_insdel()
288 --rp->stop; in ex_g_insdel()
291 ++rp->stop; in ex_g_insdel()
303 if (rp->start > --rp->stop) { in ex_g_insdel()
310 nrp->stop = rp->stop + 1; in ex_g_insdel()
311 rp->stop = lno - 1; in ex_g_insdel()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dapply.c38 if (!stop && e) in doCond()
40 return stop; in doCond()
46 for (size_t i = 0; i < e->dim && !stop; i++) in doCond()
48 return stop; in doCond()
53 stop = v->stop; in applyTo()
148 return v->stop; in walkPostorder()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgen-trialdivtab.c68 int stop; in main() local
123 stop = mpz_cmp (acc, Bhalf) >= 0; in main()
124 if (!stop) in main()
127 stop = sumspills (acc, pre + 2, 5); in main()
130 if (stop) in main()
176 stop = mpz_cmp (acc, Bhalf) >= 0; in main()
177 if (!stop) in main()
180 stop = sumspills (acc, pre + 2, 5); in main()
183 if (stop) in main()
/netbsd-src/sys/dev/raidframe/
H A Drf_stripelocks.c119 ( SINGLE_RANGE_OVERLAP((_cand)->start, (_cand)->stop, \
120 (_pred)->start, (_pred)->stop ) || \
122 (_pred)->start, (_pred)->stop ) || \
123 SINGLE_RANGE_OVERLAP((_cand)->start, (_cand)->stop, \
274 lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2); in rf_AcquireStripeLock()
303 …tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lock… in rf_AcquireStripeLock()
322 …tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lock… in rf_AcquireStripeLock()
350 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, in rf_AcquireStripeLock()
359 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, in rf_AcquireStripeLock()
396 …tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lock… in rf_ReleaseStripeLock()
[all …]
/netbsd-src/distrib/utils/more/
H A Dsignal.c74 static void stop __P((int));
79 stop(n) in stop() function
82 (void)signal(SIGTSTP, stop);
140 (void)signal(SIGTSTP, stop);
222 (void)signal(SIGTSTP, stop); in psignals()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dapply.d25 return v.stop; in walkPostorder()
84 if (!stop && e) in doCond()
86 return stop; in doCond()
93 for (size_t i = 0; i < e.dim && !stop; i++) in doCond()
95 return stop; in doCond()
101 stop = v.stop; in applyTo()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-malloc.dot49 stop;
63 freed -> stop [label="on 'free(X);':\n Warn('double-free')"];
64 non_heap -> stop [label="on 'free(X);':\n Warn('free of non-heap')"];
68 null -> stop [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('NULL arg')"];
80 null -> stop [label="on '*X':\nWarn('NULL deref')"];
81 freed -> stop [label="on '*X':\nWarn('use after free')"];
87 unchecked -> stop [label="on leak:\nWarn('leak')"];
88 nonnull -> stop [label="on leak:\nWarn('leak')"];
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-malloc.dot49 stop;
63 freed -> stop [label="on 'free(X);':\n Warn('double-free')"];
64 non_heap -> stop [label="on 'free(X);':\n Warn('free of non-heap')"];
68 null -> stop [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('NULL arg')"];
80 null -> stop [label="on '*X':\nWarn('NULL deref')"];
81 freed -> stop [label="on '*X':\nWarn('use after free')"];
87 unchecked -> stop [label="on leak:\nWarn('leak')"];
88 nonnull -> stop [label="on leak:\nWarn('leak')"];

12345678910>>...59