/freebsd/contrib/file/magic/Magdir/ |
H A D | os400 | 2 #------------------------------------------------------------------------------ 6 # IBM OS/400 (i5/OS) Save file (SAVF) - gerardo.cacciari@gmail.com 24 >&213 byte 0x44 \b, at least V5R4 to open 25 >&213 byte 0x43 \b, at least V5R3 to open 26 >&213 byte 0x42 \b, at least V5R2 to open 27 >&213 byte 0x41 \b, at least V5R1 to open 28 >&213 byte 0x40 \b, at least V4R5 to open 29 >&213 byte 0x3F \b, at least V4R4 to open 30 >&213 byte 0x3E \b, at least V4R3 to open 31 >&213 byte 0x3C \b, at least V4R2 to open [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmiintrin.h | 1 /*===---- bmiintrin.h - BMI intrinsics -------------------------------------=== 5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 *===-----------------------------------------------------------------------=== 17 /* Allow using the tzcnt intrinsics even for non-BMI targets. Since the TZCNT 18 instruction behaves as BSF on non-BMI targets, there is code that expects 29 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 30 /// \returns An unsigned 16-bit integer containing the number of trailing zero 50 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 51 /// \returns An unsigned 16-bit integer containing the number of trailing zero 63 /// An unsigned 32-bit integer whose trailing zeros are to be counted. [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | string.h | 2 * Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") 60 * pointer to a string of at least 'size' bytes. 63 * 'target' is a pointer to a char[] of at least 'size' bytes. 76 * ISC_R_SUCCESS -- 'source' was successfully copied to 'target'. 77 * ISC_R_NOSPACE -- 'source' could not be copied since 'target' 85 * pointer to a string of at least 'size' bytes. 88 * 'target' is a pointer to a char[] of at least 'size' bytes. 101 * pointer to a NUL terminated string of at least 'size' bytes. 105 * least 'size' bytes. 118 * ISC_R_SUCCESS -- 'source' was successfully appended to 'target'. [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_utils/include/ |
H A D | qat_utils.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2025 Intel Corporation */ 35 #include <crypto/rijndael/rijndael-api-fst.h> 43 #define QAT_UTILS_WAIT_FOREVER (-1) 86 elementtoadd->pNext = NULL; \ 87 elementtoadd->pPrev = NULL; \ 90 elementtoadd->pPrev = currentptr; \ 91 currentptr->pNext = elementtoadd; \ 92 elementtoadd->pNext = NULL; \ 101 elementtoadd->pNext = NULL; \ [all …]
|
/freebsd/lib/libc/amd64/string/ |
H A D | timingsafe_bcmp.S | 1 /*- 33 #define ALIGN_TEXT .p2align 4,0x90 /* 16-byte alignment, nop filled */ 41 cmp $16, %rdx # at least 17 bytes to process? 44 cmp $8, %edx # at least 9 bytes to process? 47 cmp $4, %edx # at least 5 bytes to process? 50 cmp $2, %edx # at least 3 bytes to process? 59 .L0102: movzbl (%rdi), %eax # load 1--2 bytes from first buffer 60 movzbl -1(%rdi, %rdx, 1), %ecx 62 xor -1(%rsi, %rdx, 1), %cl 67 movzwl -2(%rdi, %rdx, 1), %ecx [all …]
|
/freebsd/crypto/openssl/include/internal/ |
H A D | quic_vlint.h | 2 * Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved. 18 /* The smallest value requiring a 1, 2, 4, or 8-byte representation. */ 25 #define OSSL_QUIC_VLINT_1B_MAX (OSSL_QUIC_VLINT_2B_MIN - 1) 26 #define OSSL_QUIC_VLINT_2B_MAX (OSSL_QUIC_VLINT_4B_MIN - 1) 27 #define OSSL_QUIC_VLINT_4B_MAX (OSSL_QUIC_VLINT_8B_MIN - 1) 28 #define OSSL_QUIC_VLINT_8B_MAX (((uint64_t)1 << 62) - 1) 30 /* The largest value representable as a variable-length integer. */ 34 * Returns the number of bytes needed to encode v in the QUIC variable-length 57 * This function writes a QUIC varable-length encoded integer to buf. 63 * Precondition: buf is at least ossl_quic_vlint_enc_len(v) bytes in size [all …]
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | EVP_KDF-PBKDF2.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "EVP_KDF-PBKDF2 7ossl" 58 .TH EVP_KDF-PBKDF2 7ossl 2025-09-30 3.5.4 OpenSSL 64 EVP_KDF\-PBKDF2 \- The PBKDF2 EVP_KDF implementation 67 Support for computing the \fBPBKDF2\fR password-based KDF through the \fBEVP_KDF\fR 70 The EVP_KDF\-PBKDF2 algorithm implements the PBKDF2 password-based key 71 derivation function, as described in SP800\-132; it derives a key from a password 100 This parameter can be used to enable or disable SP800\-132 compliance checks. 105 .IP "\- the iteration count is at least 1000." 4 106 .IX Item "- the iteration count is at least 1000." [all …]
|
H A D | provider-kdf.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "PROVIDER-KDF 7ossl" 58 .TH PROVIDER-KDF 7ossl 2025-09-30 3.5.4 OpenSSL 64 provider\-kdf \- The KDF library <\-> provider functions 110 (see "Provider Functions" in \fBprovider\-base\fR\|(7)). 125 macros in \fBopenssl\-core_dispatch.h\fR\|(7), as follows: 145 In order to be a consistent set of functions, at least the following functions 204 Parameters currently recognised by built-in KDFs are as follows. Not all 248 Enables or disables the SP800\-132 compliance checks. 253 .IP "\- the iteration count is at least 1000." 4 [all …]
|
/freebsd/lib/libpmc/ |
H A D | pmc.sandybridgeuc.3 | 45 .Bl -tag -width "Li PMC_CLASS_UCP" 47 Fixed-function counters that count only one hardware event per counter. 59 .%B "Intel(R) 64 and IA-32 Architectures Software Developers Manual" 61 .%N "Order Number: 253669-039US" 68 Not all CPUs in this family implement fixed-function counters. 71 .Bl -column "PMC_CAP_INTERRUPT" "Support" 88 .Bl -tag -width indent 94 Configure the PMC to count the number of de-asserted to asserted 109 .Bl -tag -width indent 127 Filter on cross-core snoops resulted in external snoop request. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
H A D | pipeline.json | 3 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 188 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 225 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 255 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 273 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 415 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 434 …tion. For instructions that consist of multiple micro-ops, Counts the retirement of the last micro… 439 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 445 …n": "Counts the number of instructions (EOMs) retired. Counting covers macro-fused instructions in… 486 …"BriefDescription": "Cycles the issue-stage is waiting for front-end to fetch from resteered path … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/ |
H A D | pipeline.json | 3 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 188 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 225 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 255 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 273 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 415 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 434 …tion. For instructions that consist of multiple micro-ops, Counts the retirement of the last micro… 439 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 445 …n": "Counts the number of instructions (EOMs) retired. Counting covers macro-fused instructions in… 486 …"BriefDescription": "Cycles the issue-stage is waiting for front-end to fetch from resteered path … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/ |
H A D | pipeline.json | 3 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 188 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 225 …"BriefDescription": "Core crystal clock cycles when at least one thread on the physical core is un… 255 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 273 …"BriefDescription": "Core cycles when at least one thread on the physical core is not in halt stat… 415 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 434 …tion. For instructions that consist of multiple micro-ops, Counts the retirement of the last micro… 439 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 445 …n": "Counts the number of instructions (EOMs) retired. Counting covers macro-fused instructions in… 486 …"BriefDescription": "Cycles the issue-stage is waiting for front-end to fetch from resteered path … [all …]
|
/freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/ |
H A D | wind.3 | 1 .TH "Heimdal wind library" 3 "11 Jan 2012" "Version 1.5.2" "Heimdalwindlibrary" \" -*- nroff -*- 5 Heimdal wind library \- 73 Convert an UCS4 string to a puny-coded DNS label string suitable when combined with delimiters and … 81 \fIout\fP the resulting puny-coded string. The string is not NUL terminatied. 94 Process a input UCS4 string according a string-prep profile. 127 \fIout\fP the output UCS2, the array must be at least out/2 long. 146 Convert an UCS2 string to a UTF-8 string. 154 \fIout\fP the resulting UTF-8 strint, must be at least \fBwind_ucs2utf8_length()\fP long. If out is… 167 Calculate the length of from converting a UCS2 string to an UTF-8 string. 175 \fIout_len\fP the length of the resulting UTF-8 string. [all …]
|
/freebsd/lib/libc/aarch64/string/ |
H A D | timingsafe_bcmp.S | 2 * SPDX-License-Identifier: BSD-2-Clause 10 cmp x2, #32 // at least 33 bytes to process? 13 cmp x2, #16 // at least 17 bytes to process? 16 cmp x2, #8 // at least 9 bytes to process? 19 cmp x2, #4 // at least 5 bytes to process? 22 cmp x2, #2 // at least 3 bytes to process?
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_poll.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_POLL 3ossl 2025-09-30 3.5.4 OpenSSL 90 \&\- determine or await readiness conditions for one or more pollable objects 143 least one of the given resources is ready. 175 event types are defined as always being enabled (non-maskable). See "EVENT 186 If \fItimeout\fR is NULL, the function blocks indefinitely until at least one 189 If \fItimeout\fR is non-NULL, and it points to a \fBstruct timeval\fR which is set to 193 If \fItimeout\fR is non-NULL, and it points to a \fBstruct timeval\fR which is set to 195 at least one of the specified resources is ready, whichever comes first. 213 The \fIresult_count\fR argument is optional. If it is non-NULL, it is used to [all …]
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_resize_cq.3 | 1 .\" -*- nroff -*- 2 .\" Licensed under the OpenIB.org BSD license (FreeBSD Variant) - See COPYING.md 4 .TH IBV_RESIZE_CQ 3 2006-10-31 libibverbs "Libibverbs Programmer's Manual" 6 ibv_resize_cq \- resize a completion queue (CQ) 17 to have at least 21 must be at least the number of unpolled entries in the CQ 28 the CQ to a size at least as big as the requested size.
|
/freebsd/share/man/man7/ |
H A D | stdint.7 | 36 header provides source-portable integer types of a specific 64 of at least 8, 16, 32, or 64 bits, respectively. 72 of at least 8, 16, 32, or 64 bits, respectively. 83 a width of at least 8, 16, 32, or 64 bits, respectively. 91 a width of at least 8, 16, 32, or 64 bits, respectively. 127 .St -isoC-99 129 .St -p1003.1-2001 .
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | pipeline.json | 10 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 158 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.", 182 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX … 189 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE… 248 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread … 450 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event", 474 …"PublicDescription": "Counts the number of instructions retired - an Architectural PerfMon event. … 479 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 486 …"PublicDescription": "Counts the number of instructions retired - an Architectural PerfMon event. … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | pipeline.json | 10 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 156 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.", 180 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX … 187 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE… 244 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread … 452 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event", 474 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve… 479 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 486 …"PublicDescription": "Counts the number of X86 instructions retired - an Architectural PerfMon eve… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | pipeline.json | 10 …y executing divide or square root operations. Accounts for integer and floating-point operations.", 158 "BriefDescription": "Mispredicted non-taken conditional branch instructions retired.", 182 …"BriefDescription": "All miss-predicted indirect branch instructions retired (excluding RETs. TSX … 189 …"PublicDescription": "Counts all miss-predicted indirect branch instructions retired (excluding RE… 248 …stal clock cycle counts between active hyperthreads, i.e., those in C0 sleep-state. A hyperthread … 450 …e number of prefixes in a 16B-line. This may result in a three-cycle penalty for each LCP (Length … 468 "BriefDescription": "Number of instructions retired. Fixed Counter - architectural event", 474 …"PublicDescription": "Counts the number of instructions retired - an Architectural PerfMon event. … 479 "BriefDescription": "Number of instructions retired. General Counter - architectural event", 486 …"PublicDescription": "Counts the number of instructions retired - an Architectural PerfMon event. … [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/ |
H A D | uncore-other.json | 22 …for data returning from the memory controller. Accounts for coherent and non-coherent requests ini… 26 …for data returning from the memory controller. Accounts for coherent and non-coherent requests ini… 31 …"Cycles with at least half of the requests outstanding are waiting for data return from memory con… 37 …"Cycles with at least half of the requests outstanding are waiting for data return from memory con… 42 …on": "Cycles with at least one request outstanding is waiting for data return from memory controll… 48 …on": "Cycles with at least one request outstanding is waiting for data return from memory controll… 53 …"BriefDescription": "Counts the number of coherent and in-coherent requests initiated by IA cores,… 58 …"PublicDescription": "Counts the number of coherent and in-coherent requests initiated by IA cores… 83 "BriefDescription": "This 48-bit fixed counter counts the UCLK cycles.", 87 "PublicDescription": "This 48-bit fixed counter counts the UCLK cycles.",
|
H A D | pipeline.json | 35 "BriefDescription": "Speculative and retired macro-conditional branches", 40 "PublicDescription": "Speculative and retired macro-conditional branches.", 45 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 50 …"PublicDescription": "Speculative and retired macro-unconditional branches excluding calls and ind… 84 "BriefDescription": "Not taken macro-conditional branches", 89 "PublicDescription": "Not taken macro-conditional branches.", 94 "BriefDescription": "Taken speculative and retired macro-conditional branches", 99 "PublicDescription": "Taken speculative and retired macro-conditional branches.", 104 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 109 …"PublicDescription": "Taken speculative and retired macro-conditional branch instructions excludin… [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
H A D | uncore-other.json | 22 …for data returning from the memory controller. Accounts for coherent and non-coherent requests ini… 26 …for data returning from the memory controller. Accounts for coherent and non-coherent requests ini… 31 …"Cycles with at least half of the requests outstanding are waiting for data return from memory con… 37 …"Cycles with at least half of the requests outstanding are waiting for data return from memory con… 42 …on": "Cycles with at least one request outstanding is waiting for data return from memory controll… 48 …on": "Cycles with at least one request outstanding is waiting for data return from memory controll… 53 …"BriefDescription": "Counts the number of coherent and in-coherent requests initiated by IA cores,… 58 …"PublicDescription": "Counts the number of coherent and in-coherent requests initiated by IA cores… 83 "BriefDescription": "This 48-bit fixed counter counts the UCLK cycles.", 87 "PublicDescription": "This 48-bit fixed counter counts the UCLK cycles.",
|
/freebsd/crypto/krb5/src/lib/kadm5/ |
H A D | chpass_util_strings.et | 8 "New passwords do not match - password not changed.\n" 12 error_code CHPASS_UTIL_NO_PASSWORD_READ, "You must type a password. Passwords must be at least one … 27 Please choose a password which is at least %d characters long." 28 # /* <pw-min-len> */ 33 - lower-case letters,\n\ 34 - upper-case letters,\n\ 35 - digits,\n\ 36 - punctuation, and\n\ 37 - all other characters (e.g., control characters).\n\ 38 Please choose a password with at least %d character classes." [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/ |
H A D | pipeline.json | 35 "BriefDescription": "Speculative and retired macro-conditional branches", 40 "PublicDescription": "Speculative and retired macro-conditional branches.", 45 …"BriefDescription": "Speculative and retired macro-unconditional branches excluding calls and indi… 50 …"PublicDescription": "Speculative and retired macro-unconditional branches excluding calls and ind… 84 "BriefDescription": "Not taken macro-conditional branches", 89 "PublicDescription": "Not taken macro-conditional branches.", 94 "BriefDescription": "Taken speculative and retired macro-conditional branches", 99 "PublicDescription": "Taken speculative and retired macro-conditional branches.", 104 …"BriefDescription": "Taken speculative and retired macro-conditional branch instructions excluding… 109 …"PublicDescription": "Taken speculative and retired macro-conditional branch instructions excludin… [all …]
|