Home
last modified time | relevance | path

Searched refs:compact (Results 1 – 25 of 155) sorted by relevance

1234567

/openbsd-src/usr.sbin/bgpctl/
H A Djson.c41 int compact; member
55 if (stack[level].compact) in do_comma_indent()
63 if (stack[level].compact) in do_comma_indent()
132 if (stack[level].compact) in json_do_array()
146 stack[level].compact = stack[level - 1].compact; in json_do_array()
150 json_do_object(const char *name, int compact) in json_do_object() argument
161 if (compact) in json_do_object()
174 stack[level].compact = compact; in json_do_object()
189 if (!stack[level].compact) { in json_do_end()
200 stack[level].compact = 0; in json_do_end()
/openbsd-src/usr.sbin/rpki-client/
H A Djson.c41 int compact; member
55 if (stack[level].compact) in do_comma_indent()
63 if (stack[level].compact) in do_comma_indent()
132 if (stack[level].compact) in json_do_array()
146 stack[level].compact = stack[level - 1].compact; in json_do_array()
150 json_do_object(const char *name, int compact) in json_do_object() argument
161 if (compact) in json_do_object()
174 stack[level].compact = compact; in json_do_object()
189 if (!stack[level].compact) { in json_do_end()
200 stack[level].compact = 0; in json_do_end()
/openbsd-src/usr.sbin/radiusctl/
H A Djson.c41 int compact; member
55 if (stack[level].compact) in do_comma_indent()
63 if (stack[level].compact) in do_comma_indent()
132 if (stack[level].compact) in json_do_array()
146 stack[level].compact = stack[level - 1].compact; in json_do_array()
150 json_do_object(const char *name, int compact) in json_do_object() argument
161 if (compact) in json_do_object()
174 stack[level].compact = compact; in json_do_object()
189 if (!stack[level].compact) { in json_do_end()
200 stack[level].compact = 0; in json_do_end()
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Dsh.cpu32 (isas compact media)
45 (name compact)
65 (isas compact)
72 (isas compact)
79 (isas compact)
86 (isas compact)
93 (isas compact media)
110 (attrs PC (ISA compact,media))
123 (attrs (ISA media,compact))
139 (attrs VIRTUAL (ISA compact))
[all …]
H A Dsh64-compact.cpu24 ; dshcf -- define-normal-sh-compact-field
27 (dnf xname xcomment ((ISA compact)) xstart xlength))
29 ; dshcop -- define-normal-sh-compact-operand
32 (dnop xname xcomment ((ISA compact)) xhardware xfield))
53 (attrs (ISA compact))
62 (attrs (ISA compact))
69 (attrs (ISA compact))
84 (attrs VIRTUAL (ISA compact))
94 (attrs VIRTUAL (ISA compact))
104 (attrs VIRTUAL (ISA compact))
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dt-netbsd-sh5-641 MULTILIB_OPTIONS = $(MULTILIB_ENDIAN) m5-64media-nofpu/m5-compact/m5-compact-nofpu/m5-32media/m5-32…
2 MULTILIB_DIRNAMES= $(MULTILIB_ENDIAN) nofpu compact nofpu/compact media32 nofpu/media32
H A Dt-sh6410 MULTILIB_OPTIONS = $(MULTILIB_ENDIAN) m5-32media-nofpu/m5-compact/m5-compact-nofpu/m5-64media/m5-64…
11 MULTILIB_DIRNAMES= $(MULTILIB_ENDIAN) nofpu compact nofpu/compact media64 nofpu/media64
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dt-sh648 …fpu/=nofpu/media32) $(ML_sh5_compact:m5-compact/=compact) $(ML_sh5_compact_nofpu:m5-compact-nofpu/…
H A Dt-mlib-sh5-compact1 ML_sh5_compact=m5-compact/
H A Dt-mlib-sh5-compact-nofpu1 ML_sh5_compact_nofpu=m5-compact-nofpu/
/openbsd-src/regress/usr.bin/mandoc/mdoc/blank/
H A Dlist.out_markdown29 normal compact list:
34 compact list with paragraphs:
40 compact list with final paragraph:
44 compact list with double paragraph:
H A Dlist.out_ascii26 normal compact list:
29 compact list with paragraphs:
34 compact list with final paragraph:
37 compact list with double paragraph:
/openbsd-src/gnu/usr.bin/perl/lib/
H A DAnyDBM_File.t127 my $compact = '';
134 $compact = "$major.$minor.$patch" ;
147 skip( "db v$compact, no null key support", 1) if $compact;
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/
H A Dmultitag.out_markdown39 inset compact:
49 tag compact:
H A Dnested.out_markdown17 inset compact:
31 dash compact:
H A Dmultitag.out_ascii29 inset compact:
35 tag compact:
H A Dnested.out_ascii12 inset compact:
20 dash compact:
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp139 const FileSpec &cpus_dir, bool compact) { in WriteContextSwitchTrace() argument
149 if (!compact) in WriteContextSwitchTrace()
194 BuildCpusSection(TraceIntelPT &trace_ipt, FileSpec directory, bool compact) { in BuildCpusSection() argument
207 WriteContextSwitchTrace(trace_ipt, cpu_id, cpus_dir, compact); in BuildCpusSection()
357 bool compact) { in SaveToDisk() argument
369 BuildCpusSection(trace_ipt, directory, compact); in SaveToDisk()
H A DTraceIntelPTBundleSaver.h42 FileSpec directory, bool compact);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTrace.cpp68 bool compact) { in SaveToDisk() argument
69 LLDB_INSTRUMENT_VA(this, error, bundle_dir, compact); in SaveToDisk()
77 m_opaque_sp->SaveToDisk(bundle_dir.ref(), compact)) in SaveToDisk()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py148 def traceSave(self, traceBundleDir, compact=False, error=False, substrs=None): argument
152 save_error, lldb.SBFileSpec(traceBundleDir), compact)
156 if compact:
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp110 void compact() { compact(Root.get()); } in compact() function in Trie
309 void compact(Node *N) { in compact() function in Trie
311 compact(Child.get()); in compact()
375 T.compact(); in main()
/openbsd-src/usr.bin/mandoc/
H A Dmandoc.css111 .Bl-compact > li {
116 .Bl-compact > li {
153 .Bl-compact { margin-top: 0em; }
154 .Bl-compact > dd {
156 .Bl-compact > dt {
163 .Bl-compact > tbody > tr > td {
/openbsd-src/usr.bin/file/magdir/
H A Dpbm8 0 short 0x2a17 "compact bitmap" format (Poskanzer)
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bd/
H A Dspacing.out_markdown15 > compact display block

1234567