/freebsd/tools/tools/ath/arcode/ |
H A D | arcode.c | 30 const char *markers[] = { variable 65 s = markers[a->reg]; in op_mark()
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | .gitignore | 15 /Module.markers
|
H A D | Makefile.in | 73 $(RM) @LINUX_SYMBOLS@ Module.markers
|
/freebsd/usr.bin/sed/tests/ |
H A D | hanoi.sed | 21 # has the following meaning: the material after the three markers :1, :2, 71 # outputting current state without markers
|
/freebsd/sys/conf/ |
H A D | newvers.sh | 307 * etc. The what(1) utility prints these markers. Better methods exist, so this
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrCall.td | 17 // Call sequence markers. These have an immediate which represents the amount of
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 73 /// diagnostics, indicated by markers in the
|
H A D | CodeGenOptions.def | 74 CODEGENOPT(DisableLifetimeMarkers, 1, 0) ///< Don't emit any lifetime markers
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 4013 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 D | PEM_read.pod | 35 by begin/end markers each on their own line. For example:
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 103 processed whether it has the normal PEM BEGIN and END markers or not. This
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | openssl-glossary.pod | 144 by begin/end markers each on their own line. For example:
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | jpeg | 89 # Application specific markers
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 5 // Add separate macros for the architecture specific tags and the markers
|
/freebsd/contrib/tcsh/ |
H A D | tcsh.man2html | 445 # Find paragraph markers, ignoring those between '.ig' and '..'
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 117 /// Lifetime markers.
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 2632 Merge conflict markers remain in: ${F}
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 1237 # 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 D | unbound.doxygen | 1319 # 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 D | Doxyfile | 1095 # 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 D | NEWS | 332 * A second ESC-u command will clear search match markers in the status column.
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 1199 # 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 D | Options.td | 7141 def disable_lifetimemarkers : Flag<["-"], "disable-lifetime-markers">, 7142 HelpText<"Disable lifetime-markers emission even when optimizations are "
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 958 gutter contains one of the following markers:
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 5371 * flex.skl, misc.c: Changed cryptic skeleton markers to readable
|