Home
last modified time | relevance | path

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

12345678910>>...18

/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_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_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_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_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 …]
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 …]
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/v8/src/runtime/
Druntime-bigint.cc20 bool result = ComparisonResultToBool(static_cast<Operation>(mode->value()), in RUNTIME_FUNCTION()
31 bool result = ComparisonResultToBool(static_cast<Operation>(mode->value()), in RUNTIME_FUNCTION()
43 ComparisonResultToBool(static_cast<Operation>(mode->value()), in RUNTIME_FUNCTION()
102 Operation op = static_cast<Operation>(opcode); in RUNTIME_FUNCTION()
112 case Operation::kAdd: in RUNTIME_FUNCTION()
115 case Operation::kSubtract: in RUNTIME_FUNCTION()
118 case Operation::kMultiply: in RUNTIME_FUNCTION()
121 case Operation::kDivide: in RUNTIME_FUNCTION()
124 case Operation::kModulus: in RUNTIME_FUNCTION()
127 case Operation::kExponentiate: in RUNTIME_FUNCTION()
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-reduce.hpp539 class Operation = operators::detail::first<SValue>,
540 class Seed = decltype(Operation::seed()),
541 class Accumulator = Operation,
542 class ResultSelector = Operation,
549 return Result(Reduce(o.take(1), Operation{}, Operation{}, Operation::seed())); in member()
565 class Operation = operators::detail::last<SValue>,
566 class Seed = decltype(Operation::seed()),
567 class Accumulator = Operation,
568 class ResultSelector = Operation,
574 … return Result(Reduce(std::forward<Observable>(o), Operation{}, Operation{}, Operation::seed())); in member()
[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 FillGrad(const Scope& scope, const Operation& op, in FillGrad()
141 Status DiagGrad(const Scope& scope, const Operation& op, in DiagGrad()
[all …]
Dmath_grad.cc56 Status AbsGrad(const Scope& scope, const Operation& op, in AbsGrad()
65 Status NegGrad(const Scope& scope, const Operation& op, in NegGrad()
74 Status InvGrad(const Scope& scope, const Operation& op, in InvGrad()
85 Status SquareGrad(const Scope& scope, const Operation& op, in SquareGrad()
98 Status SqrtGrad(const Scope& scope, const Operation& op, in SqrtGrad()
108 Status RsqrtGrad(const Scope& scope, const Operation& op, in RsqrtGrad()
118 Status ExpGrad(const Scope& scope, const Operation& op, in ExpGrad()
130 Status Expm1Grad(const Scope& scope, const Operation& op, in Expm1Grad()
143 Status LogGrad(const Scope& scope, const Operation& op, in LogGrad()
156 Status Log1pGrad(const Scope& scope, const Operation& op, in Log1pGrad()
[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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp237 ArchiveOperation Operation; in parseCommandLine() local
243 case 'd': ++NumOperations; Operation = Delete; break; in parseCommandLine()
244 case 'm': ++NumOperations; Operation = Move ; break; in parseCommandLine()
245 case 'p': ++NumOperations; Operation = Print; break; in parseCommandLine()
246 case 'q': ++NumOperations; Operation = QuickAppend; break; in parseCommandLine()
247 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break; in parseCommandLine()
248 case 't': ++NumOperations; Operation = DisplayTable; break; in parseCommandLine()
249 case 'x': ++NumOperations; Operation = Extract; break; in parseCommandLine()
300 Operation = CreateSymTab; in parseCommandLine()
314 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
[all …]
/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
50 func (op *Operation) Device() string { argument
61 func (op *Operation) OutputListSize(output string) (int, error) { argument
70 func (op *Operation) Output(i int) Output { argument
75 func (op *Operation) NumInputs() int { argument
85 Op *Operation
151 Op: &Operation{
[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/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()
217 Operation op = new Operation(this, dyHandlesAndIndices[i]); in addGradients()
289 Operation op = new Operation(subgraph, inputHandles[i]); in buildSubgraph()
294 Operation op = new Operation(subgraph, outputHandles[i]); in buildSubgraph()
340 Operation op = new Operation(this, outputHandlesAndIndices[i]); in whileLoop()
396 private static final class OperationIterator implements Iterator<Operation> {
414 this.operation = new Operation(this.graph, nativeReturn[0]); in advance()
428 public Operation next() { in next()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp23 typedef std::vector<DWARFExpression::Operation::Description> DescVector;
27 typedef DWARFExpression::Operation Op; in getDescriptions()
102 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) { in getOpDesc()
115 bool DWARFExpression::Operation::extract(DataExtractor Data, uint16_t Version, in extract()
120 if (Desc.Version == Operation::DwarfNA) { in extract()
127 unsigned Signed = Size & Operation::SignBit; in extract()
129 if (Size == Operation::SizeNA) in extract()
132 switch (Size & ~Operation::SignBit) { in extract()
133 case Operation::Size1: in extract()
138 case Operation::Size2: in extract()
[all …]
/external/nos/host/android/hals/keymaster/
Dbuffer.cpp45 class Operation { class
47 Operation(Algorithm algorithm) : _algorithm(algorithm), _buffer{} { in Operation() function in android::hardware::keymaster::Operation
122 static map<uint64_t, Operation> buffer_map;
123 typedef map<uint64_t, Operation>::iterator buffer_item;
136 pair<uint64_t, Operation>(handle, Operation(algorithm))); in buffer_begin()
146 const Operation &op = buffer_map.find(handle)->second; in buffer_remaining()
159 Operation *op = &buffer_map.find(handle)->second; in buffer_append()
172 Operation *op = &buffer_map.find(handle)->second; in buffer_peek()
184 Operation *op = &buffer_map.find(handle)->second; in buffer_advance()
195 Operation *op = &buffer_map.find(handle)->second; in buffer_final()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCDwarf.h437 OpType Operation;
447 : Operation(Op), Label(L), Register(R), Offset(O), in MCCFIInstruction()
453 : Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction()
552 OpType getOperation() const { return Operation; } in getOperation()
556 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister()
557 Operation == OpRestore || Operation == OpUndefined || in getRegister()
558 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister()
559 Operation == OpRelOffset || Operation == OpRegister); in getRegister()
564 assert(Operation == OpRegister); in getRegister2()
569 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset()
[all …]

12345678910>>...18