Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp102 ASTImporter Reverse; member in __anon1b86a8e90111::LazyASTImporter
121 Reverse(S.getASTContext(), S.getFileManager(), ToContext, ToFileManager, in LazyASTImporter()
244 ASTImporter &GetReverse() { return Reverse; } in GetReverse()
291 ASTImporter &Reverse = in ForEachMatchingDC() local
293 if (auto SourceDC = LookupSameContext(SourceTU, DC, Reverse)) { in ForEachMatchingDC()
295 if (Callback(*Importer, Reverse, SourceDC)) in ForEachMatchingDC()
310 ForEachMatchingDC(Tag, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType()
328 Interface, [&](ASTImporter &Forward, ASTImporter &Reverse, in CompleteType() argument
349 [&](ASTImporter &Forward, ASTImporter &Reverse, in CanComplete() argument
372 ASTImporter &Reverse = Importer.GetReverse(); in MaybeRecordOrigin() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp53 typename String::value_type Max_E_Val, bool Reverse, \
57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc>
72 bool Reverse = false,
84 reverse = Reverse
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp53 typename String::value_type Max_E_Val, bool Reverse, \
57 trie_string_access_traits<String, Min_E_Val,Max_E_Val,Reverse,_Alloc>
72 bool Reverse = false,
84 reverse = Reverse
88 typedef typename detail::__conditional_type<Reverse, \
130 static detail::integral_constant<int, Reverse> s_rev_ind;
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DIANA-arp-parameters11 The Reverse Address Resolution Protocol (RARP) specified in [RFC903]
12 uses the "Reverse" codes below.
16 The Dynamic Reverse Address Resolution Protocol (DRARP) uses the
31 3 request Reverse [RFC903]
32 4 reply Reverse [RFC903]
97 Reverse Address Resolution Protocol", STD 38, RFC 903,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h584 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup() argument
585 : Factor(Factor), Reverse(Reverse), Alignment(Alignment), in InterleaveGroup()
593 Reverse = Stride < 0; in InterleaveGroup()
597 bool isReverse() const { return Reverse; } in isReverse()
698 bool Reverse; variable
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample1b.rst3 Reverse DNS lookup
6 Reverse DNS lookup involves determining the hostname associated with a given IP
/netbsd-src/external/gpl2/groff/dist/font/devps/
H A Ddownload5 ZapfDingbats-Reverse zapfdr.pfa
H A DZDR2 internalname ZapfDingbats-Reverse
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DSetTheory.cpp125 const bool Reverse; member
127 RotOp(bool Rev) : Reverse(Rev) {} in RotOp()
131 if (Reverse) in apply2()
/netbsd-src/external/mpl/dhcp/dist/contrib/ms2isc/
H A Dms2isc.pl216 my ($Reverse);
220 $Reverse = $1;
221 print $outfile "zone $Reverse.in-addr.arpa. {\n";
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp45 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp45 detail::integral_constant<int, Reverse> PB_DS_CLASS_C_DEC::s_rev_ind;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d690 template Reverse(TList...) in Reverse() function
694 alias Reverse = TList; in Reverse() local
698 alias Reverse = in Reverse() local
700 Reverse!(TList[$/2 .. $ ]), in Reverse()
701 Reverse!(TList[ 0 .. $/2])); in Reverse()
710 alias TL = Reverse!(Types);
H A Dfunctional.d540 if (is(typeof(pred(Reverse!args)))) in reverseArgs()
542 return pred(Reverse!args); in reverseArgs()
947 alias pipe(fun...) = compose!(Reverse!(fun));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d560 template Reverse(args...) in Reverse() function
562 alias Reverse = AliasSeq!(); in Reverse() local
564 Reverse = AliasSeq!(Reverse, arg); in Reverse()
572 alias TL = Reverse!(Types);
H A Dfunctional.d66 import std.meta : AliasSeq, Reverse;
565 if (is(typeof(pred(Reverse!args)))) in reverseArgs()
567 return pred(Reverse!args); in reverseArgs()
1269 alias pipe(fun...) = compose!(Reverse!(fun));
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/res/
H A Dpbsdboot.rc137 CONTROL "Reverse Video",IDC_REVERSEVIDEO,"Button",
/netbsd-src/sys/arch/hpc/stand/hpcboot/res/
H A Dhpcmenu.rc117 AUTOCHECKBOX "Reverse Video", IDC_OPT_VIDEO, 5, 14, 80, 12
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCWin64EH.cpp548 bool Reverse) { in simplifyOpcodes() argument
600 if (Reverse) { in simplifyOpcodes()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h411 CallingContext *Ctx, bool Reverse = false);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-namedisplay-options.pod145 Reverse the fields of the DN as required by RFC 2253.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp480 CallingContext *Ctx, bool Reverse) { in translateBinOp() argument
483 if (Reverse) in translateBinOp()
/netbsd-src/external/nvidia-firmware/nouveau/dist/
H A DLICENCE.nvidia52 No Reverse Engineering. Customer may not reverse engineer,
/netbsd-src/external/nvidia-firmware/tegra/dist/
H A DLICENCE.nvidia52 No Reverse Engineering. Customer may not reverse engineer,
/netbsd-src/external/nvidia-firmware/gm20x/dist/
H A DLICENCE.nvidia52 No Reverse Engineering. Customer may not reverse engineer,

12345678910>>...12