Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dtdes_ecb.txt6 Operation: ENCRYPT
12 Operation: ENCRYPT
18 Operation: ENCRYPT
24 Operation: ENCRYPT
30 Operation: ENCRYPT
36 Operation: ENCRYPT
42 Operation: ENCRYPT
48 Operation: ENCRYPT
54 Operation: ENCRYPT
60 Operation: ENCRYPT
[all …]
Daes_256_cbc.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: DECRYPT
48 Operation: DECRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Daes_256_ctr.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: DECRYPT
48 Operation: DECRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Daes_128_cbc.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: ENCRYPT
48 Operation: ENCRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Daes_128_ctr.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: ENCRYPT
48 Operation: ENCRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Daes_192_cbc.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: ENCRYPT
48 Operation: DECRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Daes_192_ctr.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: ENCRYPT
48 Operation: DECRYPT
55 Operation: DECRYPT
62 Operation: DECRYPT
69 Operation: DECRYPT
[all …]
Dtdes_cbc.txt6 Operation: ENCRYPT
13 Operation: ENCRYPT
20 Operation: ENCRYPT
27 Operation: ENCRYPT
34 Operation: ENCRYPT
41 Operation: ENCRYPT
48 Operation: ENCRYPT
55 Operation: ENCRYPT
62 Operation: ENCRYPT
69 Operation: ENCRYPT
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dop_queue.hpp22 template <typename Operation>
28 template <typename Operation>
29 static Operation* next(Operation* o) in next()
31 return static_cast<Operation*>(o->next_); in next()
40 template <typename Operation>
41 static void destroy(Operation* o) in destroy()
46 template <typename Operation>
47 static Operation*& front(op_queue<Operation>& q) in front()
52 template <typename Operation>
53 static Operation*& back(op_queue<Operation>& q) in back()
[all …]
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp224 ArchiveOperation Operation; in parseCommandLine() local
230 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine()
231 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine()
232 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine()
233 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine()
234 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine()
235 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine()
236 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
287 Operation = CreateSymTab; in parseCommandLine()
301 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad.cc42 Status PackGrad(const Scope& scope, const Operation& op, in PackGrad()
59 Status UnpackGrad(const Scope& scope, const Operation& op, in UnpackGrad()
69 Status IdentityGrad(const Scope& scope, const Operation& op, in IdentityGrad()
77 Status RefIdentityGrad(const Scope& scope, const Operation& op, in RefIdentityGrad()
85 Status QuantizeAndDequantizeGrad(const Scope& scope, const Operation& op, in QuantizeAndDequantizeGrad()
93 Status QuantizeAndDequantizeV2Grad(const Scope& scope, const Operation& op, in QuantizeAndDequantizeV2Grad()
103 Status QuantizeAndDequantizeV3Grad(const Scope& scope, const Operation& op, in QuantizeAndDequantizeV3Grad()
114 Status SplitGrad(const Scope& scope, const Operation& op, in SplitGrad()
123 Status DiagGrad(const Scope& scope, const Operation& op, in DiagGrad()
131 Status DiagPartGrad(const Scope& scope, const Operation& op, in DiagPartGrad()
[all …]
Dmath_grad.cc55 Status AbsGrad(const Scope& scope, const Operation& op, in AbsGrad()
64 Status NegGrad(const Scope& scope, const Operation& op, in NegGrad()
73 Status InvGrad(const Scope& scope, const Operation& op, in InvGrad()
84 Status SquareGrad(const Scope& scope, const Operation& op, in SquareGrad()
97 Status SqrtGrad(const Scope& scope, const Operation& op, in SqrtGrad()
107 Status RsqrtGrad(const Scope& scope, const Operation& op, in RsqrtGrad()
117 Status ExpGrad(const Scope& scope, const Operation& op, in ExpGrad()
129 Status Expm1Grad(const Scope& scope, const Operation& op, in Expm1Grad()
142 Status LogGrad(const Scope& scope, const Operation& op, in LogGrad()
155 Status Log1pGrad(const Scope& scope, const Operation& op, in Log1pGrad()
[all …]
Dnn_grad.cc27 Status SoftmaxGrad(const Scope& scope, const Operation& op, in SoftmaxGrad()
50 Status LogSoftmaxGrad(const Scope& scope, const Operation& op, in LogSoftmaxGrad()
62 Status ReluGradHelper(const Scope& scope, const Operation& op, in ReluGradHelper()
71 Status Relu6GradHelper(const Scope& scope, const Operation& op, in Relu6GradHelper()
80 Status EluGradHelper(const Scope& scope, const Operation& op, in EluGradHelper()
89 Status SeluGradHelper(const Scope& scope, const Operation& op, in SeluGradHelper()
98 Status L2LossGrad(const Scope& scope, const Operation& op, in L2LossGrad()
106 Status BiasAddGradHelper(const Scope& scope, const Operation& op, in BiasAddGradHelper()
121 Status Conv2DGrad(const Scope& scope, const Operation& op, in Conv2DGrad()
151 Status MaxPoolGradHelper(const Scope& scope, const Operation& op, in MaxPoolGradHelper()
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DOperationTest.java38 Operation op = in outputListLengthFailsOnInvalidName()
56 Operation op1; in operationEquality()
59 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationEquality()
60 Operation op3 = new Operation(g, op1.getUnsafeNativeHandle()); in operationEquality()
61 Operation op4 = g.operation("op1"); in operationEquality()
73 Operation newOp1 = TestUtil.constant(g, "op1", 1).op(); in operationEquality()
81 Operation op1 = TestUtil.constant(g, "op1", 1).op(); in operationCollection()
82 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationCollection()
83 Operation op3 = new Operation(g, op1.getUnsafeNativeHandle()); in operationCollection()
84 Operation op4 = g.operation("op1"); in operationCollection()
[all …]
/external/llvm/include/llvm/MC/
DMCDwarf.h346 OpType Operation;
356 : Operation(Op), Label(L), Register(R), Offset(O), in MCCFIInstruction()
362 : Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction()
461 OpType getOperation() const { return Operation; } in getOperation()
465 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
466 Operation == OpRestore || Operation == OpUndefined || in getRegister()
467 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister()
468 Operation == OpRelOffset || Operation == OpRegister); in getRegister()
473 assert(Operation == OpRegister); in getRegister2()
478 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
[all …]
/external/nos/host/android/hals/keymaster/
Dbuffer.cpp44 class Operation { class
46 Operation(Algorithm algorithm) : _algorithm(algorithm), _buffer{} { in Operation() function in android::hardware::keymaster::Operation
114 static map<uint64_t, Operation> buffer_map;
115 typedef map<uint64_t, Operation>::iterator buffer_item;
128 pair<uint64_t, Operation>(handle, Operation(algorithm))); in buffer_begin()
138 const Operation &op = buffer_map.find(handle)->second; in buffer_remaining()
151 Operation *op = &buffer_map.find(handle)->second; in buffer_append()
164 Operation *op = &buffer_map.find(handle)->second; in buffer_peek()
176 Operation *op = &buffer_map.find(handle)->second; in buffer_advance()
187 Operation *op = &buffer_map.find(handle)->second; in buffer_final()
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td233 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
240 let Inst{25-21} = Operation.Value;
245 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst {
252 let Inst{25-21} = Operation.Value;
257 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst {
265 let Inst{20-16} = Operation.Value;
269 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst {
277 let Inst{20-19} = Operation.Value;
281 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst {
289 let Inst{20-18} = Operation.Value;
[all …]
/external/deqp/framework/common/
DtcuThreadUtil.hpp129 class Operation class
132 Operation (const char* name);
133 virtual ~Operation (void);
149 Operation (const Operation&);
150 Operation& operator= (const Operation&);
173 void addOperation (Operation* operation);
194 std::vector<Operation*> m_operations;
221 class CompareData : public Operation
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DGraph.java71 public Operation operation(String name) { in operation()
77 return new Operation(this, oph); in operation()
87 public Iterator<Operation> operations() { in operations()
194 private static final class OperationIterator implements Iterator<Operation> {
212 this.operation = new Operation(this.graph, nativeReturn[0]); in advance()
226 public Operation next() { in next()
227 Operation rhett = this.operation; in next()
238 private Operation operation;
DSession.java142 Operation op = operationByName(operation); in feed()
181 Operation op = operationByName(operation); in fetch()
198 Operation op = operationByName(operation); in addTarget()
208 public Runner addTarget(Operation operation) { in addTarget()
291 for (Operation op : targets) { in runHelper()
353 private Operation operationByName(String opName) { in operationByName()
354 Operation op = graph.operation(opName); in operationByName()
379 private ArrayList<Operation> targets = new ArrayList<Operation>();
/external/tensorflow/tensorflow/cc/framework/
Dops.cc21 Operation::Operation(Node* n) : inputs_(GetInputs(n)), node_(n) {} in Operation() function in tensorflow::Operation
23 Output Operation::input(int32 i) const { in input()
40 Output Operation::output(int32 i) const { in output()
47 uint64 Operation::hash(int32 index) const { in hash()
52 Operation::Inputs Operation::GetInputs(Node* node) { in GetInputs()
53 Operation::Inputs inputs; in GetInputs()
/external/boringssl/src/crypto/cipher_extra/test/
Dcipher_tests.txt112 Operation = ENCRYPT
120 Operation = ENCRYPT
230 Operation = ENCRYPT
237 Operation = ENCRYPT
244 Operation = ENCRYPT
251 Operation = ENCRYPT
258 Operation = ENCRYPT
265 Operation = ENCRYPT
273 Operation = ENCRYPT
469 Operation = ENCRYPT
[all …]
/external/tensorflow/tensorflow/go/
Doperation.go26 type Operation struct { struct
34 func (op *Operation) Name() string { argument
39 func (op *Operation) Type() string { argument
44 func (op *Operation) NumOutputs() int { argument
55 func (op *Operation) OutputListSize(output string) (int, error) { argument
64 func (op *Operation) Output(i int) Output { argument
74 Op *Operation
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp188 ArchiveOperation Operation = NoOperation; in parseCommandLine() local
192 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine()
193 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine()
194 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine()
195 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine()
196 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine()
197 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine()
198 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
252 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
255 if (RecurseDirectories && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCWin64EH.h31 OpType Operation;
37 : Operation(Op), Label(L), Offset(0), Register(Reg) { in MCWin64EHInstruction()
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall), in MCWin64EHInstruction()
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) { in MCWin64EHInstruction()
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) { in MCWin64EHInstruction()
55 OpType getOperation() const { return Operation; } in getOperation()

12345678910>>...15