/freebsd/contrib/cortex-strings/scripts/ |
H A D | bench.py | 3 """Simple harness that benchmarks different variants of the routines, 53 VARIANTS = sorted(HAS.keys()) variable 84 def run_many(cache, variants, bytes, all_functions): argument 102 for variant in variants: 133 …rgument("-v", "--variants", nargs="+", help="library variant to run (run all if not specified)", d… 151 run_many(cache, args.variants, bytes, args.functions)
|
H A D | plot-top.py | 3 """Plot the performance of different variants of the string routines 15 variants = libplot.unique(records, 'variant', prefer='this') 19 width = 1.0/(len(variants)+1) 26 for i, variant in enumerate(variants): 46 pylab.title('Performance of different variants for %d byte blocks' % bytes)
|
H A D | plot-align.py | 3 """Plot the performance of different variants of one routine versus alignment. 14 variants = libplot.unique(records, 'variant', prefer='this') 18 width = 1.0/(len(variants)+1) 25 for i, variant in enumerate(variants): 50 …pylab.title('Performance of different variants of %(function)s for %(bytes)d byte blocks' % locals…
|
H A D | plot-sizes.py | 4 variants. 23 variants = libplot.unique(records, 'variant', prefer='this') 53 for variant in variants:
|
H A D | plot.py | 67 variants = unique(records, 'variant') 75 variants.reverse() 78 for variant in variants:
|
/freebsd/crypto/openssl/test/certs/ |
H A D | setup.sh | 5 # root cert variants: CA:false, key2, DN2, expired 13 # trust variants: +serverAuth -serverAuth +clientAuth -clientAuth 22 # trust variants: +anyEKU -anyEKU 27 # root-cert2 trust variants: +serverAuth -serverAuth +clientAuth 34 # root-nonca trust variants: +serverAuth +anyEKU 40 # Root CA security level variants: 50 # trust variants: +serverAuth -serverAuth +clientAuth -clientAuth +anyEKU -anyEKU 66 # trust variants: +serverAuth -serverAuth +clientAuth -clientAuth +anyEKU -anyEKU 82 # ca variants: CA:false, no bc, key2, DN2, issuer2, expired 89 # trust variants: +serverAuth, -serverAuth, +clientAuth, -clientAuth [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-query.mk | 15 # variants Ensures that the up-to-date status is correctly 22 all: .PHONY variants cleanup 26 variants: .PHONY 39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \ 77 .elif ${PART} == "variants"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPack.h | 32 /// Most significant bits used to identify "Fix" variants in MessagePack. 44 /// Mask of bits used to identify "Fix" variants in MessagePack. 57 /// The maximum value or size encodable in "Fix" variants of formats. 66 /// The exact size encodable in "Fix" variants of formats. 76 /// The minimum value or size encodable in "Fix" variants of formats.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | README.txt | 5 are common to two or more variants of UNIX. For example, the directory 9 Posix - code that is specific to Posix variants of UNIX 11 SysV - code that is specific to System V variants of UNIX
|
/freebsd/share/man/man9/ |
H A D | atomic.9 | 176 Atomic operations on memory have up to three variants. 403 and do not have any variants with memory barriers at this time. 426 and do not have any variants with memory barriers at this time. 457 and do not have any variants with memory barriers at this time. 488 and generally do not have any variants with memory barriers at this time 582 Simultaneously, the acquire and release variants were introduced, and 610 The relaxed variants of
|
H A D | vm_page_alloc.9 | 175 functions and their NUMA-aware variants allocate a physically contiguous run of 220 variants. 290 variants will return zeroed pages. 300 variants, and must not be specified in combination with
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | opencores,or1k-pic.txt | 5 - compatible : should be "opencores,or1k-pic-level" for variants with 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | cpio.5 | 48 The variants differ primarily in how they store those integers 324 .Ss HP variants 329 .Ss Other Extensions and Variants 373 gigabyte file sizes for the older and newer variants, respectively. 385 Especially when writing older cpio variants, it may be necessary
|
H A D | libarchive-formats.5 | 62 Later variants have extended this by either appropriating undefined 203 variants. A cpio archive stores each entry as a fixed-size header 206 the header or file data. There are several cpio variants, which 213 little-endian variants of the the two binary cpio formats; the 233 The libarchive library can read both CRC and non-CRC variants of 374 There are two common variants:
|
H A D | libarchive.3 | 51 most variants of the POSIX 122 two different variants of shar archives, 213 variants have eliminated most restrictions on the length of textual fields.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_get_d2i.pod | 107 The function X509V3_get_d2i() and its variants 113 The function X509V3_add1_i2d() and its variants allocate B<X509_EXTENSION> 204 X509V3_get_d2i(), its variants, and X509V3_EXT_d2i() return 207 X509V3_add1_i2d() and its variants return 1 if the operation is successful
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenSchedule.cpp | 597 RecVec Vars = RWDef->getValueAsListOfDefs("Variants"); in scanSchedRW() 608 // More may be inferred later when inferring new SchedClasses from variants. 1376 RecVec Variants = SchedRW.TheDef->getValueAsListOfDefs("Variants"); in mutuallyExclusive() local 1377 if (any_of(Variants, [PredDef](const Record *R) { in mutuallyExclusive() 1382 // we're expanding. Consider following RW sequence with two variants in mutuallyExclusive() 1413 static std::vector<Record *> getAllPredicates(ArrayRef<TransVariant> Variants, in getAllPredicates() argument 1416 for (auto &Variant : Variants) { in getAllPredicates() 1424 // Populate IntersectingVariants with any variants or aliased sequences of the 1433 std::vector<TransVariant> Variants; in getIntersectingVariants() local 1442 const RecVec VarDefs = SchedRW.TheDef->getValueAsListOfDefs("Variants"); in getIntersectingVariants() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | arm,versatile.yaml | 13 The ARM Versatile boards are two variants of ARM926EJ-S evaluation boards 19 variants.
|
/freebsd/contrib/lua/doc/ |
H A D | lua.1 | 119 the version-specific variants take priority 120 and the version-neutral variants are ignored.
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | IssueHash.h | 25 /// We may introduce more variants of issue hashes in the future 26 /// but older variants will still be available for compatibility.
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509V3_get_d2i.3 | 241 The function \fBX509V3_get_d2i()\fR and its variants 246 The function \fBX509V3_add1_i2d()\fR and its variants allocate \fBX509_EXTENSION\fR 343 \&\fBX509V3_get_d2i()\fR, its variants, and \fBX509V3_EXT_d2i()\fR return 346 \&\fBX509V3_add1_i2d()\fR and its variants return 1 if the operation is successful
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1043a-rdb.dts | 109 * variants below. 123 * variants below. 137 * variants below.
|
/freebsd/share/man/man4/ |
H A D | htu21.4 | 127 Some sensor variants do not provide a serial number or use an incompatible 131 driver does not distinguish those variants and may complain about incorrect
|
/freebsd/share/i18n/csmapper/APPLE/ |
H A D | THAI%UCS.src | 109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants 111 # 0xD4-0xD7, and 0xE7-0xED. The positional variants would normally 134 # To satisfy both goals, we use private use characters to mark variants 169 # - Changed mappings of the positional variants to use standard
|
H A D | UCS%THAI.src | 109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants 111 # 0xD4-0xD7, and 0xE7-0xED. The positional variants would normally 134 # To satisfy both goals, we use private use characters to mark variants 169 # - Changed mappings of the positional variants to use standard
|