| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_camellia.txt | 36 Operation = ENCRYPT 42 Operation = ENCRYPT 48 Operation = ENCRYPT 218 Operation = ENCRYPT 226 Operation = ENCRYPT 234 Operation = ENCRYPT 242 Operation = ENCRYPT 252 Operation = DECRYPT 260 Operation = DECRYPT 268 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_wrap.txt | 52 Operation = DECRYPT 76 Operation = DECRYPT 82 Operation = DECRYPT 88 Operation = DECRYPT 94 Operation = DECRYPT 101 Operation = DECRYPT 108 Operation = DECRYPT 133 Operation = DECRYPT 139 Operation = DECRYPT 146 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_ccm_cavs.txt | 28 Operation = DECRYPT 38 Operation = DECRYPT 48 Operation = DECRYPT 66 Operation = DECRYPT 76 Operation = DECRYPT 86 Operation = DECRYPT 96 Operation = DECRYPT 106 Operation = DECRYPT 116 Operation = DECRYPT 150 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_common.txt | 20 Operation = ENCRYPT 28 Operation = ENCRYPT 37 Operation = ENCRYPT 291 Operation = ENCRYPT 299 Operation = ENCRYPT 307 Operation = ENCRYPT 315 Operation = ENCRYPT 324 Operation = DECRYPT 332 Operation = DECRYPT 340 Operation = DECRYPT [all …]
|
| H A D | evpciph_seed.txt | 32 Operation = DECRYPT 39 Operation = DECRYPT 46 Operation = DECRYPT 53 Operation = DECRYPT 60 Operation = ENCRYPT 67 Operation = ENCRYPT 74 Operation = ENCRYPT 81 Operation = ENCRYPT
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.cpp | 21 typedef DWARFExpression::Operation Op; 144 bool DWARFExpression::Operation::extract(DataExtractor Data, in extract() 151 if (Desc.Version == Operation::DwarfNA) in extract() 158 unsigned Signed = Size & Operation::SignBit; in extract() 160 switch (Size & ~Operation::SignBit) { in extract() 161 case Operation::SizeSubOpLEB: in extract() 165 if (Desc.Version == Operation::DwarfNA) in extract() 167 assert(Desc.Op[Operand] == Operation::SizeSubOpLEB && in extract() 170 case Operation::Size1: in extract() 175 case Operation::Size2: in extract() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 552 OpType Operation; variable 559 : Label(L), Operation(Op), Loc(Loc), Values(V.begin(), V.end()), in Label() 565 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction() 571 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction() 577 : Label(L), Operation(Op), Loc(Loc) { in MCCFIInstruction() 720 OpType getOperation() const { return Operation; } in getOperation() 724 if (Operation == OpRegister) in getRegister() 726 if (Operation == OpLLVMDefAspaceCfa) in getRegister() 728 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 729 Operation == OpRestore || Operation == OpUndefined || in getRegister() [all …]
|
| H A D | MCWinEH.h | 27 unsigned Operation; member 30 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction() 36 Operation == I.Operation;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 259 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst { 266 let Inst{25-21} = Operation.Value; 271 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst { 278 let Inst{25-21} = Operation.Value; 283 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst { 291 let Inst{20-16} = Operation.Value; 295 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst { 303 let Inst{20-19} = Operation.Value; 307 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst { 315 let Inst{20-18} = Operation.Value; [all …]
|
| H A D | MipsEVAInstrFormats.td | 60 class SPECIAL3_EVA_LOAD_STORE_FM<OPCODE6 Operation> : MipsEVAInst { 73 let Inst{5-0} = Operation.Value; 76 class TLB_FM<OPCODE6 Operation> : MipsEVAInst { 82 let Inst{5-0} = Operation.Value;
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenModule.h | 115 mlir::Operation *lastGlobalOp = nullptr; 119 mlir::Operation *getGlobalValue(llvm::StringRef ref); 143 mlir::Operation *insertPoint = nullptr); 183 void setCommonAttributes(GlobalDecl gd, mlir::Operation *op); 251 mlir::Operation * 259 void emitAliasForGlobal(llvm::StringRef mangledName, mlir::Operation *op, 266 void setGlobalVisibility(mlir::Operation *op, const NamedDecl *d) const; 267 void setDSOLocal(mlir::Operation *op) const; 272 void setGVProperties(mlir::Operation *op, const NamedDecl *d) const; 273 void setGVPropertiesAux(mlir::Operation *op, const NamedDecl *d) const; [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 328 ArchiveOperation Operation; in parseCommandLine() local 336 Operation = Delete; in parseCommandLine() 340 Operation = Move; in parseCommandLine() 344 Operation = Print; in parseCommandLine() 348 Operation = QuickAppend; in parseCommandLine() 352 Operation = ReplaceOrInsert; in parseCommandLine() 356 Operation = DisplayTable; in parseCommandLine() 360 Operation = Extract; in parseCommandLine() 443 Operation = CreateSymTab; in parseCommandLine() 457 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() [all …]
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | kadm_err.et | 7 error_code KADM5_FAILURE, "Operation failed for unspecified reason" 8 error_code KADM5_AUTH_GET, "Operation requires ``get'' privilege" 9 error_code KADM5_AUTH_ADD, "Operation requires ``add'' privilege" 10 error_code KADM5_AUTH_MODIFY, "Operation requires ``modify'' privilege" 11 error_code KADM5_AUTH_DELETE, "Operation requires ``delete'' privilege" 51 error_code KADM5_AUTH_LIST, "Operation requires ``list'' privilege" 52 error_code KADM5_AUTH_CHANGEPW, "Operation requires ``change-password'' privilege" 57 error_code KADM5_AUTH_SETKEY, "Operation requires ``set-key'' privilege" 67 error_code KADM5_AUTH_EXTRACT, "Operation requires ``extract-keys'' privilege" 69 error_code KADM5_AUTH_INITIAL, "Operation requires initial ticket"
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 262 template <class Operation> 264 : public unary_function<typename Operation::second_argument_type, 265 typename Operation::result_type> 268 Operation op; 269 typename Operation::first_argument_type value; 271 binder1st(const Operation& x, const typename Operation::first_argument_type y); 272 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons… 273 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons… 276 template <class Operation, class T> 277 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+… [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | functional | 260 template <class Operation> 262 : public unary_function<typename Operation::second_argument_type, 263 typename Operation::result_type> 266 Operation op; 267 typename Operation::first_argument_type value; 269 binder1st(const Operation& x, const typename Operation::first_argument_type y); 270 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons… 271 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons… 274 template <class Operation, class T> 275 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+… [all …]
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | kadm5_err.et | 11 error_code FAILURE, "Operation failed for unspecified reason" 12 error_code AUTH_GET, "Operation requires `get' privilege" 13 error_code AUTH_ADD, "Operation requires `add' privilege" 14 error_code AUTH_MODIFY, "Operation requires `modify' privilege" 15 error_code AUTH_DELETE, "Operation requires `delete' privilege" 55 error_code AUTH_LIST, "Operation requires `list' privilege" 56 error_code AUTH_CHANGEPW, "Operation requires `change-password' privilege"
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; enum 88 Operation Op; 91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() 112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter() 124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | LoweringPrepare.cpp | 24 void runOnOp(Operation *op); 29 void LoweringPreparePass::runOnOp(Operation *op) {} in runOnOp() 32 llvm::SmallVector<Operation *> opsToTransform; in runOnOperation()
|
| H A D | HoistAllocas.cpp | 37 mlir::Operation *insertPoint = &*entryBlock.begin(); in process() 65 llvm::SmallVector<Operation *, 16> ops; in runOnOperation() 67 Operation *op = getOperation(); in runOnOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpressionPrinter.cpp | 22 typedef DWARFExpression::Operation Op; 47 static bool printOp(const DWARFExpression::Operation *Op, raw_ostream &OS, in printOp() 70 unsigned Signed = Size & DWARFExpression::Operation::SignBit; in printOp() 72 if (Size == DWARFExpression::Operation::SizeSubOpLEB) { in printOp() 77 } else if (Size == DWARFExpression::Operation::BaseTypeRef && U) { in printOp() 85 } else if (Size == DWARFExpression::Operation::WasmLocationArg) { in printOp() 98 } else if (Size == DWARFExpression::Operation::SizeBlock) { in printOp() 171 const DWARFExpression::Operation &Op = *I; in printCompactDWARFExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 71 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes() 109 b2 = (inst.Operation & 0x0F); in EmitUnwindCode() 110 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode() 147 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode() 156 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode() 314 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo() 480 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in checkARM64Instructions() 508 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in ARM64CountOfUnwindCodes() 618 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in ARM64EmitUnwindCode() 795 int Op = inst.Operation - Win64EH::UOP_SaveAnyRegI; in ARM64EmitUnwindCode() [all …]
|
| /freebsd/lib/libc/nls/ |
| H A D | C.msg | 8 1 Operation not permitted 44 19 Operation not supported by device 78 36 Operation now in progress 80 37 Operation already in progress 96 45 Operation not supported 126 60 Operation timed out 176 85 Operation canceled
|
| H A D | de_DE.ISO8859-1.msg | 8 1 Operation nicht erlaubt 44 19 Die Operation wird von diesem Ger�t nicht unterst�tzt 78 36 Operation wird gerade ausgef�hrt 80 37 Operation wird bereits ausgef�hrt 96 45 Operation nicht unterst�tzt 176 85 Operation abgebrochen
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 18 // The operations are subclasses of Operation providing a list of DAGs, the 26 // The base Operation class. All operations must subclass this. 27 class Operation<list<dag> ops=[]> { 32 class Op<dag op> : Operation<[op]>; 33 // A shorter version of Operation - takes a list of DAGs. The last of these will 35 class LOp<list<dag> ops> : Operation<ops>; 180 def OP_NONE : Operation; 181 def OP_UNAVAILABLE : Operation { 267 class Inst <string n, string p, string t, Operation o, list<ImmCheck> ch = []>{ 274 Operation Operation = o; [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.h | 33 class Operation { 114 const Operation> { 118 Operation Op; 135 const Operation &operator*() const { return Op; }
|