/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | tst-regex2.c | 62 struct timeval start, stop; in do_test() local 117 gettimeofday(&stop, NULL); in do_test() 118 stop.tv_sec -= start.tv_sec; in do_test() 120 stop.tv_sec--; in do_test() 121 stop.tv_usec += 1000000; in do_test() 123 stop.tv_usec -= start.tv_usec; in do_test() 134 struct timeval start, stop; in do_test() local 232 gettimeofday(&stop, NULL); in do_test() 233 stop.tv_sec -= start.tv_sec; in do_test() 235 stop.tv_sec--; in do_test() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/ |
A D | clocktest.c | 19 clock_t start, stop; in main() local 29 stop = clock (); in main() 32 stop - start, start, stop); in main()
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | rdtsc.h | 347 l4_cpu_time_t stop = l4_rdtsc(); in l4_busy_wait_ns() local 348 stop += l4_ns_to_tsc(ns); in l4_busy_wait_ns() 350 while (l4_rdtsc() < stop) in l4_busy_wait_ns() 357 l4_cpu_time_t stop = l4_rdtsc (); in l4_busy_wait_us() local 358 stop += l4_ns_to_tsc(us*1000ULL); in l4_busy_wait_us() 360 while (l4_rdtsc() < stop) in l4_busy_wait_us()
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | rdtsc.h | 321 l4_cpu_time_t stop = l4_rdtsc(); in l4_busy_wait_ns() local 322 stop += l4_ns_to_tsc(ns); in l4_busy_wait_ns() 324 while (l4_rdtsc() < stop) in l4_busy_wait_ns() 331 l4_cpu_time_t stop = l4_rdtsc (); in l4_busy_wait_us() local 332 stop += l4_ns_to_tsc(us*1000ULL); in l4_busy_wait_us() 334 while (l4_rdtsc() < stop) in l4_busy_wait_us()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/arm/ |
A D | unwind-forcedunwind.c | 160 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind() argument 166 return libgcc_s_forcedunwind (exc, stop, stop_argument); in _Unwind_ForcedUnwind()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | stop_token | 45 /// Tag type indicating a stop_source should have no shared-stop-state. 51 /// Allow testing whether a stop request has been made on a `stop_source`. 167 // true if a stop request has already been made or there are still 228 if (__old & _S_stop_requested_bit) // stop request already made 284 if (__old & _S_stop_requested_bit) // stop request already made 291 // No need to register callback if no stop request can be made. 363 // Try to obtain the lock to make a stop request. 476 /// A type that allows a stop request to be made. 569 /// A wrapper for callbacks to be run when a stop request is made.
|
A D | thread | 102 /// A thread that can be requested to stop and automatically joined.
|
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | stop_token | 48 /// Tag type indicating a stop_source should have no shared-stop-state. 54 /// Allow testing whether a stop request has been made on a `stop_source`. 174 // true if a stop request has already been made or there are still 235 if (__old & _S_stop_requested_bit) // stop request already made 297 if (__old & _S_stop_requested_bit) // stop request already made 304 // No need to register callback if no stop request can be made. 382 // Try to obtain the lock to make a stop request. 495 /// A type that allows a stop request to be made. 588 /// A wrapper for callbacks to be run when a stop request is made.
|
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/ |
A D | unwind-forcedunwind.c | 133 _Unwind_ForcedUnwind (struct _Unwind_Exception *exc, _Unwind_Stop_Fn stop, in _Unwind_ForcedUnwind() argument 143 return forcedunwind (exc, stop, stop_argument); in _Unwind_ForcedUnwind()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/ |
A D | README | 6 should probably stop using crack. It is bad for you. ;-)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_old.c | 402 int stop); 421 int stop, 4998 int stop) in libc_hidden_def() 5058 int stop) 5502 int stop) in re_match_2() argument 5513 pos, regs, stop); in re_match_2() 5585 int stop, in wcs_re_match_2_internal() argument 5602 int stop) in wcs_re_match_2_internal() 5871 if (stop <= csize1) in wcs_re_match_2_internal() 5880 stop = csize1 + csize2; in wcs_re_match_2_internal() [all …]
|
A D | regexec.c | 40 int start, int range, int stop, 47 int stop, int ret_len) internal_function; 50 int range, int stop, struct re_registers *regs, 297 struct re_registers *regs, int stop) in libc_hidden_def() 300 start, 0, regs, stop, 1); in libc_hidden_def() 306 struct re_registers *regs, int stop) in re_search_2() argument 309 start, range, regs, stop, 0); in re_search_2() 323 if (BE (length1 < 0 || length2 < 0 || stop < 0, 0)) in libc_hidden_def() 554 int start, int range, int stop, size_t nmatch, in re_search_internal() argument 605 mctx.input.stop = stop; in re_search_internal() [all …]
|
A D | regex_internal.h | 309 int stop; member 355 #define re_string_eoi(pstr) ((pstr)->stop <= (pstr)->cur_idx)
|
A D | regex_internal.c | 176 pstr->stop = pstr->len; in re_string_construct_common() 177 pstr->raw_stop = pstr->stop; in re_string_construct_common() 418 pstr->stop += mbcdlen - mbclen; in build_wcs_upper_buffer() 569 pstr->stop = pstr->raw_stop; in re_string_reconstruct() 615 pstr->stop = pstr->raw_stop - idx + offset; in re_string_reconstruct() 713 pstr->stop -= offset; in re_string_reconstruct()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | istream | 322 * @param __delim A "stop" character. 360 * @param __delim A "stop" character. 394 * @param __delim A "stop" character. 433 * @param __delim A "stop" character.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | io_context | 218 void stop()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | io_context | 223 void stop()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | io_context | 218 void stop()
|