Home
last modified time | relevance | path

Searched refs:wrapping (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpretty-print.h173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
179 #define pp_wrapping_mode(PP) (PP)->wrapping
250 pp_wrapping_mode_t wrapping; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpretty-print.h173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
179 #define pp_wrapping_mode(PP) (PP)->wrapping
250 pp_wrapping_mode_t wrapping; variable
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DCMS_add1_recipient_cert.pod27 wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional
47 Currently only AES based key wrapping algorithms are supported for B<nid>,
H A DBIO_s_file.pod52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be:
73 When wrapping stdout, stdin or stderr the underlying stream should not
/netbsd-src/external/mit/isl/dist/
H A Disl_bound.c204 if (!bound->wrapping) in guarded_poly_bound()
310 bound.wrapping = isl_space_is_wrapping(bound.dim); in isl_pw_qpolynomial_fold_bound()
311 if (bound.wrapping) in isl_pw_qpolynomial_fold_bound()
H A Disl_bound.h9 int wrapping; member
H A Disl_space.c128 isl_bool wrapping; in isl_space_check_is_wrapping() local
130 wrapping = isl_space_is_wrapping(space); in isl_space_check_is_wrapping()
131 if (wrapping < 0) in isl_space_check_is_wrapping()
133 if (!wrapping) in isl_space_check_is_wrapping()
144 isl_bool wrapping; in isl_space_check_domain_is_wrapping() local
146 wrapping = isl_space_domain_is_wrapping(space); in isl_space_check_domain_is_wrapping()
147 if (wrapping < 0) in isl_space_check_domain_is_wrapping()
149 if (!wrapping) in isl_space_check_domain_is_wrapping()
160 isl_bool wrapping; in isl_space_check_range_is_wrapping() local
162 wrapping = isl_space_range_is_wrapping(space); in isl_space_check_range_is_wrapping()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DCMS_add1_recipient_cert.pod36 wrapping algorithm B<nid>, identifier B<id> of length B<idlen> and optional
56 Currently only AES based key wrapping algorithms are supported for B<nid>,
H A DBIO_s_file.pod52 BIO_new_fp() creates a file BIO wrapping B<stream>. Flags can be:
73 When wrapping stdout, stdin or stderr the underlying stream should not
/netbsd-src/tests/lib/libcurses/tests/
H A Daddchstr10 # check wrapping (should not wrap)
H A Dmvaddwstr16 # test wrapping
H A Daddwstr16 # test wrapping
H A Dmvaddnwstr16 # test wrapping
H A Daddnwstr16 # test wrapping
H A Dmvwaddwstr17 # test wrapping
H A Dwaddwstr17 # test wrapping
H A Dwaddnwstr17 # test wrapping
H A Dmvwaddnwstr19 # test wrapping
H A Dwecho_wchar16 # test for wrapping
H A Dwadd_wch18 # test for wrapping
H A Doverwrite9 # last character cannot be there due to wrapping
H A Decho_wchar34 # test for wrapping
H A Dadd_wch40 # test for wrapping
/netbsd-src/external/ibm-public/postfix/dist/examples/qmail-local/
H A Dqmail-local.txt6 postqmail-local looks like this (minus some mailer wrapping):
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgettimeofday.m434 not worth wrapping this to get a compliant signature. */

12345678910>>...13