/freebsd/contrib/diff/lib/ |
H A D | version-etc.c | 77 /* TRANSLATORS: %s denotes an author name. */ in version_etc_va() 81 /* TRANSLATORS: Each %s denotes an author name. */ in version_etc_va() 85 /* TRANSLATORS: Each %s denotes an author name. */ in version_etc_va() 89 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 95 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 101 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 108 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 115 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 123 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va() 133 /* TRANSLATORS: Each %s denotes an author name. in version_etc_va()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Driver.h | 94 // Denotes the linker version. 96 // Denotes the input files. 98 // Denotes the files that do not exist(?) 100 // Denotes the output files.
|
/freebsd/share/man/man9/ |
H A D | iflibtxrx.9 | 70 Denotes the size of packet to be sent on the transmit queue. 145 Denotes the size of a received packet. 148 Denotes the offset value for the next packet to be receive. 152 Denotes the index value of the packet currently being processed in the
|
/freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
H A D | graph_legend.html | 65 A box with a black border denotes a documented struct or class. </li> 67 A box with a grey border denotes an undocumented struct or class. </li> 69 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 81 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
H A D | graph_legend.html | 65 A box with a black border denotes a documented struct or class. </li> 67 A box with a grey border denotes an undocumented struct or class. </li> 69 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 81 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_init.3 | 68 denotes an open file descriptor referencing a compilation object. 80 denotes a descriptor returned by 109 denotes a function to be called in case of an error.
|
/freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
H A D | graph_legend.html | 66 A box with a black border denotes a documented struct or class. </li> 68 A box with a grey border denotes an undocumented struct or class. </li> 70 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
H A D | graph_legend.html | 66 A box with a black border denotes a documented struct or class. </li> 68 A box with a grey border denotes an undocumented struct or class. </li> 70 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | graph_legend.html | 66 A box with a black border denotes a documented struct or class. </li> 68 A box with a grey border denotes an undocumented struct or class. </li> 70 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 82 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
H A D | graph_legend.html | 67 A box with a black border denotes a documented struct or class. </li> 69 A box with a grey border denotes an undocumented struct or class. </li> 71 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 83 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
H A D | graph_legend.html | 67 A box with a black border denotes a documented struct or class. </li> 69 A box with a grey border denotes an undocumented struct or class. </li> 71 A box with a red border denotes a documented struct or class forwhich not all inheritance/containme… 83 A yellow dashed arrow denotes a relation between a template instance and the template class it was …
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 97 BIT monospace denotes literal characters in the type 99 denotes an octet value in hexadecimal 101 n1 bold italics denotes a variable 312 CHOICE type denotes a union of one or more alternatives; the 313 ANY type denotes an arbitrary value of an arbitrary type, 595 Explicit tagging denotes a type derived from another type by 668 The ANY type denotes an arbitrary value of an arbitrary 722 The BIT STRING type denotes an arbitrary string of bits 795 The CHOICE type denotes a union of one or more alternatives. 845 The IA5String type denotes an arbtrary string of IA5 [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | common_reference.h | 35 // Let `XREF(A)` denote a unary alias template `T` such that `T<U>` denotes the same type as `U` 137 // the member typedef `type` denotes that type. 148 // is well-formed, then the member typedef `type` denotes that type. 166 // then the member typedef `type` denotes that type. 174 // then the member typedef `type` denotes that type.
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | advance.h | 125 // denotes a range. 146 // * If `n > 0`, [i, bound_sentinel) denotes a range. 147 // * If `n == 0`, [i, bound_sentinel) or [bound_sentinel, i) denotes a range. 148 …// * If `n < 0`, [bound_sentinel, i) denotes a range, `I` models `bidirectional_iterator`, and `…
|
H A D | iterator_traits.h | 243 // If the qualified-id `I::pointer` is valid and denotes a type, `pointer` names that type. 264 // If the qualified-id `I::reference` is valid and denotes a type, `reference` names that type. 302 // If the qualified-id `I::iterator-category` is valid and denotes a type, `iterator-category` names 315 // If the qualified-id `incrementable_traits<I>::difference_type` is valid and denotes a type, then 514 // Let `RI` be `remove_cvref_t<I>`. The type `iter_value_t<I>` denotes
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | qcom_adm.txt | 7 - #dma-cells: must be <2>. First cell denotes the channel number. Second cell 8 denotes CRCI (client rate control interface) flow control assignment.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | RSA_sign.pod | 36 B<type> denotes the message digest algorithm that was used to generate 43 matches a given message digest B<m> of size B<m_len>. B<type> denotes
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smsm.txt | 57 Definition: must be 1 - denotes bit number 68 Definition: must be 2 - denotes bit number and IRQ flags
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-tsec-phy.txt | 70 - rx-stash-len : Denotes the number of bytes of a received buffer to stash 72 - rx-stash-idx : Denotes the index of the first byte from the received
|
H A D | ti,dp83867.yaml | 103 This denotes the fact that the board has RX_DV/RX_CTRL pin strapped in 111 This denotes which SGMII configuration is used (4 or 6-wire modes).
|
/freebsd/share/examples/jails/ |
H A D | jib | 198 # + N denotes 4 bits used as a counter to support branching 201 # + P denotes the special nibble whose value, if one of 202 # 2, 6, A, or E (but usually 2) denotes a privately 204 # + S denotes 16 bits, the sum(1) value of the jail name. 205 # + I denotes bits that are inherited from parent interface.
|
H A D | jng | 200 # + N denotes 4 bits used as a counter to support branching 203 # + P denotes the special nibble whose value, if one of 204 # 2, 6, A, or E (but usually 2) denotes a privately 206 # + S denotes 16 bits, the sum(1) value of the jail name. 207 # + I denotes bits that are inherited from parent interface.
|
/freebsd/sys/dev/qat/qat_api/common/compression/ |
H A D | dc_header_footer.c | 70 0x08; /* CM = 8 denotes "deflate" compression */ in cpaDcGenerateHeader() 71 pDest[3] = 0x00; /* FLG = 0 denotes "No extra fields" */ in cpaDcGenerateHeader() 106 CM = 8 denotes "deflate" compression, in cpaDcGenerateHeader()
|
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/ |
H A D | jkt-metrics.json | 7 …denotes the first part of the processor core responsible to fetch operations that are executed lat… 14 …denotes the first part of the processor core responsible to fetch operations that are executed lat…
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | snb-metrics.json | 7 …denotes the first part of the processor core responsible to fetch operations that are executed lat… 14 …denotes the first part of the processor core responsible to fetch operations that are executed lat…
|