Home
last modified time | relevance | path

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

1234567

/netbsd/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/external/gpl3/gdb/dist/ld/testsuite/ld-checks/
H A Dover.d4 #error: .* section .text VMA wraps around address space
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-checks/
H A Dover.d4 #error: .* section .text VMA wraps around address space
/netbsd/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 DChangeLog47 * f7-wraps.h: New generated file.
/netbsd/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/external/gpl3/binutils.old/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/gpl3/gcc.old/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/gpl3/gdb/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/gpl3/binutils/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/gpl3/gdb.old/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/gpl3/gcc/dist/config/
H A Dlargefile.m41 # This macro wraps AC_SYS_LARGEFILE with one exception for Solaris.
/netbsd/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A D__init__.py115 @functools.wraps(function)
/netbsd/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/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/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/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/external/bsd/nvi/dist/motif_l/
H A DTODO71 * line wraps)
/netbsd/external/bsd/am-utils/dist/
H A DREADME.sun2amd75 A naming server that wraps a number of other naming service
/netbsd/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/external/mpl/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/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

1234567