Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 261) sorted by relevance

1234567891011

/freebsd-13.1/contrib/libfido2/tools/
H A Dtest.sh67 verify_cred "--" wrap wrap-cred wrap-pubkey
78 verify_cred "-h" wrap-hs wrap-hs-cred wrap-hs-pubkey
115 verify_assert "--" wrap-pubkey wrap-assert
117 verify_assert "--" wrap-pubkey wrap-assert
118 verify_assert "-v" wrap-pubkey wrap-assert
120 verify_assert "--" wrap-pubkey wrap-assert
122 verify_assert "-p" wrap-pubkey wrap-assert
124 verify_assert "--" wrap-pubkey wrap-assert
125 verify_assert "-p" wrap-pubkey wrap-assert
126 verify_assert "-v" wrap-pubkey wrap-assert
[all …]
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_reg_print.c22 0x00, regvalue, cur_col, wrap)); in ahd_mode_ptr_print()
41 0x01, regvalue, cur_col, wrap)); in ahd_intstat_print()
78 0x02, regvalue, cur_col, wrap)); in ahd_seqintcode_print()
96 0x03, regvalue, cur_col, wrap)); in ahd_clrint_print()
113 0x04, regvalue, cur_col, wrap)); in ahd_error_print()
130 0x04, regvalue, cur_col, wrap)); in ahd_clrerr_print()
148 0x05, regvalue, cur_col, wrap)); in ahd_hcntrl_print()
155 0x06, regvalue, cur_col, wrap)); in ahd_hnscb_qoff_print()
162 0x08, regvalue, cur_col, wrap)); in ahd_hescb_qoff_print()
174 0x0b, regvalue, cur_col, wrap)); in ahd_hs_mailbox_print()
[all …]
H A Daic7xxx_reg_print.c28 0x00, regvalue, cur_col, wrap)); in ahc_scsiseq_print()
45 0x01, regvalue, cur_col, wrap)); in ahc_sxfrctl0_print()
62 0x02, regvalue, cur_col, wrap)); in ahc_sxfrctl1_print()
89 0x03, regvalue, cur_col, wrap)); in ahc_scsisigi_print()
114 0x03, regvalue, cur_col, wrap)); in ahc_scsisigo_print()
130 0x04, regvalue, cur_col, wrap)); in ahc_scsirate_print()
145 0x05, regvalue, cur_col, wrap)); in ahc_scsiid_print()
152 0x06, regvalue, cur_col, wrap)); in ahc_scsidatl_print()
159 0x07, regvalue, cur_col, wrap)); in ahc_scsidath_print()
178 0x08, regvalue, cur_col, wrap)); in ahc_optionmode_print()
[all …]
H A Daic79xx_reg.h20 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \ argument
27 #define ahd_intstat_print(regvalue, cur_col, wrap) \ argument
34 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \ argument
41 #define ahd_clrint_print(regvalue, cur_col, wrap) \ argument
48 #define ahd_error_print(regvalue, cur_col, wrap) \ argument
55 #define ahd_clrerr_print(regvalue, cur_col, wrap) \ argument
62 #define ahd_hcntrl_print(regvalue, cur_col, wrap) \ argument
104 #define ahd_swtimer_print(regvalue, cur_col, wrap) \ argument
139 #define ahd_intctl_print(regvalue, cur_col, wrap) \ argument
188 #define ahd_lqin_print(regvalue, cur_col, wrap) \ argument
[all …]
H A Daic7xxx_reg.h20 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ argument
27 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ argument
34 #define ahc_sxfrctl1_print(regvalue, cur_col, wrap) \ argument
41 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ argument
48 #define ahc_scsisigo_print(regvalue, cur_col, wrap) \ argument
55 #define ahc_scsirate_print(regvalue, cur_col, wrap) \ argument
62 #define ahc_scsiid_print(regvalue, cur_col, wrap) \ argument
90 #define ahc_stcnt_print(regvalue, cur_col, wrap) \ argument
111 #define ahc_sstat0_print(regvalue, cur_col, wrap) \ argument
125 #define ahc_sstat1_print(regvalue, cur_col, wrap) \ argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp998 return wrap(&*I); in LLVMGetFirstUse()
1188 return wrap(&*I); in LLVMGetFirstNamedMetadata()
1204 return wrap(&*I); in LLVMGetNextNamedMetadata()
2153 return wrap(&*I); in LLVMGetFirstGlobal()
2891 return wrap( in LLVMGetCallSiteEnumAttribute()
3188 return wrap( in LLVMBuildInvoke()
3648 return wrap( in LLVMBuildFence()
3686 return wrap( in LLVMBuildInBoundsGEP2()
3701 return wrap( in LLVMBuildStructGEP2()
3873 return wrap( in LLVMBuildIntCast2()
[all …]
H A DDebugInfo.cpp893 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder()
946 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule()
957 return wrap(unwrap(Builder)->createNameSpace( in LLVMDIBuilderCreateNameSpace()
967 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()
1098 return wrap( in LLVMDIBuilderCreateMacro()
1240 return wrap(unwrap(Builder)->createObjCIVar( in LLVMDIBuilderCreateObjCIVar()
1272 return wrap(unwrap(Builder)->createTypedef( in LLVMDIBuilderCreateTypedef()
1416 return wrap( in LLVMDIBuilderGetOrCreateTypeArray()
1479 return wrap( in LLVMTemporaryMDNode()
1509 return wrap(unwrap(Builder)->insertDeclare( in LLVMDIBuilderInsertDeclareBefore()
[all …]
/freebsd-13.1/contrib/libxo/tests/xo/
H A Dxo_02.sh21 ${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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp215 Discard(Ctx, wrap(&JD), wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(Name))); in discard()
296 return wrap( in LLVMOrcExecutionSessionGetSymbolStringPool()
306 return wrap( in LLVMOrcExecutionSessionIntern()
327 return wrap(RT.get()); in LLVMOrcJITDylibCreateResourceTracker()
334 return wrap(RT.get()); in LLVMOrcJITDylibGetDefaultResourceTracker()
350 return wrap(TmpRT->remove()); in LLVMOrcResourceTrackerRemove()
561 *Result = wrap(&*JD); in LLVMOrcExecutionSessionCreateJITDylib()
594 return wrap(DG.release()); in LLVMOrcCreateCustomCAPIDefinitionGenerator()
646 return wrap( in LLVMOrcCreateNewThreadSafeModule()
685 return wrap(JTMB.release()); in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
[all …]
/freebsd-13.1/usr.bin/tail/
H A Dread.c74 int wrap; in bytes() local
80 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) { in bytes()
83 wrap = 1; in bytes()
99 if (wrap) { in bytes()
118 if (wrap && (len = ep - p)) in bytes()
149 int blen, cnt, recno, wrap; in lines() local
154 blen = cnt = recno = wrap = 0; in lines()
175 wrap = 1; in lines()
190 wrap = 1; in lines()
198 if (wrap) in lines()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DRemark.cpp41 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
54 return wrap(&unwrap(Arg)->Key); in LLVMRemarkArgGetKey()
58 return wrap(&unwrap(Arg)->Val); in LLVMRemarkArgGetValue()
64 return wrap(&*Loc); in LLVMRemarkArgGetDebugLoc()
79 return wrap(&unwrap(Remark)->PassName); in LLVMRemarkEntryGetPassName()
84 return wrap(&unwrap(Remark)->RemarkName); in LLVMRemarkEntryGetRemarkName()
89 return wrap(&unwrap(Remark)->FunctionName); in LLVMRemarkEntryGetFunctionName()
95 return wrap(&*Loc); in LLVMRemarkEntryGetDebugLoc()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp50 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext()
54 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext()
67 *OutModule = wrap((Module *)nullptr); in LLVMParseBitcodeInContext2()
71 *OutModule = wrap(ModuleOrErr.get().release()); in LLVMParseBitcodeInContext2()
96 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext()
100 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext()
116 *OutM = wrap((Module *)nullptr); in LLVMGetBitcodeModuleInContext2()
120 *OutM = wrap(ModuleOrErr.get().release()); in LLVMGetBitcodeModuleInContext2()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp37 wrap(const section_iterator *SI) { in wrap() function
47 wrap(const symbol_iterator *SI) { in wrap() function
57 wrap(const relocation_iterator *SI) { in wrap() function
75 return wrap(ObjOrErr.get().release()); in LLVMCreateBinary()
80 return wrap(llvm::MemoryBuffer::getMemBuffer( in LLVMBinaryCopyMemoryBuffer()
146 return wrap(ObjOrErr.get().release()); in LLVMMachOUniversalBinaryCopyObjectForArch()
190 return wrap(Ret); in LLVMCreateObjectFile()
201 return wrap(new section_iterator(SI)); in LLVMGetSections()
235 return wrap(new symbol_iterator(SI)); in LLVMGetSymbols()
283 return wrap(new relocation_iterator(SI)); in LLVMGetRelocations()
[all …]
/freebsd-13.1/sys/contrib/ck/include/spinlock/
H A Danderson.h50 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()
/freebsd-13.1/sys/dev/tsec/
H A Dif_tsec.h134 #define TSEC_CNT_INIT(cnt, wrap) ((cnt) = ((wrap) - 1)) argument
136 #define TSEC_INC(count, wrap) (count = ((count) + 1) & ((wrap) - 1)) argument
138 #define TSEC_GET_GENERIC(hand, tab, count, wrap) \ argument
139 ((hand)->tab[TSEC_INC((hand)->count, wrap)])
141 #define TSEC_PUT_GENERIC(hand, tab, count, wrap, val) \ argument
142 ((hand)->tab[TSEC_INC((hand)->count, wrap)] = val)
144 #define TSEC_BACK_GENERIC(sc, count, wrap) do { \ argument
148 (sc)->count = (wrap) - 1; \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp45 return wrap(GenVal); in LLVMCreateGenericValueOfInt()
51 return wrap(GenVal); in LLVMCreateGenericValueOfPointer()
66 return wrap(GenVal); in LLVMCreateGenericValueOfFloat()
111 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule()
126 *OutInterp = wrap(Interp); in LLVMCreateInterpreterForModule()
143 *OutJIT = wrap(JIT); in LLVMCreateJITCompilerForModule()
209 *OutJIT = wrap(JIT); in LLVMCreateMCJITCompilerForModule()
251 return wrap(Result); in LLVMRunFunction()
265 *OutMod = wrap(Mod); in LLVMRemoveModule()
272 *OutFn = wrap(F); in LLVMFindFunction()
[all …]
/freebsd-13.1/sys/dev/sec/
H A Dsec.h229 #define SEC_CNT_INIT(sc, cnt, wrap) \ argument
230 (((sc)->cnt) = ((wrap) - 1))
231 #define SEC_ADD(sc, cnt, wrap, val) \ argument
232 ((sc)->cnt = (((sc)->cnt) + (val)) & ((wrap) - 1))
233 #define SEC_INC(sc, cnt, wrap) \ argument
234 SEC_ADD(sc, cnt, wrap, 1)
235 #define SEC_DEC(sc, cnt, wrap) \ argument
236 SEC_ADD(sc, cnt, wrap, -1)
237 #define SEC_GET_GENERIC(sc, tab, cnt, wrap) \ argument
238 ((sc)->tab[SEC_INC(sc, cnt, wrap)])
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp33 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfoImpl *P) { in wrap() function
48 return wrap(&unwrap(M)->getDataLayout()); in LLVMGetModuleDataLayout()
56 return wrap(new DataLayout(StringRep)); in LLVMCreateTargetData()
86 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()))); in LLVMIntPtrType()
90 return wrap(unwrap(TD)->getIntPtrType(*unwrap(LLVMGetGlobalContext()), AS)); in LLVMIntPtrTypeForAS()
94 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C))); in LLVMIntPtrTypeInContext()
98 return wrap(unwrap(TD)->getIntPtrType(*unwrap(C), AS)); in LLVMIntPtrTypeForASInContext()
H A DTargetMachineC.cpp40 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function
43 static LLVMTargetRef wrap(const Target * P) { in wrap() function
53 return wrap(target); in LLVMGetFirstTarget()
56 return wrap(unwrap(T)->getNext()); in LLVMGetNextTarget()
63 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName()
70 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
150 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM, in LLVMCreateTargetMachine()
158 return wrap(target); in LLVMGetTargetMachineTarget()
182 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua80 f = coroutine.wrap(function ()
95 f = coroutine.wrap(pf)
106 return coroutine.wrap(function ()
113 return coroutine.wrap(function ()
137 co = coroutine.wrap(function()
157 local co = coroutine.wrap(function (c)
172 x = coroutine.wrap(goo)
203 local x = coroutine.wrap (function ()
247 co2 = coroutine.wrap(function ()
273 _X = coroutine.wrap(function ()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMinGW.cpp209 Symbol *wrap = symtab->addUndefined(mangle("__wrap_" + name)); in addWrappedSymbols() local
210 v.push_back({sym, real, wrap}); in addWrappedSymbols()
225 if (!isa<Undefined>(wrap)) in addWrappedSymbols()
226 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
239 map[w.sym] = w.wrap; in wrapSymbols()
241 if (Defined *d = dyn_cast<Defined>(w.wrap)) { in wrapSymbols()
249 saver.save("__imp_" + w.wrap->getName()), d); in wrapSymbols()
/freebsd-13.1/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_vsprintf.c37 static void wrap(const char *, ...) __printflike(1, 2);
40 wrap(const char *fmt, ...) in wrap() function
53 wrap("%s", argv[1]); in main()
H A Dh_vsnprintf.c38 static void wrap(size_t, const char *, ...) __printflike(2, 3);
41 wrap(size_t len, const char *fmt, ...) in wrap() function
55 wrap(len, "%s", "012345678901234567890"); in main()
/freebsd-13.1/sys/contrib/zlib/
H A Dinflate.c129 strm->adler = state->wrap & 1;
162 int wrap; local
171 wrap = 0;
175 wrap = (windowBits >> 4) + 5;
191 state->wrap = wrap;
659 if (state->wrap == 0) {
1220 if (state->wrap) {
1291 if ((state->wrap & 4) && out)
1566 if (check && state->wrap)
1567 state->wrap |= 4;
[all …]
/freebsd-13.1/sys/compat/ndis/
H A Dkern_windrv.c624 windrv_wrap(func, wrap, argcnt, ftype) in windrv_wrap() argument
626 funcptr *wrap;
653 *wrap = p;
939 funcptr *wrap;
974 *wrap = p;
987 funcptr *wrap;
1018 *wrap = p;
1028 windrv_wrap_regparm(func, wrap) in windrv_wrap_regparm() argument
1030 funcptr *wrap;
1055 *wrap = p;
[all …]

1234567891011