Home
last modified time | relevance | path

Searched full:conforming (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfeature_tests.h96 * __STDC__ The integer constant 1, intended to indicate a conforming
99 * Furthermore, a strictly conforming program shall use only those features
100 * of the language and library specified in these standards. A conforming
101 * implementation shall accept any strictly conforming program.
104 * strictly conforming environments and __STDC__ to 0 for environments that
110 * or not extensions to the C standard are used. Violations of conforming
114 * conforming environments using the -ansi or -std=<standard> options.
123 * cc -Xc (strictly conforming) 1 undefined
182 * - If no explicit standards-conforming environment is requested (neither
252 * When writing a conforming X/Open application, as per the specification
[all …]
/freebsd/lib/libpmc/
H A Dpmc.3176 CPUs and other CPUs conforming to version 3 of the
184 CPUs, and other CPUs conforming to version 1 of the
193 CPUs, and other CPUs conforming to version 2 of the
220 Fixed function hardware counters presents in CPUs conforming to the
224 Programmable hardware counters present in CPUs conforming to the
/freebsd/sys/x86/include/
H A Dsegments.h58 * For long-mode apps, %cs only has the conforming bit in sd_type, the sd_dpl,
179 #define SDT_MEMEC 28 /* memory execute only conforming */
180 #define SDT_MEMEAC 29 /* memory execute only accessed conforming */
181 #define SDT_MEMERC 30 /* memory execute read conforming */
182 #define SDT_MEMERAC 31 /* memory execute read accessed conforming */
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c316 bool ldtseg, codeseg, stackseg, dataseg, conforming; in validate_seg_desc() local
406 conforming = (usd.sd_type & 0x4) ? true : false; in validate_seg_desc()
407 if ((conforming && (cpl < dpl)) || in validate_seg_desc()
408 (!conforming && (cpl != dpl))) { in validate_seg_desc()
416 * A data segment is always non-conforming except when it's in validate_seg_desc()
417 * descriptor is a readable, conforming code segment. in validate_seg_desc()
420 conforming = true; in validate_seg_desc()
422 conforming = false; in validate_seg_desc()
424 if (!conforming && (rpl > dpl || cpl > dpl)) { in validate_seg_desc()
/freebsd/sys/contrib/device-tree/Bindings/tpm/
H A Dtcg,tpm-tis-i2c.yaml7 title: I²C-attached Trusted Platform Module conforming to TCG TIS specification
30 - description: Generic TPM 2.0 chips conforming to TCG PTP interface
/freebsd/secure/lib/libcrypto/man/man3/
H A DPKCS12_decrypt_skey.3164 .SH "CONFORMING TO"
165 .IX Header "CONFORMING TO"
H A DEVP_md4.3168 .SH "CONFORMING TO"
169 .IX Header "CONFORMING TO"
H A DEVP_md5.3178 .SH "CONFORMING TO"
179 .IX Header "CONFORMING TO"
H A DEVP_mdc2.3169 .SH "CONFORMING TO"
170 .IX Header "CONFORMING TO"
H A DEVP_ripemd160.3168 .SH "CONFORMING TO"
169 .IX Header "CONFORMING TO"
H A DEVP_sm3.3167 .SH "CONFORMING TO"
168 .IX Header "CONFORMING TO"
H A DPKCS12_pack_p7encdata.3171 .SH "CONFORMING TO"
172 .IX Header "CONFORMING TO"
H A DEVP_blake2b512.3177 .SH "CONFORMING TO"
178 .IX Header "CONFORMING TO"
H A DEVP_md2.3167 .SH "CONFORMING TO"
168 .IX Header "CONFORMING TO"
H A DEVP_sha1.3168 .SH "CONFORMING TO"
169 .IX Header "CONFORMING TO"
H A DEVP_whirlpool.3169 .SH "CONFORMING TO"
170 .IX Header "CONFORMING TO"
H A DEVP_sha224.3183 .SH "CONFORMING TO"
184 .IX Header "CONFORMING TO"
H A DEVP_sha3_224.3188 .SH "CONFORMING TO"
189 .IX Header "CONFORMING TO"
H A DMDC2_Init.3194 .SH "CONFORMING TO"
195 .IX Header "CONFORMING TO"
H A DPKCS12_add_cert.3192 .SH "CONFORMING TO"
193 .IX Header "CONFORMING TO"
H A DPKCS12_gen_mac.3186 .SH "CONFORMING TO"
187 .IX Header "CONFORMING TO"
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-posix.mk72 # strict reading of POSIX 2018 makes the makefile non-conforming.
83 # a strict reading of POSIX 2018 makes the makefile non-conforming.
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_CIPHER-NULL.7184 .SH "CONFORMING TO"
185 .IX Header "CONFORMING TO"
H A DEVP_KEM-RSA.7165 .SH "CONFORMING TO"
166 .IX Header "CONFORMING TO"
H A DRSA-PSS.7169 .SH "CONFORMING TO"
170 .IX Header "CONFORMING TO"

12345678910>>...14