| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_coalesce.c | 1182 static isl_stat wraps_update_max(struct isl_wraps *wraps, in wraps_update_max() argument 1198 if (isl_int_abs_gt(max_k, wraps->max)) in wraps_update_max() 1199 isl_int_set(wraps->max, max_k); in wraps_update_max() 1207 if (isl_int_abs_gt(max_k, wraps->max)) in wraps_update_max() 1208 isl_int_set(wraps->max, max_k); in wraps_update_max() 1222 static isl_stat wraps_init(struct isl_wraps *wraps, __isl_take isl_mat *mat, in wraps_init() argument 1227 wraps->failed = 0; in wraps_init() 1228 wraps->bound = 0; in wraps_init() 1229 wraps->mat = mat; in wraps_init() 1232 wraps->mat->n_row = 0; in wraps_init() [all …]
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/ |
| H A D | tests.cpp | 122 static std::map< atf_tc_t*, impl::tc* > wraps; variable 145 std::map< atf_tc_t*, impl::tc* >::iterator iter = wraps.find(tc); in wrap_head() 146 INV(iter != wraps.end()); in wrap_head() 184 wraps.erase(&pimpl->m_tc); in ~tc() 204 wraps[&pimpl->m_tc] = this; in init()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
| H A D | t-libf7 | 35 # The _m_ wraps are added by t-libf7-math 49 $(libf7)/f7-wraps.h: $(libf7)/f7wraps.sh \
|
| H A D | f7renames.sh | 25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
|
| H A D | ChangeLog | 51 * f7-wraps.h: New generated file.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
| H A D | t-libf7 | 35 # The _m_ wraps are added by t-libf7-math 49 $(libf7)/f7-wraps.h: $(libf7)/f7wraps.sh \
|
| H A D | f7renames.sh | 25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | largefile.m4 | 1 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| H A D | __init__.py | 115 @functools.wraps(function)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | UI_UTIL_read_pw.pod | 31 B<UI_METHOD> that wraps a given PEM password callback B<cb>.
|
| H A D | EC_KEY_new.pod | 70 wraps calls to EC_KEY_new() and EC_GROUP_new_by_curve_name().
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | UI_UTIL_read_pw.pod | 31 B<UI_METHOD> that wraps a given PEM password callback B<cb>.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 77 // Multiclass that wraps X86FoldableSchedWrite for each vector width. 89 // Multiclass that wraps X86SchedWriteWidths for each fp vector type. 96 // Multiclass that wraps move/load/store triple for a vector width. 105 // Multiclass that wraps masked load/store writes for a vector width. 111 // Multiclass that wraps X86SchedWriteMoveLS for each vector width.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | ThreadingSupportAPI.rst | 14 other. To address this libc++ wraps the underlying threading API in a new and
|
| /netbsd-src/external/bsd/nvi/dist/motif_l/ |
| H A D | TODO | 71 * line wraps)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | index.rst | 86 chapter wraps up the series by discussing ways to extend the language
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | README.sun2amd | 75 A naming server that wraps a number of other naming service
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | update.c | 918 unsigned int wraps = 0; in next_active() local 941 wraps++; in next_active() 942 if (wraps == 2) { in next_active()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | update.c | 908 unsigned int wraps = 0; 931 wraps++; in next_active() 932 if (wraps == 2) { in next_active() 917 unsigned int wraps = 0; next_active() local
|
| /netbsd-src/external/mit/libuv/dist/docs/src/guide/ |
| H A D | processes.rst | 120 libuv wraps the standard ``kill(2)`` system call on Unix and implements one 380 The ``child_worker`` structure wraps the process, and the pipe between the
|