| /freebsd-13.1/usr.bin/primes/ |
| H A D | primes.c | 121 stop = (uint64_t)(-1); in main() 168 if (start > stop) in main() 170 primes(start, stop); in main() 209 primes(ubig start, ubig stop) in primes() argument 226 if (stop < 3) { in primes() 227 stop = (ubig)2; in primes() 229 if (stop <= start) { in primes() 239 if (stop != 2 && (stop&0x1) == 0) { in primes() 240 ++stop; in primes() 265 while (start < stop) { in primes() [all …]
|
| /freebsd-13.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 272 stop("Prefix multiply defined", 698 stop(errbuf, EX_DATAERR); 921 stop(errbuf, EX_DATAERR); 1590 stop(errbuf, EX_DATAERR); in process_register() 1600 stop(errbuf, EX_DATAERR); in process_register() 1787 stop(errbuf, EX_DATAERR); in test_readable_symbol() 1805 stop(errbuf, EX_DATAERR); in test_writable_symbol() 1841 stop(errbuf, EX_DATAERR); in type_check() 1863 stop(errbuf, EX_DATAERR); in type_check() 1888 stop("Conditional expression '0' " in add_conditional() [all …]
|
| H A D | aicasm_macro_gram.y | 95 stop("Too few arguments for macro invocation", 117 stop("Comma without preceding argument in arg list", 135 stop("Invalid current symbol for adding macro arg", 150 stop("Too many arguments for macro invocation", EX_DATAERR); 155 stop("Unable to replicate replacement text", EX_SOFTWARE); 163 stop(string, EX_DATAERR); in mmerror()
|
| H A D | aicasm.c | 173 stop(NULL, EX_CANTCREAT); in main() 189 stop(NULL, EX_CANTCREAT); in main() 197 stop(NULL, EX_CANTCREAT); in main() 204 stop(NULL, EX_CANTCREAT); in main() 234 stop(NULL, EX_OSERR); in main() 239 stop(NULL, EX_OSERR); in main() 305 stop(NULL, 0); in main() 340 stop(buf, EX_DATAERR); in back_patch() 541 stop(NULL, EX_DATAERR); in output_listing() 557 stop("Could not malloc", EX_OSERR); in output_listing() [all …]
|
| /freebsd-13.1/lib/libc/regex/ |
| H A D | engine.c | 205 const char *stop; in matcher() local 224 if (stop < start) in matcher() 240 if (dp >= stop) in matcher() 278 m->endp = stop; in matcher() 418 const char *stop, in dissect() argument 480 stp = stop; in dissect() 504 stp = stop; in dissect() 540 stp = stop; in dissect() 620 const char *stop, in backref() argument 740 if (sp != stop) in backref() [all …]
|
| /freebsd-13.1/contrib/nvi/regex/ |
| H A D | engine.c | 143 const RCHAR_T *stop; in matcher() local 155 if (stop < start) in matcher() 175 m->endp = stop; in matcher() 349 stp = stop; in dissect() 356 if (tail == stop) in dissect() 373 stp = stop; in dissect() 380 if (tail == stop) in dissect() 409 stp = stop; in dissect() 466 assert(sp == stop); in dissect() 505 if (sp == stop) in backref() [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 36 void stop(char *errorMsg) { in stop() function 72 stop("rstream.getBuf: Error opening file"); in getBuf() 152 stop("StringTable: Unexpected EOF"); in StringTable() 168 stop("StringTable: String too long"); in StringTable() 307 stop("hideSymbols: Unexpected EOF"); in hideSymbols() 319 stop("hideSymbols: Unexpected EOF"); in hideSymbols() 322 stop("hideSymbols: File read error"); in hideSymbols() 352 stop("hideSymbols: Unexpected EOF"); in hideSymbols() 355 stop("hideSymbols: File read error"); in hideSymbols() 362 stop("hideSymbols: File write error"); in hideSymbols() [all …]
|
| /freebsd-13.1/bin/pax/ |
| H A D | gen_subs.c | 194 char *stop; in l_strncpy() local 197 stop = dest + len; in l_strncpy() 199 while ((dest < stop) && (*src != '\0')) in l_strncpy() 202 while (dest < stop) in l_strncpy() 220 char *stop; in asc_ul() local 223 stop = str + len; in asc_ul() 228 while ((str < stop) && ((*str == ' ') || (*str == '0'))) in asc_ul() 236 while (str < stop) { in asc_ul() 317 char *stop; in asc_uqd() local 320 stop = str + len; in asc_uqd() [all …]
|
| /freebsd-13.1/usr.bin/colrm/ |
| H A D | colrm.c | 66 u_long column, start, stop; in main() local 81 start = stop = 0; in main() 84 stop = strtol(argv[1], &p, 10); in main() 85 if (stop <= 0 || *p) in main() 99 if (stop && start > stop) in main() 123 if ((!start || column < start || (stop && column > stop)) && in main()
|
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | tabs.c | 66 int stop; in do_tabs() local 70 if (last < stop) { in do_tabs() 77 if (stop <= max_cols) { in do_tabs() 79 last = stop; in do_tabs() 149 int stop; in print_ruler() local 167 stop = tab_list[n]; in print_ruler() 168 while (++last < stop) { in print_ruler() 177 last = stop; in print_ruler() 194 int stop; in write_tabs() local 196 while ((stop = *tab_list++) > 0 && stop <= max_cols) { in write_tabs() [all …]
|
| /freebsd-13.1/tests/sys/kqueue/libkqueue/ |
| H A D | timer.c | 240 stop = now(); in test_abstime() 241 if (stop < end) in test_abstime() 312 stop = now(); in test_abstime_preboot() 313 if (stop < end) in test_abstime_preboot() 351 stop = now(); in test_abstime_postboot() 352 if (stop < end) in test_abstime_postboot() 507 uint64_t start, stop; in test_update_periodic() local 537 stop = now(); in test_update_periodic() 538 elapsed = stop - start; in test_update_periodic() 564 uint64_t start, stop; in test_update_timing() local [all …]
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | ex_global.c | 228 rp->stop == start - 1) { in ex_g_setup() 229 ++rp->stop; in ex_g_setup() 237 rp->start = rp->stop = start; in ex_g_setup() 268 if (rp->stop < lno) in ex_g_insdel() 278 --rp->stop; in ex_g_insdel() 281 ++rp->stop; in ex_g_insdel() 293 if (rp->start > --rp->stop) { in ex_g_insdel() 300 nrp->stop = rp->stop + 1; in ex_g_insdel() 301 rp->stop = lno - 1; in ex_g_insdel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 647 stop(i - 1) = stop(i); in insertFrom() 651 stop(i - 1) = b; in insertFrom() 662 stop(i) = b; in insertFrom() 680 stop(i) = b; in insertFrom() 759 stop(i) = Stop; in insert() 1066 KeyT stop() const { in stop() function 1198 rootBranch().stop(n) = node[n].template get<Leaf>().stop(size[n]-1); in branchRoot() 1237 rootBranch().stop(n) = Node[n].template get<Branch>().stop(Size[n]-1); in splitRoot() 2129 KeyType stop() const { in stop() function 2130 KeyType ak = a().stop(); in stop() [all …]
|
| H A D | CoalescingBitVector.h | 87 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 …]
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_sram.c | 48 uint32_t stop = start + n; in efx_sram_buf_tbl_set() local 74 if (stop >= EFX_BUF_TBL_SIZE) { in efx_sram_buf_tbl_set() 81 for (id = start; id != stop; id++) { in efx_sram_buf_tbl_set() 96 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_set() 104 EFSYS_ASSERT3U(id, ==, stop); in efx_sram_buf_tbl_set() 151 id = stop; in efx_sram_buf_tbl_set() 175 uint32_t stop = start + n; in efx_sram_buf_tbl_clear() local 197 EFSYS_ASSERT3U(stop, <, EFX_BUF_TBL_SIZE); in efx_sram_buf_tbl_clear() 199 EFSYS_PROBE2(buf, uint32_t, start, uint32_t, stop - 1); in efx_sram_buf_tbl_clear() 202 FRF_AZ_BUF_CLR_CMD, 1, FRF_AZ_BUF_CLR_END_ID, stop - 1, in efx_sram_buf_tbl_clear()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regengine.inc | 143 const char *stop; 155 if (stop < start) 175 m->endp = stop; 351 stp = stop; 358 if (tail == stop) 376 stp = stop; 415 stp = stop; 475 assert(sp == stop); 511 if (sp == stop) 573 if (sp != stop) [all …]
|
| /freebsd-13.1/contrib/lib9p/pytest/ |
| H A D | client.py | 40 self.stop = False 339 tstate.stop = False 342 if not tstate.stop: 346 tstate.stop = True 362 if not tstate.stop: 378 if not tstate.stop: 391 if not tstate.stop: 430 if tstate.stop: 439 if tstate.stop: 491 if tstate.stop: [all …]
|
| /freebsd-13.1/tools/regression/pthread/cv_cancel1/ |
| H A D | cv_cancel1.c | 39 int stop; variable 49 while (stop == 0) in thr_routine() 62 stop = 0; in main() 73 stop = 1; in main()
|
| /freebsd-13.1/usr.bin/tabs/ |
| H A D | tabs.c | 203 long last, stop; in gettabs() local 210 stop = strtol(tok, &end, 10); in gettabs() 211 if (errno != 0 || *end != '\0' || stop <= 0) in gettabs() 217 stop += last; in gettabs() 219 if (last > stop) in gettabs() 221 last = stops[(*nstops)++] = stop; in gettabs()
|
| /freebsd-13.1/stand/usb/tools/ |
| H A D | sysinit.c | 48 static struct sysinit_data **stop; variable 230 stop = start + entries; in main() 235 if (start != stop) in main() 239 for (sipp = start; sipp < stop; sipp++) { in main() 254 for (sipp = start; sipp < stop; sipp++) { in main() 287 for (c = 0, sipp = start; sipp < stop; c++, sipp++) { in do_sysinit() 313 for (c = 0, sipp = start; sipp < stop; c++, sipp++) { in do_sysinit()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/can/ |
| H A D | fsl-flexcan.txt | 27 - fsl,stop-mode: register bits of stop mode control, the format is 30 req_gpr is the gpr register offset of CAN stop request. 31 req_bit is the bit offset of CAN stop request. 32 ack_gpr is the gpr register offset of CAN stop acknowledge. 33 ack_bit is the bit offset of CAN stop acknowledge.
|
| /freebsd-13.1/usr.bin/cut/ |
| H A D | cut.c | 166 size_t setautostart, start, stop; in get_list() local 177 setautostart = start = stop = 0; in get_list() 183 start = stop = strtol(p, &p, 10); in get_list() 189 stop = strtol(p + 1, &p, 10); in get_list() 192 if (!autostop || autostop > stop) in get_list() 193 autostop = stop; in get_list() 198 if (!stop || !start) in get_list() 200 if (maxval < stop) { in get_list() 201 maxval = stop; in get_list() 204 for (pos = positions + start; start++ <= stop; *pos++ = 1); in get_list()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_linker.c | 214 for (sipp = start; sipp < stop; sipp++) { in linker_file_sysinit() 232 for (sipp = start; sipp < stop; sipp++) { in linker_file_sysinit() 264 for (sipp = start; sipp < stop; sipp++) { in linker_file_sysuninit() 335 for (oidp = start; oidp < stop; oidp++) in linker_file_enable_sysctls() 356 for (oidp = start; oidp < stop; oidp++) in linker_file_unregister_sysctls() 382 stop = SET_LIMIT(modmetadata_set); in linker_file_register_modules() 387 for (mdp = start; mdp < stop; mdp++) { in linker_file_register_modules() 1540 for (mdp = start; mdp < stop; mdp++) { in linker_addmodules() 1612 &stop, NULL) == 0) in linker_preload() 1622 &stop, NULL); in linker_preload() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 45 def StopDisassemblyCount: Property<"stop-disassembly-count", "SInt64">, 49 def StopDisassemblyDisplay: Property<"stop-disassembly-display", "Enum">, 54 def StopDisassemblyMaxSize: Property<"stop-disassembly-max-size", "UInt64">, 58 def StopLineCountAfter: Property<"stop-line-count-after", "SInt64">, 62 def StopLineCountBefore: Property<"stop-line-count-before", "SInt64">, 70 def StopShowColumn: Property<"stop-show-column", "Enum">, 74 def StopShowColumnAnsiPrefix: Property<"stop-show-column-ansi-prefix", "String">, 78 def StopShowColumnAnsiSuffix: Property<"stop-show-column-ansi-suffix", "String">, 82 def StopShowLineMarkerAnsiPrefix: Property<"stop-show-line-ansi-prefix", "String">, 86 def StopShowLineMarkerAnsiSuffix: Property<"stop-show-line-ansi-suffix", "String">, [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 356 struct timeval start, stop; in create_files() local 404 (void) gettimeofday(&stop, NULL); in create_files() 405 seconds = timeval_sub_seconds(&stop, &start); in create_files() 447 struct timeval start, stop; in setxattrs() local 498 (void) gettimeofday(&stop, NULL); in setxattrs() 499 seconds = timeval_sub_seconds(&stop, &start); in setxattrs() 524 struct timeval start, stop; in getxattrs() local 599 (void) gettimeofday(&stop, NULL); in getxattrs() 600 seconds = timeval_sub_seconds(&stop, &start); in getxattrs() 623 struct timeval start, stop; in unlink_files() local [all …]
|