| /freebsd-14.2/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_common.txt | 20 Operation = ENCRYPT 28 Operation = ENCRYPT 37 Operation = ENCRYPT 239 Operation = ENCRYPT 247 Operation = ENCRYPT 255 Operation = ENCRYPT 263 Operation = ENCRYPT 272 Operation = DECRYPT 280 Operation = DECRYPT 288 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_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
|
| H A D | evpciph_rc4_stitched.txt | 12 Operation = ENCRYPT 22 Operation = DECRYPT
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 22 typedef DWARFExpression::Operation Op; 167 case Operation::Size1: in extract() 172 case Operation::Size2: in extract() 177 case Operation::Size4: in extract() 182 case Operation::Size8: in extract() 185 case Operation::SizeAddr: in extract() 188 case Operation::SizeRefAddr: in extract() 194 case Operation::SizeLEB: in extract() 200 case Operation::BaseTypeRef: in extract() 219 case Operation::SizeBlock: in extract() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 507 OpType Operation; 662 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 663 Operation == OpRestore || Operation == OpUndefined || in getRegister() 664 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister() 665 Operation == OpRelOffset || Operation == OpRegister || in getRegister() 666 Operation == OpLLVMDefAspaceCfa); in getRegister() 671 assert(Operation == OpRegister); in getRegister2() 681 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset() 682 Operation == OpRelOffset || Operation == OpDefCfaOffset || in getOffset() 683 Operation == OpAdjustCfaOffset || Operation == OpGnuArgsSize || in getOffset() [all …]
|
| H A D | MCWinEH.h | 25 unsigned Operation; member 28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {} in Instruction() 34 Operation == I.Operation;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 255 let Inst{25-21} = Operation.Value; 267 let Inst{25-21} = Operation.Value; 280 let Inst{20-16} = Operation.Value; 292 let Inst{20-19} = Operation.Value; 304 let Inst{20-18} = Operation.Value; 319 let Inst{5-0} = Operation.Value; 335 let Inst{5-0} = Operation.Value; 349 let Inst{5-0} = Operation.Value; 467 let Inst{5-0} = Operation.Value; 499 let Inst{5-0} = 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-14.2/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 335 Operation = Delete; in parseCommandLine() 339 Operation = Move; in parseCommandLine() 343 Operation = Print; in parseCommandLine() 359 Operation = Extract; in parseCommandLine() 456 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() 460 if (Operation != Extract && Operation != Delete) in parseCommandLine() 484 return Operation; in parseCommandLine() 719 switch (Operation) { in performReadOperation() 876 if (Operation == Move) in computeInsertAction() 972 if (Operation == Delete) in computeNewArchiveMembers() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | functional | 245 template <class Operation> 254 binder1st(const Operation& x, const typename Operation::first_argument_type y); 255 …typename Operation::result_type operator()( typename Operation::second_argument_type& x) cons… 256 …typename Operation::result_type operator()(const typename Operation::second_argument_type& x) cons… 259 template <class Operation, class T> 260 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C+… 262 template <class Operation> 271 binder2nd(const Operation& x, const typename Operation::second_argument_type y); 272 …typename Operation::result_type operator()( typename Operation::first_argument_type& x) const; 273 …typename Operation::result_type operator()(const typename Operation::first_argument_type& x) const; [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 32 class Operation { 105 static bool verify(const Operation &Op, DWARFUnit *U); 115 const Operation> { 119 Operation Op; 136 const Operation &operator*() const { return Op; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 66 b2 = (inst.Operation & 0x0F); in EmitUnwindCode() 104 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode() 113 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode() 684 Inst.Operation = Win64EH::UOP_SaveFPLR; in simplifyARM64Opcodes() 688 Inst.Operation = Win64EH::UOP_SaveFPLRX; in simplifyARM64Opcodes() 692 Inst.Operation = Win64EH::UOP_SaveR19R20X; in simplifyARM64Opcodes() 695 Inst.Operation = Win64EH::UOP_SetFP; in simplifyARM64Opcodes() 699 Inst.Operation = Win64EH::UOP_SaveNext; in simplifyARM64Opcodes() 846 switch (Inst.Operation) { in tryARM64PackedUnwind() 1882 switch (Inst.Operation) { in tryARMPackedUnwind() [all …]
|
| /freebsd-14.2/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-14.2/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 24 // The base Operation class. All operations must subclass this. 25 class Operation<list<dag> ops=[]> { 30 class Op<dag op> : Operation<[op]>; 31 // A shorter version of Operation - takes a list of DAGs. The last of these will 33 class LOp<list<dag> ops> : Operation<ops>; 178 def OP_NONE : Operation; 179 def OP_UNAVAILABLE : Operation { 263 class Inst <string n, string p, string t, Operation o> { 270 Operation Operation = o; [all …]
|
| /freebsd-14.2/contrib/libxo/tests/gettext/ |
| H A D | strerror.pot | 53 msgid "Operation not permitted" 125 msgid "Operation not supported by device" 202 msgid "Operation now in progress" 206 msgid "Operation already in progress" 243 msgid "Operation not supported" 307 msgid "Operation timed out" 419 msgid "Operation canceled"
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | ibm,op-panel.yaml | 7 title: IBM Operation Panel 16 The IBM Operation Panel provides a simple interface to control the connected
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_hbd.h | 64 U8 Operation; /* 0x00 */ member 124 U8 Operation; /* 0x00 */ member
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_hbd.h | 70 U8 Operation; /* 0x00 */ member 132 U8 Operation; /* 0x00 */ member
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/hwmon/ |
| H A D | adc128d818.txt | 4 Operation modes: 29 - ti,mode: Operation mode (u8) (see above).
|