Home
last modified time | relevance | path

Searched +full:- +full:yq (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c3 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 // This file implements the PowerPC 128-bit double-double division operation.
18 double yq, tmp, q; in __gcc_qdiv() local
39 yq = y * q; in __gcc_qdiv()
40 yLo = y - yHi; in __gcc_qdiv()
41 qLo = q - qHi; in __gcc_qdiv()
43 tmp = LOWORDER(yq, yHi, yLo, qHi, qLo); in __gcc_qdiv()
44 tmp = (x - yq) - tmp; in __gcc_qdiv()
45 tmp = ((tmp + x1) - y1 * q) / y; in __gcc_qdiv()
48 dst.s.lo = (q - x) + tmp; in __gcc_qdiv()
/freebsd/sys/contrib/libsodium/test/default/
H A Dcodecs.exp12 -_DxMDEyMzQ1Njc4OUFCQ0RFRmFi
13 -_DxMDEyMzQ1Njc4OUFCQ0RFRmFiYw
15 YQ==
19 YQ
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpencod.txt2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved.
93 # Truncate 1-3 chars
110 Output = "YQ==YQ==YQ==\n"
138 # CVE 2015-0292
184 # B64_EOF ('-') terminates input and trailing bytes are ignored
187 Output = "T3BlblNTTE9wZW5TU0wK\n-abcd"
191 Output = "T3BlblNTTE9wZW5TU0wK-abcd"
H A Devppkey_ecdh.txt2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
24 -----BEGIN PRIVATE KEY-----
27 -----END PRIVATE KEY-----
30 -----BEGIN PUBLIC KEY-----
33 -----END PUBLIC KEY-----
39 -----BEGIN PRIVATE KEY-----
42 -----END PRIVATE KEY-----
45 -----BEGIN PUBLIC KEY-----
48 -----END PUBLIC KEY-----
68 -----BEGIN PRIVATE KEY-----
[all …]
/freebsd/bin/sh/tests/expansion/
H A Dtrim6.016 yq="${v##*"$e"}"
17 [ "$y" = @ ] || echo "error when unquoted in non-splitting context"
18 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh7 set -eu
10 echo "##[group]Running pacman -Syu"
12 sudo pacman -Syu --noconfirm
16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
19 samba sysstat rng-tools rsync wget xxhash
26 echo "##[group]Running apt-get update+upgrade"
27 sudo apt-get update -y
28 sudo apt-get upgrade -y
[all …]
/freebsd/crypto/openssl/test/certs/
H A Dpc2-cert.pem1 -----BEGIN CERTIFICATE-----
17 9cGMdlEmWxPJg9Nkc557ng4b54xncyw+YQ/1vqkTtBX7w5Y4lFTOaZW3uq3iL1NU
21 -----END CERTIFICATE-----
H A Ddhk2048.pem1 -----BEGIN PRIVATE KEY-----
2 MIICKgIBADCCARsGCSqGSIb3DQEDATCCAQwCggEBAP//////////yQ/aoiFowjTE
14 -----END PRIVATE KEY-----
/freebsd/contrib/one-true-awk/testdir/
H A DT.sub4 # pattern replacement input-string sub-output gsub-output
54 # system("bprint -c ../a.out")
125 x\&y paq px&yq px&yq
160 [0-9] xyz 0 xyz xyz
168 ^[0-9] xyz 0 xyz xyz
175 [0-9]$ xyz 0 xyz xyz
182 [0-9]* xyz 0 xyz xyz
198 x[0-9]+y Q xy xy xy no change
204 # x[0-9]?y ~ xy
213 # x[-]y ~ x-y
[all …]
/freebsd/.github/workflows/
H A Dstyle.yml5 # running on that. That would reduce the run time from 3-4 minutes down to 30-40
20 runs-on: ubuntu-latest
22 - name: checkout
25 fetch-depth: 0
27 - name: Install packages
29 sudo apt-get update --quiet || true
30 sudo apt-get -yq --no-install-suggests --no-install-recommends install perl
31 - name: Run checker
33 …sha=$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.…
34 tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
H A Dcross-bootstrap-tools.yml1 name: Cross-build Kernel
16 runs-on: ${{ matrix.os }}
18 fail-fast: false
21 os: [ ubuntu-22.04, ubuntu-24.04, macos-latest ]
24 - os: ubuntu-22.04
25 compiler: clang-14
26 cross-bindir: /usr/lib/llvm-14/bin
27 pkgs: bmake libarchive-dev clang-14 lld-14
28 - os: ubuntu-24.04
29 compiler: clang-18
[all …]
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp_ids.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
5 /* --- (Automatically generated (relocation v. 1.3), do not modify manually) --- */
178 /**< Functionality ID for Diffie-Hellman Modular exponentiation base 2 for
179 * 768-bit numbers
186 /**< Functionality ID for Diffie-Hellman Modular exponentiation for 768-bit
194 /**< Functionality ID for Diffie-Hellman Modular exponentiation base 2 for
195 * 1024-bit numbers
202 /**< Functionality ID for Diffie-Hellman Modular exponentiation for 1024-bit
210 /**< Functionality ID for Diffie-Hellman Modular exponentiation base 2 for
[all …]
H A Dicp_qat_fw_mmp.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
4 /* --- (Automatically generated (build v. 2.7), do not modify manually) --- */
153 * Input parameter list for Diffie-Hellman Modular exponentiation base 2 for 768-bit numbers ,
167 * Input parameter list for Diffie-Hellman Modular exponentiation for 768-bit numbers ,
182 * Input parameter list for Diffie-Hellman Modular exponentiation base 2 for 1024-bit numbers ,
196 * Input parameter list for Diffie-Hellman Modular exponentiation for 1024-bit numbers ,
211 * Input parameter list for Diffie-Hellman Modular exponentiation base 2 for 1536-bit numbers ,
225 * Input parameter list for Diffie-Hellman Modular exponentiation for 1536-bit numbers ,
240 * Input parameter list for Diffie-Hellman Modular exponentiation base 2 for 2048-bit numbers ,
[all …]
/freebsd/release/scripts/
H A Dmake-oci-image.sh16 echo "Building OCI freebsd${major}-${image} image for ${abi}"
18 . ${curdir}/tools/oci-image-${image}.conf
22 local workdir=$(mktemp -d -t oci-images)
26 FreeBSD-base: {
40 if [ ! -d ${rootdir}/usr/share/keys/pkg/trusted ]; then
41 mkdir -p ${rootdir}/usr/share/keys/pkg/trusted
47 env IGNORE_OSVERSION=yes ABI=${abi} pkg --rootdir ${rootdir} --repo-conf-dir ${workdir}/repos \
48 install -yq "$@" || exit $?
49 rm -rf ${rootdir}/var/db/pkg/repos
53 if [ -n "${OCI_BASE_IMAGE}" ]; then
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h9 * or https://opensource.org/licenses/CDDL-1.0.
48 const unsigned ncols = rr->rr_cols; in raidz_rec_q_coeff()
51 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff()
57 const unsigned ncols = rr->rr_cols; in raidz_rec_r_coeff()
60 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff()
66 const unsigned ncols = rr->rr_cols; in raidz_rec_pq_coeff()
71 a = gf_exp2(x + 255 - y); in raidz_rec_pq_coeff()
72 b = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_pq_coeff()
82 const unsigned ncols = rr->rr_cols; in raidz_rec_pr_coeff()
88 a = gf_exp4(x + 255 - y); in raidz_rec_pr_coeff()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dec_key.c2 * Copyright 2002-2022 The OpenSSL Project Authors. All Rights Reserved.
50 ret->group = EC_GROUP_new_by_curve_name_ex(ctx, propq, nid); in EC_KEY_new_by_curve_name_ex()
51 if (ret->group == NULL) { in EC_KEY_new_by_curve_name_ex()
55 if (ret->meth->set_group != NULL in EC_KEY_new_by_curve_name_ex()
56 && ret->meth->set_group(ret, ret->group) == 0) { in EC_KEY_new_by_curve_name_ex()
77 CRYPTO_DOWN_REF(&r->references, &i, r->lock); in EC_KEY_free()
83 if (r->meth != NULL && r->meth->finish != NULL) in EC_KEY_free()
84 r->meth->finish(r); in EC_KEY_free()
87 ENGINE_finish(r->engine); in EC_KEY_free()
90 if (r->group && r->group->meth->keyfinish) in EC_KEY_free()
[all …]
/freebsd/secure/caroot/trusted/
H A DTunTrust_Root_CA.pem27 Public-Key: (4096 bit)
106 -----BEGIN CERTIFICATE-----
134 nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ
138 -----END CERTIFICATE-----
/freebsd/sys/contrib/zstd/
H A DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
/freebsd/usr.bin/msgs/
H A Dmsgs.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
33 * msgs - a user bulletin board program
36 * msgs [fhlopq] [[-]number] to read messages
37 * msgs -s to place messages
38 * msgs -c [-days] to clean up the bulletin board
46 * - reprint last message
47 * s[-][<num>] [<filename>] save message
48 * m[-][<num>] mail with message in temp mbox
88 #define NEXT "Next message? [yq]"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1 //===-- DependenceAnalysis.cpp - DA Implementation --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 // or a more-or-less detailed description of the dependence between them.
22 // coupled RDIV subscripts and lacks a multi-subscript MIV test.
27 // analysis is using SCEV->delinearize to recover the representation of multiple
29 // delinearization is controlled by the flag -da-delinearize.
35 // Some non-linear subscript pairs can be handled by the GCD test
46 //===----------------------------------------------------------------------===//
48 // In memory of Ken Kennedy, 1945 - 2007 //
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ec.h5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved.
56 * - "NIST RECOMMENDED ELLIPTIC CURVES FOR FEDERAL GOVERNMENT USE"
60 * - Random curves where the max(log2(q), log2(n) + log2(h)) <= 512
147 * As defined by FIPS-186-3, for each cryptovariable length, there are
194 /**< A Weierstrass-koblitz curve with arithmetic in terms of operations on
235 * For optimal performance all data buffers SHOULD be 8-byte aligned.
300 * For optimal performance all data buffers SHOULD be 8-byte aligned.
332 * For optimal performance all data buffers SHOULD be 8-byte aligned.
383 * For optimal performance all data buffers SHOULD be 8-byte aligned.
426 * For optimal performance all data buffers SHOULD be 8-byte aligned.
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh35 # There may well be only one test set - these are tests for different
55 begin-base64 644 a.gpg
69 begin-base64 644 b.gpg
83 begin-base64 644 det
92 begin-base64 644 det.sig
102 begin-base64 644 jj.asc
121 begin-base64 644 pubring.gpg
527 begin-base64 644 NetBSD-6.0_hashes.asc.gz
1251 RzF4vpyauGG0JPOmU43RqLsaLQY09bQ0QgHAzSCdqNepsc9YumooP0Cnpha2U+yQ
5762 yQ/fvsF6gcs1bdsEwIq+VEphzpkycBGiuwB46ZU6+eEjAPpOk51FgtJDqlnUngQW
[all …]
/freebsd/tests/sys/geom/class/eli/
H A Dtestvect.h1 /* Test Vectors for PBKDF2-SHA512 */
3 …\300!tp\367\257\347c'\000\243F\246\376\274H\263\312m\336\304\3515P\222Cb\037-\313W\0067\232\024%\2…
4 …356?alD\231I[%A\372\367\027\267,\303\022\324\004\302a\302t\257\306S\251\250;-pa\246Z\200\003*+\026…
10 …4\334\005O,\374\225\234\014\266\365\030i6\210a\205", 100, "\220\006\216\2420-8m\2766\353(6\212\306…
16 …00, "\334\222G\300~'\042LS\0218\006,\261\207]\277\245GH\007\246\357f\205\325-\3044\337\347\007\373…
17 …212\377\257\177\350f\276\330\3035\204\215\327f\256\300\364\212\271\306q\242?-\307\324\317y^\201t\2…
18 …{ "\234^\035\320rt-B", 8, "\357\274\204\366N9\273:\216\331,D\300t\320\361\324F\313\220E\250u\203\3…
22 …{ "\001\277`\003x\301n\313", 8, "\257'\372i.M$\356\230\032\252yq\302\004c", 300, "?\037\327=m\335R…
25 …5\317 w\034u?", 300, "\276\317.\310Gj \217\3502.za\021\230\322C6\255\301\354-\263\247\002\352\377\…
26 …{ "\265G\357\330S\302?8", 8, "7S-\203\036\340\015\356\027\253\302\376\222\037\2276\0141|p\255\313\…
[all …]
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved.
108 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ossaCacheInvalidate()
109 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ossaCacheInvalidate()
124 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ossaCacheFlush()
125 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ossaCacheFlush()
141 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ossaCachePreFlush()
142 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ossaCachePreFlush()
165 * \note - For details, refer to SAS/SATA Low-Level API Specification
177 tdsaRootOsData_t *osData = (tdsaRootOsData_t *)agRoot->osData; in ossaDeviceHandleAccept()
178 tiRoot_t *tiRoot = (tiRoot_t *)osData->tiRoot; in ossaDeviceHandleAccept()
[all …]