| /src/contrib/libfido2/tools/ |
| H A D | test.sh | 72 make_cred no.tld "--" wrap 73 verify_cred "--" wrap wrap-cred wrap-pubkey 74 ! verify_cred "-h" wrap /dev/null /dev/null 75 ! verify_cred "-v" wrap /dev/null /dev/null 76 verify_cred "-c0" wrap /dev/null /dev/null 77 ! verify_cred "-c1" wrap /dev/null /dev/null 78 ! verify_cred "-c2" wrap /dev/null /dev/null 79 ! verify_cred "-c3" wrap /dev/null /dev/null 82 make_cred no.tld "-h" wrap-hs 83 ! verify_cred "--" wrap-hs /dev/null /dev/null [all …]
|
| /src/sys/dev/aic7xxx/ |
| H A D | aic79xx_reg_print.c | 17 ahd_mode_ptr_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahd_mode_ptr_print() argument 20 0x00, regvalue, cur_col, wrap)); in ahd_mode_ptr_print() 36 ahd_intstat_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahd_intstat_print() argument 39 0x01, regvalue, cur_col, wrap)); in ahd_intstat_print() 73 ahd_seqintcode_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahd_seqintcode_print() argument 76 0x02, regvalue, cur_col, wrap)); in ahd_seqintcode_print() 91 ahd_clrint_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahd_clrint_print() argument 94 0x03, regvalue, cur_col, wrap)); in ahd_clrint_print() 108 ahd_error_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahd_error_print() argument 111 0x04, regvalue, cur_col, wrap)); in ahd_error_print() [all …]
|
| H A D | aic7xxx_reg_print.c | 23 ahc_scsiseq_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_scsiseq_print() argument 26 0x00, regvalue, cur_col, wrap)); in ahc_scsiseq_print() 40 ahc_sxfrctl0_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_sxfrctl0_print() argument 43 0x01, regvalue, cur_col, wrap)); in ahc_sxfrctl0_print() 57 ahc_sxfrctl1_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_sxfrctl1_print() argument 60 0x02, regvalue, cur_col, wrap)); in ahc_sxfrctl1_print() 84 ahc_scsisigi_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_scsisigi_print() argument 87 0x03, regvalue, cur_col, wrap)); in ahc_scsisigi_print() 109 ahc_scsisigo_print(u_int regvalue, u_int *cur_col, u_int wrap) in ahc_scsisigo_print() argument 112 0x03, regvalue, cur_col, wrap)); in ahc_scsisigo_print() [all …]
|
| H A D | aic79xx_reg.h | 18 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \ argument 19 ahd_print_register(NULL, 0, "MODE_PTR", 0x00, regvalue, cur_col, wrap) 25 #define ahd_intstat_print(regvalue, cur_col, wrap) \ argument 26 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap) 32 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \ argument 33 ahd_print_register(NULL, 0, "SEQINTCODE", 0x02, regvalue, cur_col, wrap) 39 #define ahd_clrint_print(regvalue, cur_col, wrap) \ argument 40 ahd_print_register(NULL, 0, "CLRINT", 0x03, regvalue, cur_col, wrap) 46 #define ahd_error_print(regvalue, cur_col, wrap) \ argument 47 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap) [all …]
|
| H A D | aic7xxx_reg.h | 18 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ argument 19 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap) 25 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ argument 26 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap) 32 #define ahc_sxfrctl1_print(regvalue, cur_col, wrap) \ argument 33 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap) 39 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ argument 40 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap) 46 #define ahc_scsisigo_print(regvalue, cur_col, wrap) \ argument 47 ahc_print_register(NULL, 0, "SCSISIGO", 0x03, regvalue, cur_col, wrap) [all …]
|
| /src/contrib/libxo/tests/xo/ |
| H A D | xo_02.sh | 21 ${XOP} --top-wrap --open a/b/c "$@" 22 ${XOP} --top-wrap --close a/b/c --not-first "$@" 24 ${XOP} --top-wrap --wrap a/b/c "$@" 26 ${XOP} --top-wrap --open a/b/c "$@" 27 ${XOP} --depth 4 --not-first --wrap d/e/f "$@" 28 ${XOP} --top-wrap --close a/b/c --not-first "$@" 30 ${XOP} --wrap a/b/c "$@" 32 ${XOP} --top-wrap --wrap a/b/c "$@" 34 ${XOP} --top-wrap "test\n" 41 ${XOP} --top-wrap --open top/data [all …]
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 98 return wrap(new LLVMContext()); in LLVMContextCreate() 101 LLVMContextRef LLVMGetGlobalContext() { return wrap(&getGlobalContext()); } in LLVMGetGlobalContext() 161 return wrap(Attribute::get(Ctx, AttrKind, Val)); in LLVMCreateEnumAttribute() 179 return wrap(Attribute::get(Ctx, AttrKind, unwrap(type_ref))); in LLVMCreateTypeAttribute() 184 return wrap(Attr.getValueAsType()); in LLVMGetTypeAttributeValue() 195 return wrap(Attribute::get( in LLVMCreateConstantRangeAttribute() 204 return wrap(Attribute::get(*unwrap(C), StringRef(K, KLength), in LLVMCreateStringAttribute() 270 return wrap(new Module(ModuleID, getGlobalContext())); in LLVMModuleCreateWithName() 275 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext() 382 Result[i].Metadata = wrap(ModuleFlag.Val); in LLVMCopyModuleFlagsMetadata() [all …]
|
| H A D | DebugInfo.cpp | 1041 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved() 1045 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder() 1079 return wrap(unwrap(Builder)->createCompileUnit( in LLVMDIBuilderCreateCompileUnit() 1093 return wrap(unwrap(Builder)->createFile(StringRef(Filename, FilenameLen), in LLVMDIBuilderCreateFile() 1103 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule() 1114 return wrap(unwrap(Builder)->createNameSpace( in LLVMDIBuilderCreateNameSpace() 1124 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction() 1136 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock() 1146 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile() 1157 return wrap(unwrap(Builder)->createImportedModule(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateImportedModuleFromNamespace() [all …]
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 42 inline LLVMOrcSymbolStringPoolEntryRef wrap(SymbolStringPoolEntryUnsafe E) { in wrap() function 104 Materialize(Tmp, wrap(R.release())); in materialize() 109 Discard(Ctx, wrap(&JD), wrap(SymbolStringPoolEntryUnsafe::from(Name))); in discard() 276 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate() 290 ::wrap(SymbolStringPoolEntryUnsafe::from(KV.first)); in tryToGenerate() 296 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind, in tryToGenerate() 297 ::wrap(&JD), CJDLookupFlags, in tryToGenerate() 319 [=](Error Err) { ReportError(Ctx, wrap(std::move(Err))); }); in LLVMOrcExecutionSessionSetErrorReporter() 324 return wrap( in LLVMOrcExecutionSessionGetSymbolStringPool() 334 return wrap(SymbolStringPoolEntryUnsafe::take(unwrap(ES)->intern(Name))); in LLVMOrcExecutionSessionIntern() [all …]
|
| /src/usr.bin/tail/ |
| H A D | read.c | 68 int wrap; in bytes() local 74 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) { in bytes() 77 wrap = 1; in bytes() 93 if (wrap) { in bytes() 112 if (wrap && (len = ep - p)) in bytes() 143 int blen, cnt, recno, wrap; in lines() local 148 blen = cnt = recno = wrap = 0; in lines() 169 wrap = 1; in lines() 184 wrap = 1; in lines() 192 if (wrap) in lines() [all …]
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_aes_wrp.c | 322 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_NOPAD_IVLEN * 8); 323 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_NOPAD_IVLEN * 8); 324 IMPLEMENT_cipher(wrap, wrap, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_NOPAD_IVLEN * 8); 325 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 256, 64, AES_WRAP_PAD_IVLEN * 8); 326 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 192, 64, AES_WRAP_PAD_IVLEN * 8); 327 IMPLEMENT_cipher(wrap, wrappad, WRAP, WRAP_FLAGS, 128, 64, AES_WRAP_PAD_IVLEN * 8); 329 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_NOPAD_IVLEN * 8); 330 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 192, 64, AES_WRAP_NOPAD_IVLEN * 8); 331 IMPLEMENT_cipher(wrap, wrapinv, WRAP, WRAP_FLAGS_INV, 128, 64, AES_WRAP_NOPAD_IVLEN * 8); 332 IMPLEMENT_cipher(wrap, wrappadinv, WRAP, WRAP_FLAGS_INV, 256, 64, AES_WRAP_PAD_IVLEN * 8); [all …]
|
| /src/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evpciph_aes_wrap.txt | 9 # Cipher names id-aesXXX-wrap are to test aliases. 11 # AES wrap tests from RFC3394 12 Cipher = id-aes128-wrap 17 Cipher = id-aes192-wrap 22 Cipher = id-aes256-wrap 27 Cipher = id-aes192-wrap 32 Cipher = id-aes256-wrap 51 Cipher = id-aes256-wrap 58 # AES wrap tests from RFC5649 59 Cipher = id-aes192-wrap-pad [all …]
|
| H A D | evpkdf_x942.txt | 19 Ctrl.cekalg = cekalg:id-aes128-wrap 25 Ctrl.cekalg = cekalg:id-aes256-wrap 34 Ctrl.cekalg = cekalg:id-aes256-wrap 41 Ctrl.cekalg = cekalg:id-aes256-wrap 49 Ctrl.cekalg = cekalg:id-aes256-wrap 57 Ctrl.cekalg = cekalg:id-aes256-wrap 64 Ctrl.cekalg = cekalg:id-aes256-wrap 71 Ctrl.cekalg = cekalg:id-aes256-wrap 85 Ctrl.cekalg = cekalg:id-aes128-wrap 97 Ctrl.cekalg = cekalg:id-aes128-wrap [all …]
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 49 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext() 53 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext() 66 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2() 70 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2() 95 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext() 99 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext() 115 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2() 119 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Object.cpp | 28 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap() function 38 wrap(const section_iterator *SI) { in wrap() function 48 wrap(const symbol_iterator *SI) { in wrap() function 58 wrap(const relocation_iterator *SI) { in wrap() function 76 return wrap(ObjOrErr.get().release()); in LLVMCreateBinary() 81 return wrap(llvm::MemoryBuffer::getMemBuffer( in LLVMBinaryCopyMemoryBuffer() 149 return wrap(ObjOrErr.get().release()); in LLVMMachOUniversalBinaryCopyObjectForArch() 157 return wrap(new section_iterator(sections.begin())); in LLVMObjectFileCopySectionIterator() 171 return wrap(new symbol_iterator(symbols.begin())); in LLVMObjectFileCopySymbolIterator() 193 return wrap(Ret); in LLVMCreateObjectFile() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Remarks/ |
| H A D | Remark.cpp | 79 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath() 92 return wrap(&unwrap(Arg)->Key); in LLVMRemarkArgGetKey() 96 return wrap(&unwrap(Arg)->Val); in LLVMRemarkArgGetValue() 102 return wrap(&*Loc); in LLVMRemarkArgGetDebugLoc() 117 return wrap(&unwrap(Remark)->PassName); in LLVMRemarkEntryGetPassName() 122 return wrap(&unwrap(Remark)->RemarkName); in LLVMRemarkEntryGetRemarkName() 127 return wrap(&unwrap(Remark)->FunctionName); in LLVMRemarkEntryGetFunctionName() 133 return wrap(&*Loc); in LLVMRemarkEntryGetDebugLoc()
|
| /src/sys/contrib/ck/include/spinlock/ |
| H A D | anderson.h | 50 unsigned int wrap; member 82 lock->wrap = (UINT_MAX % count) + 1; in ck_spinlock_anderson_init() 84 lock->wrap = 0; in ck_spinlock_anderson_init() 114 if (lock->wrap != 0) { in ck_spinlock_anderson_lock() 119 next = lock->wrap; in ck_spinlock_anderson_lock() 158 if (lock->wrap == 0) in ck_spinlock_anderson_unlock()
|
| /src/sys/dev/tsec/ |
| H A D | if_tsec.h | 132 #define TSEC_CNT_INIT(cnt, wrap) ((cnt) = ((wrap) - 1)) argument 134 #define TSEC_INC(count, wrap) (count = ((count) + 1) & ((wrap) - 1)) argument 136 #define TSEC_GET_GENERIC(hand, tab, count, wrap) \ argument 137 ((hand)->tab[TSEC_INC((hand)->count, wrap)]) 139 #define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \ argument 140 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val) 142 #define TSEC_BACK_GENERIC(sc, count, wrap) do { \ argument 146 (sc)->count = (wrap) - 1; \
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 34 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 46 return wrap(GenVal); in LLVMCreateGenericValueOfInt() 52 return wrap(GenVal); in LLVMCreateGenericValueOfPointer() 67 return wrap(GenVal); in LLVMCreateGenericValueOfFloat() 112 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule() 127 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule() 144 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule() 209 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule() 251 return wrap(Result); in LLVMRunFunction() 265 *OutMod = wrap(Mod); in LLVMRemoveModule() [all …]
|
| /src/sys/dev/sec/ |
| H A D | sec.h | 227 #define SEC_CNT_INIT(sc, cnt, wrap) \ argument 228 (((sc)->cnt) = ((wrap) - 1)) 229 #define SEC_ADD(sc, cnt, wrap, val) \ argument 230 ((sc)->cnt = (((sc)->cnt) + (val)) & ((wrap) - 1)) 231 #define SEC_INC(sc, cnt, wrap) \ argument 232 SEC_ADD(sc, cnt, wrap, 1) 233 #define SEC_DEC(sc, cnt, wrap) \ argument 234 SEC_ADD(sc, cnt, wrap, -1) 235 #define SEC_GET_GENERIC(sc, tab, cnt, wrap) \ argument 236 ((sc)->tab[SEC_INC(sc, cnt, wrap)]) [all …]
|
| /src/crypto/openssl/util/ |
| H A D | build.info | 5 SCRIPTS{noinst}=wrap.pl 6 SOURCE[wrap.pl]=wrap.pl.in 7 DEPEND[wrap.pl]=../configdata.pm
|
| /src/contrib/llvm-project/llvm/lib/Target/ |
| H A D | Target.cpp | 33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function 44 return wrap(&unwrap(M)->getDataLayout()); in LLVMGetModuleDataLayout() 52 return wrap(new DataLayout(StringRep)); in LLVMCreateTargetData() 82 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType() 86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS() 90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C))); in LLVMIntPtrTypeInContext() 94 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS)); in LLVMIntPtrTypeForASInContext()
|
| H A D | TargetMachineC.cpp | 56 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function 59 static LLVMTargetRef wrap(const Target * P) { in wrap() function 69 return wrap(target); in LLVMGetFirstTarget() 72 return wrap(unwrap(T)->getNext()); in LLVMGetNextTarget() 79 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName() 86 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple() 119 return wrap(new LLVMTargetMachineOptions()); in LLVMCreateTargetMachineOptions() 205 return wrap(unwrap(T)->createTargetMachine(Triple, Opt->CPU, Opt->Features, in LLVMCreateTargetMachineWithOptions() 232 return wrap(target); in LLVMGetTargetMachineTarget() 287 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.lib_coroutine.lua | 81 f = coroutine.wrap(function () 96 f = coroutine.wrap(pf) 107 return coroutine.wrap(function () 114 return coroutine.wrap(function () 138 co = coroutine.wrap(function() 158 local co = coroutine.wrap(function (c) 173 x = coroutine.wrap(goo) 196 for t in coroutine.wrap(function () all({}, 5, 4) end) do 204 local x = coroutine.wrap (function () 248 co2 = coroutine.wrap(function () [all …]
|
| /src/sys/contrib/zlib/ |
| H A D | inflate.c | 108 if (state->wrap) /* to support ill-conceived Java test suite */ in inflateResetKeep() 109 strm->adler = state->wrap & 1; in inflateResetKeep() 137 int wrap; in inflateReset2() local 148 wrap = 0; in inflateReset2() 152 wrap = (windowBits >> 4) + 5; in inflateReset2() 168 state->wrap = wrap; in inflateReset2() 507 if (state->wrap == 0) { in inflate() 513 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate() 524 if (!(state->wrap & 1) || /* check if zlib header allowed */ in inflate() 570 if ((state->flags & 0x0200) && (state->wrap & 4)) in inflate() [all …]
|