Home
last modified time | relevance | path

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

12345678910>>...33

/netbsd-src/crypto/external/bsd/openssl/dist/Configurations/
H A DINTERNALS.Configure22 condition stack that tell if a build.info should be processed or if it
35 statements) need to be processed either way to keep track of the skip
39 the skip stack should look like after each line is processed:
44 | ... whatever ... | | this line is processed |
46 | ... whatever ... | | this line is processed |
52 | ... whatever ... | | this line is processed |
78 | ... whatever ... | | this line is processed |
80 | ... whatever ... | | this line is processed |
86 | ... whatever ... | | this line is processed |
102 | ... whatever ... | | this line is processed |
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/Configurations/
H A DINTERNALS.Configure22 condition stack that tell if a build.info should be processed or if it
35 statements) need to be processed either way to keep track of the skip
39 the skip stack should look like after each line is processed:
44 | ... whatever ... | | this line is processed |
46 | ... whatever ... | | this line is processed |
52 | ... whatever ... | | this line is processed |
78 | ... whatever ... | | this line is processed |
80 | ... whatever ... | | this line is processed |
86 | ... whatever ... | | this line is processed |
102 | ... whatever ... | | this line is processed |
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_cb.c20 int argi, long argl, int ret, size_t *processed) in BIO_debug_callback_ex() argument
28 if (processed != NULL) in BIO_debug_callback_ex()
29 l = *processed; in BIO_debug_callback_ex()
106 size_t processed = 0; in BIO_debug_callback() local
109 processed = (size_t)ret; in BIO_debug_callback()
111 argi, argl, ret > 0 ? 1 : (int)ret, &processed); in BIO_debug_callback()
H A Dbio_lib.c39 size_t *processed) in bio_call_callback() argument
47 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
66 if (*processed > INT_MAX) in bio_call_callback()
68 inret = *processed; in bio_call_callback()
74 *processed = (size_t)ret; in bio_call_callback()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_pending.pod18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is
21 SSL_pending() returns the number of bytes which have been processed, buffered
35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or
38 data because the unprocessed buffered data when processed yielded no application
47 SSL_pending() returns the number of buffered and processed application data
H A DSSL_CONF_cmd_argv.pod17 are updated to reflect the number of command options processed. The B<pargc>
22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
27 If -1 is returned the command is recognised but couldn't be processed due
H A DEVP_EncodeInit.pod60 blocks of data (48 bytes) will be immediately processed and output by this
61 function. Any remainder is held in the B<ctx> object and will be processed by a
65 any remainder). This gives the number of blocks of data that will be processed.
103 the B<ctx> object and processed by a subsequent call to EVP_DecodeUpdate(). If
108 input data characters processed included the base 64 padding character "=" and
109 therefore no more non-padding character data is expected to be processed. For
110 every 4 valid base 64 bytes processed (ignoring whitespace, carriage returns and
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_pending.pod18 is processed (e.g. decrypted) in one go and is buffered by OpenSSL until it is
21 SSL_pending() returns the number of bytes which have been processed, buffered
35 SSL_has_pending() returns 1 if B<s> has buffered data (whether processed or
38 data because the unprocessed buffered data when processed yielded no application
47 SSL_pending() returns the number of buffered and processed application data
H A DSSL_CONF_cmd_argv.pod17 are updated to reflect the number of command options processed. The B<pargc>
22 SSL_CONF_cmd_argv() returns the number of command arguments processed: 0, 1, 2
27 If -1 is returned the command is recognised but couldn't be processed due
H A DBIO_set_callback.pod16 long argl, int ret, size_t *processed);
25 int argi, long argl, int ret, size_t *processed);
86 =item B<processed>
88 B<processed> is a pointer to a location which will be updated with the amount of
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-gen.c879 unsigned processed : 1; member
999 opnd->processed = 0; in print_operand_inserter()
1003 if (!opnd->processed && opnd->has_inserter) in print_operand_inserter()
1009 opnd->processed = 1; in print_operand_inserter()
1012 if (!opnd2->processed in print_operand_inserter()
1018 opnd2->processed = 1; in print_operand_inserter()
1056 opnd->processed = 0; in print_operand_extractor()
1060 if (!opnd->processed && opnd->has_extractor) in print_operand_extractor()
1066 opnd->processed = 1; in print_operand_extractor()
1069 if (!opnd2->processed in print_operand_extractor()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Daarch64-gen.c879 unsigned processed : 1; member
999 opnd->processed = 0; in print_operand_inserter()
1003 if (!opnd->processed && opnd->has_inserter) in print_operand_inserter()
1009 opnd->processed = 1; in print_operand_inserter()
1012 if (!opnd2->processed in print_operand_inserter()
1018 opnd2->processed = 1; in print_operand_inserter()
1056 opnd->processed = 0; in print_operand_extractor()
1060 if (!opnd->processed && opnd->has_extractor) in print_operand_extractor()
1066 opnd->processed = 1; in print_operand_extractor()
1069 if (!opnd2->processed in print_operand_extractor()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c536 unsigned long num_to_process, processed, remaining, percent, eta; in print_progress() local
550 processed = current_lineno - start_lineno; in print_progress()
553 time_per_line = (double)elapsed / processed; in print_progress()
558 processed, fmt_time(elapsed)); in print_progress()
561 percent = 100 * processed / num_to_process; in print_progress()
565 ctime(&time_now), processed, num_to_process, percent, in print_progress()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-rehash.pod.in49 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable
53 but often F</usr/local/ssl/certs>) is processed.
55 In order for a directory to be processed, the user must have write
60 When a directory is processed, all links in it that have a name
120 By default, this command only lists each directory as it is processed.
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dsha256-armv4.S28 @ Cortex A8 core and ~20 cycles per processed byte.
33 @ improvement on Cortex A8 core and ~15.4 cycles per processed byte.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Drehash.pod40 processed in turn. If not, then the B<SSL_CERT_DIR> environment variable
44 but often B</usr/local/ssl/certs>) is processed.
46 In order for a directory to be processed, the user must have write
111 By default, B<rehash> only lists each directory as it is processed.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dce.c85 static sbitmap processed; variable
163 if (bitmap_bit_p (processed, ver)) in mark_operand_necessary()
170 bitmap_set_bit (processed, ver); in mark_operand_necessary()
578 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef))) in mark_all_reaching_defs_necessary_1()
1425 && !bitmap_bit_p (processed, SSA_NAME_VERSION (name))) in eliminate_unnecessary_stmts()
1452 && !bitmap_bit_p (processed, SSA_NAME_VERSION (name)) in eliminate_unnecessary_stmts()
1653 processed = sbitmap_alloc (num_ssa_names + 1); in tree_dce_init()
1654 bitmap_clear (processed); in tree_dce_init()
1674 sbitmap_free (processed); in tree_dce_done()
H A Ddce.c1082 bitmap processed = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce() local
1118 bitmap_set_bit (processed, index); in fast_dce()
1131 bitmap_set_bit (processed, index); in fast_dce()
1138 if (bitmap_bit_p (processed, e->src->index)) in fast_dce()
1159 bitmap_clear (processed); in fast_dce()
1182 BITMAP_FREE (processed); in fast_dce()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Darc-got.h52 bool processed; member
117 entry->processed = false; in new_got_entry_to_list()
337 if (entry && !entry->processed) in relocate_fix_got_relocs_for_got_info()
448 entry->processed = true; in relocate_fix_got_relocs_for_got_info()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Darc-got.h52 bool processed; member
117 entry->processed = false; in new_got_entry_to_list()
337 if (entry && !entry->processed) in relocate_fix_got_relocs_for_got_info()
448 entry->processed = true; in relocate_fix_got_relocs_for_got_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddce.cc1082 bitmap processed = BITMAP_ALLOC (&dce_blocks_bitmap_obstack); in fast_dce() local
1118 bitmap_set_bit (processed, index); in fast_dce()
1131 bitmap_set_bit (processed, index); in fast_dce()
1138 if (bitmap_bit_p (processed, e->src->index)) in fast_dce()
1159 bitmap_clear (processed); in fast_dce()
1182 BITMAP_FREE (processed); in fast_dce()
H A Dtree-ssa-dce.cc86 static sbitmap processed; variable
164 if (bitmap_bit_p (processed, ver)) in mark_operand_necessary()
171 bitmap_set_bit (processed, ver); in mark_operand_necessary()
573 && bitmap_bit_p (processed, SSA_NAME_VERSION (vdef))) in mark_all_reaching_defs_necessary_1()
1391 && !bitmap_bit_p (processed, SSA_NAME_VERSION (name))) in eliminate_unnecessary_stmts()
1421 && !bitmap_bit_p (processed, SSA_NAME_VERSION (name)) in eliminate_unnecessary_stmts()
1621 processed = sbitmap_alloc (num_ssa_names + 1); in tree_dce_init()
1622 bitmap_clear (processed); in tree_dce_init()
1642 sbitmap_free (processed); in tree_dce_done()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_lib.c32 int argi, long argl, long inret, size_t *processed) in bio_call_callback() argument
38 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
56 if (*processed > INT_MAX) in bio_call_callback()
58 inret = *processed; in bio_call_callback()
64 *processed = (size_t)ret; in bio_call_callback()
/netbsd-src/external/mit/libuv/dist/docs/src/guide/
H A Deventloops.rst15 that are ready to be processed in this iteration of the loop will still be
16 processed, so ``uv_stop()`` can't be used as a kill switch. When ``uv_stop()``
/netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/
H A Dsimple4 processed

12345678910>>...33