Searched full:conforming (Results 1 – 25 of 335) sorted by relevance
12345678910>>...14
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | feature_tests.h | 96 * __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 D | pmc.3 | 176 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 D | segments.h | 58 * 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 D | task_switch.c | 316 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 D | tcg,tpm-tis-i2c.yaml | 7 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 D | PKCS12_decrypt_skey.3 | 164 .SH "CONFORMING TO" 165 .IX Header "CONFORMING TO"
|
H A D | EVP_md4.3 | 168 .SH "CONFORMING TO" 169 .IX Header "CONFORMING TO"
|
H A D | EVP_md5.3 | 178 .SH "CONFORMING TO" 179 .IX Header "CONFORMING TO"
|
H A D | EVP_mdc2.3 | 169 .SH "CONFORMING TO" 170 .IX Header "CONFORMING TO"
|
H A D | EVP_ripemd160.3 | 168 .SH "CONFORMING TO" 169 .IX Header "CONFORMING TO"
|
H A D | EVP_sm3.3 | 167 .SH "CONFORMING TO" 168 .IX Header "CONFORMING TO"
|
H A D | PKCS12_pack_p7encdata.3 | 171 .SH "CONFORMING TO" 172 .IX Header "CONFORMING TO"
|
H A D | EVP_blake2b512.3 | 177 .SH "CONFORMING TO" 178 .IX Header "CONFORMING TO"
|
H A D | EVP_md2.3 | 167 .SH "CONFORMING TO" 168 .IX Header "CONFORMING TO"
|
H A D | EVP_sha1.3 | 168 .SH "CONFORMING TO" 169 .IX Header "CONFORMING TO"
|
H A D | EVP_whirlpool.3 | 169 .SH "CONFORMING TO" 170 .IX Header "CONFORMING TO"
|
H A D | EVP_sha224.3 | 183 .SH "CONFORMING TO" 184 .IX Header "CONFORMING TO"
|
H A D | EVP_sha3_224.3 | 188 .SH "CONFORMING TO" 189 .IX Header "CONFORMING TO"
|
H A D | MDC2_Init.3 | 194 .SH "CONFORMING TO" 195 .IX Header "CONFORMING TO"
|
H A D | PKCS12_add_cert.3 | 192 .SH "CONFORMING TO" 193 .IX Header "CONFORMING TO"
|
H A D | PKCS12_gen_mac.3 | 186 .SH "CONFORMING TO" 187 .IX Header "CONFORMING TO"
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-posix.mk | 72 # 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 D | EVP_CIPHER-NULL.7 | 184 .SH "CONFORMING TO" 185 .IX Header "CONFORMING TO"
|
H A D | EVP_KEM-RSA.7 | 165 .SH "CONFORMING TO" 166 .IX Header "CONFORMING TO"
|
H A D | RSA-PSS.7 | 169 .SH "CONFORMING TO" 170 .IX Header "CONFORMING TO"
|
12345678910>>...14