Searched refs:Permutation (Results 1 – 10 of 10) sorted by relevance
/third_party/rust/crates/nom/src/branch/ |
D | mod.rs | 56 pub trait Permutation<I, O, E> { trait 106 pub fn permutation<I: Clone, O, E: ParseError<I>, List: Permutation<I, O, E>>( in permutation() 195 > Permutation<Input, ( $($ty),+ ), Error> for ( $($name),+ ) { 208 return Err(Err::Error(Error::append(input, ErrorKind::Permutation, err)));
|
D | tests.rs | 135 ErrorKind::Permutation, in permutation_test()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
D | permutate.go | 52 type Permutation struct { struct 59 func (p *Permuter) Permute(overload *sem.Overload) ([]Permutation, error) { 67 out := []Permutation{} 104 out = append(out, Permutation{
|
D | generate.go | 139 func (g *generator) permute(overload *sem.Overload) ([]Permutation, error) {
|
/third_party/skia/third_party/externals/tint/test/intrinsics/ |
D | intrinsics.wgsl.tmpl | 17 the Permutation macro defined below */ -}} 19 {{- $content := Eval "Permutation" . -}} 27 {{- define "Permutation" -}}
|
/third_party/rust/crates/nom/src/ |
D | error.rs | 410 Permutation, enumerator 469 ErrorKind::Permutation => 64, in error_to_u32() 531 ErrorKind::Permutation => "Permutation", in description()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrVSX.td | 886 // Permutation Instructions
|
/third_party/libexif/po/ |
D | fr.po | 416 msgstr "Permutation de couleur"
|
/third_party/node/deps/openssl/openssl/ |
D | CHANGES.md | 6433 improvements. Vector Permutation AES for Altivec is also added. 8021 * Fix SEGV in Vector Permutation AES module observed in OpenSSH.
|
/third_party/openssl/ |
D | CHANGES.md | 6255 improvements. Vector Permutation AES for Altivec is also added. 7843 * Fix SEGV in Vector Permutation AES module observed in OpenSSH.
|