Searched refs:Poly (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | polyml | 16 # Type: Poly/ML saved data 19 0 string POLYSAVE Poly/ML saved state 22 0 string POLYMODU Poly/ML saved module
|
| H A D | audio | 469 44 string PTMF Poly Tracker PTM Module
|
| /freebsd/sys/crypto/openssl/powerpc64/ |
| H A D | aes-gcm-ppc.S | 104 # H Poly = v2 138 # sum hash and reduction with H Poly 154 # sum hash and reduction with H Poly 194 # sum hash and reduction with H Poly 210 # sum hash and reduction with H Poly 256 # H Poly = v2
|
| /freebsd/sys/crypto/openssl/powerpc64le/ |
| H A D | aes-gcm-ppc.S | 104 # H Poly = v2 138 # sum hash and reduction with H Poly 154 # sum hash and reduction with H Poly 194 # sum hash and reduction with H Poly 210 # sum hash and reduction with H Poly 256 # H Poly = v2
|
| /freebsd/sys/crypto/openssl/powerpc/ |
| H A D | aes-gcm-ppc.S | 104 # H Poly = v2 138 # sum hash and reduction with H Poly 154 # sum hash and reduction with H Poly 194 # sum hash and reduction with H Poly 210 # sum hash and reduction with H Poly 256 # H Poly = v2
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_MAC-Poly1305.pod | 54 The OpenSSL implementation of the Poly 1305 MAC corresponds to RFC 7539.
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 425 static void mergePolyMatchers(const PolyMatcher &Poly, 430 static void mergePolyMatchers(const PolyMatcher &Poly, 432 Out.push_back(ast_matchers::internal::Matcher<typename TypeList::head>(Poly)); 433 mergePolyMatchers(Poly, Out, typename TypeList::tail());
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 149 enum TypeKind { Void, Float, SInt, UInt, Poly, BFloat16, MFloat8, FPM }; enumerator 190 bool isPoly() const { return Kind == Poly; } in isPoly() 790 T.Kind = Poly; in fromTypedefName() 859 Kind = Poly; in applyTypespec() 933 Kind = Poly; in applyModifiers()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 586 list<Type> Poly = [u8, u16]; // Actually p8 and p16
|
| H A D | arm_mve.td | 130 let params = T.Poly, overrideKindLetter = "p" in { 502 let params = T.Poly, overrideKindLetter = "p" in {
|