Home
last modified time | relevance | path

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

12345678910>>...16

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx_reg.h19 #define ahd_mode_ptr_print(regvalue, cur_col, wrap) \ argument
20 ahd_print_register(NULL, 0, "MODE_PTR", 0x00, regvalue, cur_col, wrap)
26 #define ahd_intstat_print(regvalue, cur_col, wrap) \ argument
27 ahd_print_register(NULL, 0, "INTSTAT", 0x01, regvalue, cur_col, wrap)
33 #define ahd_seqintcode_print(regvalue, cur_col, wrap) \ argument
34 ahd_print_register(NULL, 0, "SEQINTCODE", 0x02, regvalue, cur_col, wrap)
40 #define ahd_clrint_print(regvalue, cur_col, wrap) \ argument
41 ahd_print_register(NULL, 0, "CLRINT", 0x03, regvalue, cur_col, wrap)
47 #define ahd_error_print(regvalue, cur_col, wrap) \ argument
48 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap)
[all …]
H A Daic7xxx_reg.h19 #define ahc_scsiseq_print(regvalue, cur_col, wrap) \ argument
20 ahc_print_register(NULL, 0, "SCSISEQ", 0x00, regvalue, cur_col, wrap)
26 #define ahc_sxfrctl0_print(regvalue, cur_col, wrap) \ argument
27 ahc_print_register(NULL, 0, "SXFRCTL0", 0x01, regvalue, cur_col, wrap)
33 #define ahc_sxfrctl1_print(regvalue, cur_col, wrap) \ argument
34 ahc_print_register(NULL, 0, "SXFRCTL1", 0x02, regvalue, cur_col, wrap)
40 #define ahc_scsisigi_print(regvalue, cur_col, wrap) \ argument
41 ahc_print_register(NULL, 0, "SCSISIGI", 0x03, regvalue, cur_col, wrap)
47 #define ahc_scsisigo_print(regvalue, cur_col, wrap) \ argument
48 ahc_print_register(NULL, 0, "SCSISIGO", 0x03, regvalue, cur_col, wrap)
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp94 return wrap(new LLVMContext()); in LLVMContextCreate()
97 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()
190 return wrap(Attribute::get(*unwrap(C), StringRef(K, KLength), in LLVMCreateStringAttribute()
256 return wrap(new Module(ModuleID, getGlobalContext())); in LLVMModuleCreateWithName()
261 return wrap(new Module(ModuleID, *unwrap(C))); in LLVMModuleCreateWithNameInContext()
368 Result[i].Metadata = wrap(ModuleFlag.Val); in LLVMCopyModuleFlagsMetadata()
403 return wrap(unwrap(M)->getModuleFlag({Key, KeyLen})); in LLVMGetModuleFlag()
[all …]
H A DDebugInfo.cpp942 return wrap(new DIBuilder(*unwrap(M), false)); in LLVMCreateDIBuilderDisallowUnresolved()
946 return wrap(new DIBuilder(*unwrap(M))); in LLVMCreateDIBuilder()
980 return wrap(unwrap(Builder)->createCompileUnit( in LLVMDIBuilderCreateCompileUnit()
994 return wrap(unwrap(Builder)->createFile(StringRef(Filename, FilenameLen), in LLVMDIBuilderCreateFile()
1004 return wrap(unwrap(Builder)->createModule( in LLVMDIBuilderCreateModule()
1015 return wrap(unwrap(Builder)->createNameSpace( in LLVMDIBuilderCreateNameSpace()
1025 return wrap(unwrap(Builder)->createFunction( in LLVMDIBuilderCreateFunction()
1037 return wrap(unwrap(Builder)->createLexicalBlock(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlock()
1047 return wrap(unwrap(Builder)->createLexicalBlockFile(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateLexicalBlockFile()
1058 return wrap(unwrap(Builder)->createImportedModule(unwrapDI<DIScope>(Scope), in LLVMDIBuilderCreateImportedModuleFromNamespace()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp134 Materialize(Tmp, wrap(R.release())); in materialize()
139 Discard(Ctx, wrap(&JD), wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(Name))); in discard()
298 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate()
312 ::wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(KV.first)); in tryToGenerate()
318 auto Err = unwrap(TryToGenerate(::wrap(this), Ctx, &LSR, CLookupKind, in tryToGenerate()
319 ::wrap(&JD), CJDLookupFlags, in tryToGenerate()
341 [=](Error Err) { ReportError(Ctx, wrap(std::move(Err))); }); in LLVMOrcExecutionSessionSetErrorReporter()
346 return wrap( in LLVMOrcExecutionSessionGetSymbolStringPool()
356 return wrap( in LLVMOrcExecutionSessionIntern()
387 wrap(OrcV2CAPIHelper::getRawPoolEntryPtr(KV.first)), in LLVMOrcExecutionSessionLookup()
[all …]
/openbsd-src/regress/usr.bin/mandoc/man/HP/
H A Dspacing.out_ascii9 Each hanged paragraph gets a sufficient amount of text to wrap to the
16 Each hanged paragraph gets a sufficient amount of text to wrap to the
20 Each hanged paragraph gets a sufficient amount of text to wrap to the
24 Each hanged paragraph gets a sufficient amount of text to wrap to the
28 Each hanged paragraph gets a sufficient amount of text to wrap to the
32 Each hanged paragraph gets a sufficient amount of text to wrap to the
36 Each hanged paragraph gets a sufficient amount of text to wrap to the
40 Each hanged paragraph gets a sufficient amount of text to wrap to the
44 Each hanged paragraph gets a sufficient amount of text to wrap to the
48 Each hanged paragraph gets a sufficient amount of text to wrap to the
/openbsd-src/usr.bin/tail/
H A Dread.c67 int wrap; in bytes() local
76 for (wrap = 0, ep = p + off; (ch = getc(tf->fp)) != EOF;) { in bytes()
79 wrap = 1; in bytes()
95 if (wrap) { in bytes()
114 if (wrap && (len = ep - p)) in bytes()
147 int wrap; in lines() local
154 lineno = blen = cnt = recno = wrap = 0; in lines()
187 wrap = 1; in lines()
202 wrap = 1; in lines()
210 if (wrap) in lines()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemark.cpp42 return wrap(&unwrap(DL)->SourceFilePath); in LLVMRemarkDebugLocGetSourceFilePath()
55 return wrap(&unwrap(Arg)->Key); in LLVMRemarkArgGetKey()
59 return wrap(&unwrap(Arg)->Val); in LLVMRemarkArgGetValue()
65 return wrap(&*Loc); in LLVMRemarkArgGetDebugLoc()
80 return wrap(&unwrap(Remark)->PassName); in LLVMRemarkEntryGetPassName()
85 return wrap(&unwrap(Remark)->RemarkName); in LLVMRemarkEntryGetRemarkName()
90 return wrap(&unwrap(Remark)->FunctionName); in LLVMRemarkEntryGetFunctionName()
96 return wrap(&*Loc); in LLVMRemarkEntryGetDebugLoc()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp49 *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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp28 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 …]
/openbsd-src/regress/usr.bin/mandoc/man/TP/
H A Ddouble.out_ascii8 width; at which point will this text wrap to the next line?
11 text width; at which point will this text wrap to the
15 text width; at which point will this text wrap to the
19 text width; at which point will this text wrap to the next line?
22 text width; at which point will this text wrap to the
26 text width; at which point will this text wrap to the next line?
29 text width; at which point will this text wrap to the
33 text width; at which point will this text wrap to the next line?
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp34 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 …]
/openbsd-src/gnu/llvm/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.cpp37 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() function
40 static LLVMTargetRef wrap(const Target * P) { in wrap() function
50 return wrap(target); in LLVMGetFirstTarget()
53 return wrap(unwrap(T)->getNext()); in LLVMGetNextTarget()
60 return I != TargetRegistry::targets().end() ? wrap(&*I) : nullptr; in LLVMGetTargetFromName()
67 *T = wrap(TargetRegistry::lookupTarget(TripleStr, Error)); in LLVMGetTargetFromTriple()
147 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM, CM, in LLVMCreateTargetMachine()
155 return wrap(target); in LLVMGetTargetMachineTarget()
179 return wrap(new DataLayout(unwrap(T)->createDataLayout())); in LLVMCreateTargetDataLayout()
/openbsd-src/gnu/llvm/lld/COFF/
H A DMinGW.cpp221 Symbol *wrap = in addWrappedSymbols() local
223 v.push_back({sym, real, wrap}); in addWrappedSymbols()
238 if (!isa<Undefined>(wrap)) in addWrappedSymbols()
239 wrap->isUsedInRegularObj = true; in addWrappedSymbols()
253 map[w.sym] = w.wrap; in wrapSymbols()
255 if (Defined *d = dyn_cast<Defined>(w.wrap)) { in wrapSymbols()
263 ctx, saver().save("__imp_" + w.wrap->getName()), d); in wrapSymbols()
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/t/
H A D020isize.t39 for my $wrap (0 .. 2)
43 next if $wrap == 0 && $offset < 0 ;
45 title "Wrap $wrap, Offset $offset" ;
47 my $size = (GZIP_ISIZE_MAX * $wrap) + $offset ;
50 if ($wrap == 0) {
53 elsif ($wrap == 1 && $offset <= 0) {
56 elsif ($wrap > 1) {
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dreentr.pl68 /* If compiling for a threaded perl, we will macro-wrap the system/library
366 my @wrap; # the wrapper (foo(a) -> foo_r(a,...)) cpp code
669 push @wrap, $ifdef;
671 push @wrap, <<EOF;
738 push @wrap, <<EOF;
742 push @wrap, <<EOF;
749 push @wrap, <<EOF;
753 push @wrap, <<EOF;
758 push @wrap, <<EOF;
763 push @wrap, <<EO
[all...]
H A Dregen_lib.pl157 $raw .= wrap(75, ' ', ' ', <<"EOM") . "\n";
185 ? wrap(78, '/* ', $style, $raw) . " */\n\n"
186 : wrap(78, $lang_opener{$lang}, $lang_opener{$lang}, $raw) . "\n";
252 sub wrap {
255 Text::Wrap::wrap(@_);
251 sub wrap { global() subroutine
/openbsd-src/sys/lib/libz/
H A Dinflate.c113 if (state->wrap) /* to support ill-conceived Java test suite */ in inflateResetKeep()
114 strm->adler = state->wrap & 1; in inflateResetKeep()
142 int wrap; in inflateReset2() local
149 /* extract wrap request from windowBits parameter */ in inflateReset2()
153 wrap = 0; in inflateReset2()
157 wrap = (windowBits >> 4) + 5; in inflateReset2()
173 state->wrap = wrap; in inflateReset2()
623 if (state->wrap == 0) { in inflate()
629 if ((state->wrap in inflate()
[all...]
H A Ddeflate.c223 if (strm->state->wrap == 1) { in read_buf()
227 else if (strm->state->wrap == 2) { in read_buf()
379 int wrap = 1; in deflateInit2_() local
411 wrap = 0; in deflateInit2_()
418 wrap = 2; /* write gzip wrapper instead */ in deflateInit2_()
424 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_()
434 s->wrap = wrap; in deflateInit2_()
550 int wrap; in deflateSetDictionary() local
557 wrap in deflateSetDictionary()
[all...]
/openbsd-src/lib/libz/
H A Dinflate.c113 if (state->wrap) /* to support ill-conceived Java test suite */ in inflateResetKeep()
114 strm->adler = state->wrap & 1; in inflateResetKeep()
142 int wrap; in inflateReset2() local
149 /* extract wrap request from windowBits parameter */ in inflateReset2()
153 wrap = 0; in inflateReset2()
157 wrap = (windowBits >> 4) + 5; in inflateReset2()
173 state->wrap = wrap; in inflateReset2()
623 if (state->wrap == 0) { in inflate()
629 if ((state->wrap in inflate()
[all...]
H A Ddeflate.c223 if (strm->state->wrap == 1) { in read_buf()
227 else if (strm->state->wrap == 2) { in read_buf()
379 int wrap = 1; in deflateInit2_() local
411 wrap = 0; in deflateInit2_()
418 wrap = 2; /* write gzip wrapper instead */ in deflateInit2_()
424 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_()
434 s->wrap = wrap; in deflateInit2_()
550 int wrap; in deflateSetDictionary() local
557 wrap in deflateSetDictionary()
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinflate.c113 if (state->wrap) /* to support ill-conceived Java test suite */ in inflateStateCheck()
114 strm->adler = state->wrap & 1; in inflateStateCheck()
142 int wrap; in inflateResetKeep()
149 /* extract wrap request from windowBits parameter */ in inflateReset()
153 wrap = 0; in inflateReset()
157 wrap = (windowBits >> 4) + 5;
173 state->wrap = wrap; in inflateReset2()
623 if (state->wrap == 0) {
629 if ((state->wrap in inflate()
162 int wrap; inflateReset2() local
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/
H A D37000.t14 eval { $toPrint = wrap("","",$toPrint); };
19 eval { $toPrint = wrap("","",$toPrint); };
24 eval { $toPrint = wrap("","",$toPrint); };
/openbsd-src/usr.bin/tmux/
H A Dgrid-reader.c48 grid_reader_cursor_right(struct grid_reader *gr, int wrap, int all) in grid_reader_cursor_right() argument
58 if (wrap && gr->cx >= px && gr->cy < gr->gd->hsize + gr->gd->sy - 1) { in grid_reader_cursor_right()
74 grid_reader_cursor_left(struct grid_reader *gr, int wrap) in grid_reader_cursor_left() argument
85 (wrap || in grid_reader_cursor_left()
127 grid_reader_cursor_start_of_line(struct grid_reader *gr, int wrap) in grid_reader_cursor_start_of_line() argument
129 if (wrap) { in grid_reader_cursor_start_of_line()
140 grid_reader_cursor_end_of_line(struct grid_reader *gr, int wrap, int all) in grid_reader_cursor_end_of_line() argument
144 if (wrap) { in grid_reader_cursor_end_of_line()
163 * would wrap past the bottom of the grid. in grid_reader_handle_wrap()

12345678910>>...16