Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/openbsd-src/gnu/llvm/lldb/docs/
H A Dconf.py301 processed = source[0]
307 processed = processed.replace(":show-inheritance:", "")
310 processed = re.sub(r'~SB[a-zA-Z]+\.thisown', "", processed)
311 processed = processed.replace(" .. autoattribute:: thisown", "")
316 processed = empty_attr_summary.sub('.. rubric::', processed)
317 processed = empty_attr_documentation.sub('.. rubric::', processed)
321 source[0] = processed
/openbsd-src/sys/dev/wscons/
H A Dwsemul_dumb.c131 u_int processed = 0; in wsemul_dumb_output() local
149 processed++; in wsemul_dumb_output()
153 return processed; in wsemul_dumb_output()
164 processed++; in wsemul_dumb_output()
262 processed++; in wsemul_dumb_output()
277 processed--; in wsemul_dumb_output()
284 return processed; in wsemul_dumb_output()
H A Dwsemul_sun.c666 u_int prev_count, processed = 0; in wsemul_sun_output() local
687 processed++; in wsemul_sun_output()
741 return processed; in wsemul_sun_output()
765 processed += prev_count - count; in wsemul_sun_output()
773 processed += prev_count - count; in wsemul_sun_output()
804 processed += prev_count - count; in wsemul_sun_output()
820 processed--; in wsemul_sun_output()
827 return processed; in wsemul_sun_output()
H A Dwsemul_vt100.c1109 u_int prev_count, processed = 0; in wsemul_vt100_output()
1130 processed++; in wsemul_vt100_output()
1190 return processed; in wsemul_vt100_output()
1215 processed += prev_count - count; in wsemul_vt100_output()
1225 processed += prev_count - count; in wsemul_vt100_output()
1235 processed += prev_count - count; in wsemul_vt100_output()
1252 * Pretend the last byte hasn't been processed, in wsemul_vt100_output()
1257 processed--; in wsemul_vt100_output()
1265 return processed;
1107 u_int prev_count, processed = 0; wsemul_vt100_output() local
/openbsd-src/regress/usr.bin/dc/
H A Dt20.in36 0 # processed marker
49 1 # push processed marker 1
55 0 # push processed marker 0
64 0 # push processed marker 0
83 sp # processed
/openbsd-src/usr.bin/ssh/
H A Dmoduli.c533 unsigned long num_to_process, processed, remaining, percent, eta; in print_progress() local
547 processed = current_lineno - start_lineno; in print_progress()
550 time_per_line = (double)elapsed / processed; in print_progress()
555 processed, fmt_time(elapsed)); in print_progress()
558 percent = 100 * processed / num_to_process; in print_progress()
562 ctime(&time_now), processed, num_to_process, percent, in print_progress()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-dce.c82 static sbitmap processed;
256 if (TEST_BIT (processed, ver)) in mark_operand_necessary()
258 SET_BIT (processed, ver); in mark_operand_necessary()
834 processed = sbitmap_alloc (num_ssa_names + 1); in tree_dce_init()
835 sbitmap_zero (processed); in tree_dce_init()
858 sbitmap_free (processed); in tree_dce_done()
/openbsd-src/regress/sys/netinet/ipsec/
H A DREADME1 Send IPsec traffic to another machine where it gets processed.
16 are processed in both ways.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra-rewrite.c197 spill_prop_insert (web, list, processed) in spill_prop_insert() argument
199 sbitmap list, processed;
214 if (s != web || t->type != COLORED || TEST_BIT (processed, t->id))
217 SET_BIT (processed, t->id);
233 spill_propagation (to_prop, spilled, processed) in spill_propagation() argument
234 sbitmap to_prop, spilled, processed; in spill_propagation()
244 spill_prop_insert (ID2WEB (id), list, processed);
264 spill_prop_insert (web, list, processed);
278 sbitmap spilled, processed, to_prop; in spill_coalprop() local
282 processed = sbitmap_alloc (num_webs); in spill_coalprop()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Hub/
H A DSubtest.t59 def is => ($one->process($ok), 'P!', "processed");
72 def is => ($one->process($bail), 'P!', "processed");
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsuperh.opt2 ;; actually processed by supplementary specs files.
/openbsd-src/lib/libcrypto/bio/
H A Dbio_lib.c79 long argl, long inret, size_t *processed) in bio_call_callback() argument
86 processed); in bio_call_callback()
104 if (*processed > INT_MAX) in bio_call_callback()
106 inret = *processed; in bio_call_callback()
112 *processed = (size_t)ret; in bio_call_callback()
/openbsd-src/gnu/lib/libiberty/src/
H A Dat-file.texi15 @@@var{file} options; any such options will be processed recursively.
/openbsd-src/gnu/usr.bin/perl/dist/Filter-Simple/t/
H A Dfilter_only.t58 print $x eq "TEST" ? "" : "not ", "ok 10 # check strings processed\n";
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dbench.pl948 my ($done_read, $processed, $averages, %seen_labels);
1122 ($processed, $averages) =
1128 grind_print_compact($processed, $averages, $OPTS{compact},
1132 grind_print($processed, $averages, $perls, $tests, $order);
/openbsd-src/usr.sbin/ypserv/ypserv/
H A Dypserv.acl14 # ip-addresses all will be added (I hope). ip-address is processed by
/openbsd-src/sys/kern/
H A Dsubr_hibernate.c1783 size_t processed, compressed_size, read_size; in hibernate_read_chunks()
1851 processed = 0; in hibernate_read_chunks()
1854 while (processed < compressed_size && err == 0) { in hibernate_read_chunks()
1855 if (compressed_size - processed >= MAXPHYS) in hibernate_read_chunks()
1858 read_size = compressed_size - processed; in hibernate_read_chunks()
1888 processed += read_size;
1771 size_t processed, compressed_size, read_size; hibernate_read_chunks() local
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVM-Config.cmake254 # already processed
258 # already processed
274 # that hasn't yet been processed by CMake. Missing components will
/openbsd-src/gnu/llvm/lldb/docs/design/
H A Dsbapi.rst5 clients, and which get processed by SWIG to produce the Python bindings to
75 will need to run ``clang-format`` over the processed file, as the tool
/openbsd-src/lib/libssl/test/
H A Dtimes78 - the required number of bytes are processed.
95 The 'numbers' are in 1000s of bytes per second processed.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-locstats.rst84 -the number of debug variables processed: 6
/openbsd-src/gnu/llvm/llvm/tools/llvm-mt/
H A DOpts.td4 …], "manifest">, HelpText<"Used to specify each manifest that need to be processed">, MetaVarName<"…
/openbsd-src/gnu/llvm/llvm/docs/
H A DREADME.txt7 is mostly meant to be processed by the Sphinx documentation generation
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py1550 processed = processLine(ln)
1551 while processed != ln and steps < recursion_limit:
1552 ln = processed
1553 processed = processLine(ln)
1556 if processed != ln:
1561 return processed
/openbsd-src/sys/dev/pci/
H A Dif_bwfm_pci.c1641 int avail, processed; in bwfm_pci_ring_rx() local
1648 processed = 0; in bwfm_pci_ring_rx()
1652 processed++; in bwfm_pci_ring_rx()
1653 if (processed == 48) { in bwfm_pci_ring_rx()
1654 bwfm_pci_ring_read_commit(sc, ring, processed); in bwfm_pci_ring_rx()
1655 processed = 0; in bwfm_pci_ring_rx()
1659 if (processed) in bwfm_pci_ring_rx()
1660 bwfm_pci_ring_read_commit(sc, ring, processed); in bwfm_pci_ring_rx()

12345678910>>...13