Home
last modified time | relevance | path

Searched +full:- +full:- +full:add +full:- +full:label (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/freebsd/contrib/bsddialog/
H A DCHANGELOG1 2024-07-01 1.0.4
8 2024-05-27 1.0.3
11 change: --form and --mixedform do not print field value to output fd if
12 <fieldlen> is <= 0 (readonly). To note --mixedgaug
[all...]
/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl2 # Copyright 1998-2020 The OpenSSL Project Authors. All Rights Reserved.
18 # assembler implementation performs suboptimally on latest IA-32
19 # microarchitectures. After re-tuning performance has changed as
22 # Pentium -10%
27 # (*) This number is actually a trade-off:-) It's possible to
28 # achieve +72%, but at the cost of -48% off PIII performance.
31 # For reference! This code delivers ~80% of rc4-amd64.pl
58 # poorly on PIII, at 8.0/14.5:-( As PIII is not a "hot" CPU
59 # [anymore], I chose to discard PIII-specific code path and opt
60 # for original IALU-only code, which is why MMX/SSE code path
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl2 # Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
19 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
48 &jnc(&label("maw_non_sse2"));
55 &jmp(&label("maw_sse2_entry"));
87 &add($a,32);
118 &jz(&label("maw_sse2_exit"));
121 &jnz(&label("maw_sse2_unrolled"));
134 &jnz(&label("maw_sse2_loop"));
168 &jz(&label("maw_finish"));
178 &add("eax",$c); # L(t)+= c
[all …]
H A Dx86-mont.pl2 # Copyright 2005-2020 The OpenSSL Project Authors. All Rights Reserved.
20 # First of all non-SSE2 path should be implemented (yes, for now it
21 # performs Montgomery multiplication/convolution only on SSE2-capable
23 # can be unrolled and modulo-scheduled to improve ILP and possibly
24 # moved to 128-bit XMM register bank (though it would require input
28 # 110%(!), rsa1024 one - by 70% and rsa4096 - by 20%:-)
32 # Modulo-scheduling SSE2 loops results in further 15-20% improvement.
33 # Integer-only code [being equipped with dedicated squaring procedure]
45 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
71 &jl (&label("just_leave"));
[all …]
/freebsd/sys/geom/label/
H A Dg_label.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2005 Pawel Jakub Dawidek <pjd@FreeBSD.org>
48 #include <geom/label/g_label.h>
53 SYSCTL_NODE(_kern_geom, OID_AUTO, label, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
68 #define G_LABEL_DIRPREFIX "label/"
85 * To add
114 g_label_rtrim(char * label,size_t size) g_label_rtrim() argument
170 g_label_is_name_ok(const char * label) g_label_is_name_ok() argument
187 g_label_mangle_name(char * label,size_t size) g_label_mangle_name() argument
223 g_label_create(struct gctl_req * req,struct g_class * mp,struct g_provider * pp,const char * label,const char * dirprefix,off_t mediasize) g_label_create() argument
348 g_label_generic_taste(struct g_consumer * cp,char * label,size_t size) g_label_generic_taste() argument
413 char label[128]; g_label_taste() local
[all...]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dlabels.yml8 pull-requests: write
12 runs-on: ubuntu-latest
15 - env:
19 gh pr edit $ISSUE --add-label "Status: Work in Progress"
22 runs-on: ubuntu-latest
25 - env:
29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status…
32 runs-on: ubuntu-latest
35 - env:
39 … edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Status: …
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dcbc.pl2 # Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
24 # 1,4,5,3,5,-1);
26 # 0,4,5,3,5,-1);
106 &jz(&label("decrypt"));
112 &jz(&label("encrypt_finish"));
145 &add($in, 8);
146 &add($out, 8);
149 &jnz(&label("encrypt_loop"));
155 &jz(&label("finish"));
156 &call(&label("PIC_point"));
[all …]
/freebsd/crypto/openssl/crypto/
H A Dx86cpuid.pl2 # Copyright 2004-2020 The OpenSSL Project Authors. All Rights Reserved.
17 for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
34 &jnc (&label("nocpuid"));
48 &jz (&label("intel"));
59 &jnz (&label("intel"));
65 &jb (&label("intel"));
72 &jb (&label("intel"));
76 &movz ("esi",&LB("ecx")); # number of cores - 1
83 &jnc (&label("generic"));
87 &ja (&label("generic"));
[all …]
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
53 * @brief per-device meta-data storage
58 /**< list of per-file meta-data information */
66 * @brief Mutex to protect the meta-data store lists
71 * @brief Executables meta-data storage
73 * This is used to store the fingerprints for potentially-executable files.
78 * @brief Plain file meta-data storage
87 * @brief Search the @p head meta-data list for the specified file identifier
90 * If meta-data exists for file system identified by @p fsid, it has a
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h1 //===-- llvm/CodeGen/DwarfUnit.h - Dwarf Compile Unit ---*- C++ -*--===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
32 //===----------------------------------------------------------------------===//
88 // Attribute 0 is used when emitting form-encoded values in blocks, which in addAttribute()
91 if (Attribute != 0 && Asm->TM.Options.DebugStrictDwarf && in addAttribute()
92 DD->getDwarfVersion() < dwarf::AttributeVersion(Attribute)) in addAttribute()
110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage()
126 /// Add a new global name to the compile unit.
[all …]
H A DDwarfCompileUnit.cpp1 //===- llvm/CodeGen/DwarfCompileUnit.cpp - Dwarf Compile Units ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
48 "add-linkage-names-to-declaration-call-origins", cl::Hidden,
49 cl::desc("Add DW_AT_linkage_name to function declaration DIEs "
51 "for -gsce debugger tuning."));
54 bool EnabledByDefault = DD->tuneForSCE(); in AddLinkageNamesToDeclCallOriginsForTuning()
67 if (DW->getDwarfVersion() >= 5 && Kind == UnitKind::Skeleton) in GetCompileUnitType()
78 MacroLabelBegin = Asm->createTempSymbol("cu_macro_begin"); in DwarfCompileUnit()
[all …]
/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86.pl2 # Copyright 2011-2023 The OpenSSL Project Authors. All Rights Reserved.
23 # observed for short inputs only, e.g. 45% for 64-byte messages in
30 # word on per-buffer basis, then you'd have to reload key context,
71 &jnc (&label("noluck"));
75 &jne (&label("zhaoxin"));
77 &jne (&label("noluck"));
79 &jne (&label("noluck"));
80 &jmp (&label("zhaoxinEnd"));
83 &jne (&label("noluck"));
85 &jne (&label("noluck"));
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl2 # Copyright 2007-2020 The OpenSSL Project Authors. All Rights Reserved.
20 # 10% to 40% [see below]. Not very impressive on some µ-archs, but
26 # Maj and full unroll, resulted in ~20-25% improvement on most CPUs,
34 # Add AMD XOP-specific code path, >30% improvement on Bulldozer over
35 # May version, >60% over original. Add AVX+shrd code path, >25%
42 # not shown.) Add AVX+BMI code path.
46 # Add support for Intel SHA Extensions.
51 # Pentium 46 57 40/38 - -
52 # PIII 36 33 27/24 - -
53 # P4 41 38 28 - 17.3
[all …]
H A Dsha512-sparcv9.pl2 # Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
20 # from 40% for Sun C [32-bit build] to 70% for gcc [3.3, 64-bit
22 # UltraSPARC T1 by packing X[16] to 8 64-bit registers.
24 # SHA512 on pre-T1 UltraSPARC.
26 # Performance is >75% better than 64-bit code generated by Sun C and
27 # over 2x than 32-bit code. X[16] resides on stack, but access to it
29 # bits of %l0-%l7. The latter is done to achieve 32-/64-bit ABI
35 # It's not any faster than 64-bit code generated by Sun C 5.8. This is
36 # because 64-bit code generator has the advantage of using 64-bit
37 # loads(*) to access X[16], which I consciously traded for 32-/64-bit
[all …]
/freebsd/crypto/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl2 # Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
48 for (@ARGV) { $xmm=1 if (/-DOPENSSL_IA32_SSE2/); }
51 `$ENV{CC} -Wa,-v -c -o /dev/null -x assembler /dev/null 2>&1`
52 =~ /GNU assembler version ([2-9]\.[0-9]+)/ &&
56 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
60 `ml 2>&1` =~ /Version ([0-9]+)\./ &&
64 `$ENV{CC} -v 2>&1` =~ /((?:clang|LLVM) version|based on LLVM) ([0-9]+\.[0-9]+)/ &&
75 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
90 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-$j--)&3),($ap,$bp,$cp,$dp));
96 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_+$j--)&3),($ap,$bp,$cp,$dp));
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dswitch16.S1 //===-- switch.S - Implement switch* --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 // the distance from lr to the label, thus making the tables PIC.
28 // The table contains signed 2-byte sized elements which are 1/2 the distance
29 // from lr to the target label.
33 ldrh ip, [lr, #-1] // get first 16-bit word in table
35 add r0, lr, r0, lsl #1 // compute address of element in table
36 add ip, lr, ip, lsl #1 // compute address of last element in table
38 ldrshlo r0, [r0, #1] // load 16-bit element if r0 is in range
[all …]
H A Dswitch32.S1 //===-- switch.S - Implement switch* --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
21 // the distance from lr to the label, thus making the tables PIC.
28 // The table contains signed 4-byte sized elements which are the distance
29 // from lr to the target label.
33 ldr ip, [lr, #-1] // get first 32-bit word in table
35 add r0, lr, r0, lsl #2 // compute address of element in table
36 add ip, lr, ip, lsl #2 // compute address of last element in table
38 ldrlo r0, [r0, #3] // load 32-bit element if r0 is in range
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl2 # Copyright 2011-2020 The OpenSSL Project Authors. All Rights Reserved.
11 ## Constant-time SSSE3 AES core implementation.
23 # Port vpaes-x86_64.pl as 32-bit "almost" drop-in replacement for
24 # aes-586.pl. "Almost" refers to the fact that AES_cbc_encrypt
26 # EVP only). "Drop-in" implies that this module doesn't share key
30 # Performance summary. aes-586.pl column lists large-block CBC
31 # encrypt/decrypt/with-hyper-threading-off(*) results in cycles per
32 # byte processed with 128-bit key, and vpaes-x86.pl column - [also
33 # large-block CBC] encrypt/decrypt.
35 # aes-586.pl vpaes-x86.pl
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h1 //===- IRSimilarityIdentifier.h - Find similarity in a module --------
[all...]
/freebsd/contrib/netbsd-tests/net/mpls/
H A Dt_ldp_regen.sh1 # $NetBSD: t_ldp_regen.sh,v 1.7 2016/08/10 07:50:37 ozaki-r Exp $
28 # IP/MPLS & LDP label reallocation test
29 # Create 4 routers connected like this: R1--R2--R3--R4--
34 # Add an alias on shmif1 on R4 for which we already have a route on R3
35 # Now: * R4 should install label IMPLNULL for that prefix
36 # * R3 should realloc the target label from IMPLNULL to something else
44 RUMP_LIBS="-lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_netinet6 \
45 -lrumpdev -lrumpnet_netmpls -lrumpnet_shmif"
51 atf_set "descr" "IP/MPLS and LDP label regeneration test"
58 # Add new address on R4
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_active.ksh1 #!/bin/ksh -p
21 # Check that zpool labelclear will refuse to clear the label
22 # (with or without -f) on any vdevs of the imported pool.
26 # 2. Try clearing the label on data and log devices.
27 # 3. Add auxiliary (cache/spare) vdevs.
28 # 4. Try clearing the label on auxiliary vdevs.
29 # 5. Check that zpool labelclear will return non-zero and
43 log_must zpool create -O mountpoint=none -f $TESTPOOL $disk1 log $disk2
45 # Check that labelclear [-f] will fail on ACTIVE pool vdevs
47 log_must zdb -lq $disk1
[all …]
/freebsd/tests/sys/cddl/zfs/bin/
H A Dzpool_smi.ksh1 #!/usr/local/bin/ksh93 -p
16 # If applicable, add the following below this CDDL HEADER, with the
30 if [[ -z $disk ]]; then
36 label
40 labeltype=$(/usr/sbin/prtvtoc -fh /dev/${disk}s2 | \
41 awk '{print $1}' | awk -F= '{print $2}' )
42 if [[ -z $labeltype ]]; then
49 typeset label_file=$TMPDIR/labelvtoc.${TESTCASE_ID:-$$}
50 typeset arch=$(uname -p)
53 print "label" > $label_file
[all …]
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430-sdp.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
5 /dts-v1/;
11 compatible = "ti,omap3430-sdp", "ti,omap3430", "ti,omap3";
20 clock-frequency = <2600000>;
32 vmmc-supply = <&vmmc1>;
33 vqmmc-supply = <&vsim>;
35 * S6-3 must be in ON position for 8 bit mode to function
38 bus-width = <8>;
55 compatible = "cfi-flash";
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp1 //===--- ExpandLargeFpConvert.cpp - Expand large fp convert----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // auto-generated functions. This is useful for targets like x86_64 that cannot
15 //===----------------------------------------------------------------------===//
36 ExpandFpConvertBits("expand-fp-convert-bits", cl::Hidden,
42 /// the generated code. This currently generates code similarly to compiler-rt's
45 /// An example IR generated from compiler-rt/fixsfdi.c looks like below:
50 /// %tobool.not = icmp sgt i32 %0, -1
51 /// %conv = select i1 %tobool.not, i64 1, i64 -1
[all …]
/freebsd/usr.sbin/ip6addrctl/
H A Dip6addrctl.842 .Cm add
43 .Ar prefix precedence label
66 .Bl -tag -width indent
67 .It Cm add Ar prefix precedence label
74 IPv4-mapped IPv6 address.
78 .Ar label
80 are decimal numbers, which specify the precedence and label values
97 a decimal precedence value, and a decimal label value, separated with
99 In the configuration file, lines beginning with the pound-sign
106 .Ex -std

12345678910>>...43