Home
last modified time | relevance | path

Searched refs:markers (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/tools/tools/ath/arcode/
H A Darcode.c30 const char *markers[] = { variable
65 s = markers[a->reg]; in op_mark()
/freebsd/sys/contrib/openzfs/module/
H A D.gitignore15 /Module.markers
H A DMakefile.in73 $(RM) @LINUX_SYMBOLS@ Module.markers
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed21 # has the following meaning: the material after the three markers :1, :2,
71 # outputting current state without markers
/freebsd/sys/conf/
H A Dnewvers.sh307 * etc. The what(1) utility prints these markers. Better methods exist, so this
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrCall.td17 // Call sequence markers. These have an immediate which represents the amount of
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def73 /// diagnostics, indicated by markers in the
H A DCodeGenOptions.def74 CODEGENOPT(DisableLifetimeMarkers, 1, 0) ///< Don't emit any lifetime markers
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c4013 arc_buf_hdr_t **markers; in arc_state_alloc_markers() local
4015 markers = kmem_zalloc(sizeof (*markers) * count, KM_SLEEP); in arc_state_alloc_markers()
4017 markers[i] = arc_state_alloc_marker(); in arc_state_alloc_markers()
4018 return (markers); in arc_state_alloc_markers()
4022 arc_state_free_markers(arc_buf_hdr_t **markers, int count) in arc_state_free_markers() argument
4025 arc_state_free_marker(markers[i]); in arc_state_free_markers()
4026 kmem_free(markers, sizeof (*markers) * count); in arc_state_free_markers()
4049 arc_buf_hdr_t **markers; in arc_evict_state() local
4061 markers = arc_state_evict_markers; in arc_evict_state()
4064 markers = arc_state_alloc_markers(num_sublists); in arc_evict_state()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DPEM_read.pod35 by begin/end markers each on their own line. For example:
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-asn1parse.pod.in103 processed whether it has the normal PEM BEGIN and END markers or not. This
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-glossary.pod144 by begin/end markers each on their own line. For example:
/freebsd/contrib/file/magic/Magdir/
H A Djpeg89 # Application specific markers
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def5 // Add separate macros for the architecture specific tags and the markers
/freebsd/contrib/tcsh/
H A Dtcsh.man2html445 # Find paragraph markers, ignoring those between '.ig' and '..'
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def117 /// Lifetime markers.
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh2632 Merge conflict markers remain in: ${F}
/freebsd/contrib/libcbor/
H A DDoxyfile1237 # of the possible markers and block names see the documentation.
1287 # files will be copied as-is; there are no commands or markers available.
1926 # description of the possible markers and block names see the documentation.
1957 # markers available.
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen1319 # of the possible markers and block names see the documentation.
1369 # files will be copied as-is; there are no commands or markers available.
2009 # description of the possible markers and block names see the documentation.
2040 # markers available.
/freebsd/contrib/bearssl/
H A DDoxyfile1095 # of the possible markers and block names see the documentation.
1140 # files will be copied as-is; there are no commands or markers available.
1705 # markers available.
/freebsd/contrib/less/
H A DNEWS332 * A second ESC-u command will clear search match markers in the status column.
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in1199 # of the possible markers and block names see the documentation.
1244 # files will be copied as-is; there are no commands or markers available.
1856 # markers available.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7141 def disable_lifetimemarkers : Flag<["-"], "disable-lifetime-markers">,
7142 HelpText<"Disable lifetime-markers emission even when optimizations are "
/freebsd/contrib/diff/doc/
H A Ddiff.texi958 gutter contains one of the following markers:
/freebsd/contrib/flex/
H A DChangeLog5371 * flex.skl, misc.c: Changed cryptic skeleton markers to readable

12