Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 25 of 200) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm585 my $flat= $line;
586 $flat =~ s/\s*\\\n\s*/ /g;
587 $flat =~ s!/\*.*?\*/! !gs;
588 $flat =~ s/\s+/ /g;
589 $flat =~ s/\s+\z//;
590 $flat =~ s/^\s*#\s*/#/g;
595 if ($flat =~ /^#/) {
596 if ($flat =~ m/^(#(?:el)?if)(n?)def\s+(\w+)/) {
600 $flat =~
604 if ($flat
[all...]
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dbsd.py55 def dump(self, f=sys.stdout, flat=True): argument
56 if flat:
199 def dump(self, f=sys.stdout, flat=True): argument
201 if flat:
204 obj.dump(f=f, flat=flat)
257 object.dump(flat=False)
263 archive.dump(flat=True)
359 obj.dump(flat=False)
371 obj.dump(flat=False)
381 object_dict['object'].dump(flat=False)
[all …]
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DOptions.td86 def flat: F<"flat">,
87 HelpText<"Produce a flat dSYM file (not a bundle).">,
90 Alias<flat>,
91 HelpText<"Alias for --flat">,
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td59 def FeatureFlatAddressSpace : SubtargetFeature<"flat-address-space",
62 "Support flat address space"
65 def FeatureFlatInstOffsets : SubtargetFeature<"flat-inst-offsets",
71 def FeatureFlatGlobalInsts : SubtargetFeature<"flat-global-insts",
74 "Have global_* flat memory instructions"
77 def FeatureFlatScratchInsts : SubtargetFeature<"flat-scratch-insts",
80 "Have scratch_* flat memory instructions"
83 def FeatureScalarFlatScratchInsts : SubtargetFeature<"scalar-flat-scratch-insts",
86 "Have s_scratch_* flat memory instructions"
89 def FeatureEnableFlatScratch : SubtargetFeature<"enable-flat-scratch",
[all …]
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DREADME18 o Supports profiling at the line level: flat profiles, call-graph profiles,
189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DREADME18 o Supports profiling at the line level: flat profiles, call-graph profiles,
189 -p[symspec] --flat-profile[=symspec]
190 Request output in the form of a flat profile
194 selected by "symspec" in flat profile. If the
195 option is specified multiple times, the flat
199 -P[symspec] --no-flat-profile[=symspec]
200 Suppress output in the flat profile. If given
201 without an argument, the flat profile is suppressed
203 the selected symbols in the flat profile. If the
206 has lower precedence than --flat-profile.
[all …]
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp93 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput() argument
94 m_flat_output = flat; in SetFlatOutput()
/openbsd-src/usr.bin/tmux/
H A Dmode-tree.c112 int flat;
196 int flat = 1; in mode_tree_build_lines()
210 flat = 0; in mode_tree_build_lines()
238 line->flat = flat; in mode_tree_clear_tagged()
701 if (line->flat) in mode_tree_draw()
1213 if (line->flat || !current->expanded) in mode_tree_key()
1226 if (line->flat || current->expanded) in mode_tree_key()
1228 else if (!line->flat) { in mode_tree_key()
106 int flat; global() member
190 int flat = 1; mode_tree_build_lines() local
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx10_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx7_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx1030_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx940_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx11_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx9_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx8_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx90a_vaddr_9f7133.rst13 A 64-bit flat address.
H A Dgfx1030_saddr_9cd3cf.rst13 A 64-bit flat global address.
H A Dgfx11_vdst_463513.rst13 Data returned by a 64-bit atomic flat instruction.
H A Dgfx7_vdst_463513.rst13 Data returned by a 64-bit atomic flat instruction.
H A Dgfx9_vdst_463513.rst13 Data returned by a 64-bit atomic flat instruction.
H A Dgfx10_vdst_463513.rst13 Data returned by a 64-bit atomic flat instruction.
H A Dgfx7_vdst_d0dc43.rst13 Data returned by a 32-bit atomic flat instruction.
H A Dgfx9_vdst_d0dc43.rst13 Data returned by a 32-bit atomic flat instruction.
H A Dgfx8_vdst_d0dc43.rst13 Data returned by a 32-bit atomic flat instruction.
H A Dgfx1030_vdst_463513.rst13 Data returned by a 64-bit atomic flat instruction.

12345678