Home
last modified time | relevance | path

Searched refs:wraps (Results 1 – 25 of 146) sorted by relevance

123456

/netbsd-src/external/mit/isl/dist/
H A Disl_coalesce.c1182 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 Dtests.cpp122 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 Dt-libf735 # The _m_ wraps are added by t-libf7-math
49 $(libf7)/f7-wraps.h: $(libf7)/f7wraps.sh \
H A Df7renames.sh25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
H A DChangeLog51 * f7-wraps.h: New generated file.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dt-libf735 # The _m_ wraps are added by t-libf7-math
49 $(libf7)/f7-wraps.h: $(libf7)/f7wraps.sh \
H A Df7renames.sh25 Used by: libf7.c, libf7.h, libf7-asm.sx, f7-wraps.h.
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dlargefile.m41 # 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__.py115 @functools.wraps(function)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DUI_UTIL_read_pw.pod31 B<UI_METHOD> that wraps a given PEM password callback B<cb>.
H A DEC_KEY_new.pod70 wraps calls to EC_KEY_new() and EC_GROUP_new_by_curve_name().
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DUI_UTIL_read_pw.pod31 B<UI_METHOD> that wraps a given PEM password callback B<cb>.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Schedule.td77 // 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 DThreadingSupportAPI.rst14 other. To address this libc++ wraps the underlying threading API in a new and
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A DTODO71 * line wraps)
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst86 chapter wraps up the series by discussing ways to extend the language
/netbsd-src/external/bsd/am-utils/dist/
H A DREADME.sun2amd75 A naming server that wraps a number of other naming service
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dupdate.c918 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 Dupdate.c908 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 Dprocesses.rst120 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

123456