Home
last modified time | relevance | path

Searched +full:first +full:- +full:generation (Results 1 – 25 of 1006) sorted by relevance

12345678910>>...41

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.cpp1 //===-- xray_buffer_queue.cpp ----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()
40 (sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in deallocControlBlock()
46 if (atomic_fetch_sub(&C->RefCount, 1, memory_order_acq_rel) == 1) in decRefCount()
53 atomic_fetch_add(&C->RefCount, 1, memory_order_acq_rel); in incRefCount()
57 // cache line. This allows us to not worry about false-sharing among atomic
109 // At this point we increment the generation number to associate the buffers in init()
[all …]
H A Dxray_fdr_controller.h1 //===-- xray_fdr_controller.h ---------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
37 bool First = true; variable
43 return BQ == nullptr || BQ->finalizing(); in finalized()
47 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
52 return FuncId & ((1 << 29) - 1); in mask()
56 if (BQ->getBuffer(B) != BufferQueue::ErrorCode::Ok) in getNewBuffer()
63 First = true; in getNewBuffer()
[all …]
H A Dxray_buffer_queue.h1 //===-- xray_buffer_queue.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
35 /// ControlBlock has the reference count as the first member, sized according
36 /// to platform-specific cache-line size. We never use the Buffer member of
37 /// the union, which is only there for compiler-supported alignment and
56 uint64_t Generation{0};
102 T *operator->() const { return &(Buffers[Offset].Buff); }
108 // We want to advance to the first Offset where the 'Used' property is in Iterator()
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D20-test_dgst.t2 # Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
33 ok(run(app(['openssl', 'dgst', '-sign', $privkey,
34 '-out', $sigfile,
38 ok(run(app(['openssl', 'dgst', '-prverify', $privkey,
39 '-signature', $sigfile,
43 ok(run(app(['openssl', 'dgst', '-verify', $pubkey,
44 '-signature', $sigfile,
48 ok(!run(app(['openssl', 'dgst', '-verify', $pubkey,
49 '-signature', $sigfile,
65 ok(run(app(['openssl', 'sha512', '-sign', $privkey,
[all …]
/freebsd/lib/libdevstat/
H A Ddevstat.3103 as first argument can be passed
130 returns the current generation of the
152 and returns \-1.
164 .Bd -literal -offset indent
181 subelement to be allocated and zeroed prior to the first invocation of
186 after the first call to
191 .Bd -literal -offset indent
195 long generation;
207 generation.
208 The reason the generation is at the head of the buffer is so that userland
[all …]
H A Ddevstat.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
182 &numdevsize, NULL, 0) == -1) { in devstat_getnumdevs()
187 return(-1); in devstat_getnumdevs()
192 if (KREADNL(kd, X_NUMDEVS, numdevs) == -1) in devstat_getnumdevs()
193 return(-1); in devstat_getnumdevs()
200 * This is an easy way to get the generation number, but the generation is
202 * Because this generation sysctl is separate from the statistics sysctl,
203 * the device list and the generation could change between the time that
210 long generation; in devstat_getgeneration() local
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_PKEY_CTX_ctrl.318 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_CTX_ctrl.pod73 - algorithm specific control operations
198 type used must match I<keytype> if it is not -1. The parameter I<optype> is a
216 command line pages for the option I<-pkeyopt> which is supported by the
228 Key generation typically involves setting up parameters to be used and
231 In this case key generation is simply the process of setting up the
240 key generation. For example for EC keys this will set the curve name and for
266 if this control is called. If it is not called then the first byte of the plaintext
298 RSA key generation to I<bits>. If not specified 2048 bits is used.
301 generation to the value stored in I<pubexp>. Currently it should be an odd
311 RSA key generation to I<primes>. If not specified 2 is used.
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_hs.c2 * Copyright 2012-2015 Samy Al Bahra.
43 #define CK_HS_PROBE_L1_MASK (CK_HS_PROBE_L1 - 1)
49 #define CK_HS_VMA_MASK ((uintptr_t)((1ULL << CK_MD_VMA_BITS) - 1))
56 #define CK_HS_G_MASK (CK_HS_G - 1)
79 CK_HS_PROBE_TOMBSTONE, /* Short-circuit on tombstone. */
80 CK_HS_PROBE_INSERT /* Short-circuit on probe bound if tombstone found. */
84 unsigned int generation[CK_HS_G]; member
102 ck_pr_store_uint(&map->generation[h], in ck_hs_map_signal()
103 map->generation[h] + 1); in ck_hs_map_signal()
114 if (i->offset >= map->capacity) in _ck_hs_next()
[all …]
H A Dck_rhs.c2 * Copyright 2014-2015 Olivier Houchard.
3 * Copyright 2012-2015 Samy Al Bahra.
44 #define CK_RHS_PROBE_L1_MASK (CK_RHS_PROBE_L1 - 1)
50 #define CK_RHS_VMA_MASK ((uintptr_t)((1ULL << CK_MD_VMA_BITS) - 1))
56 #define CK_RHS_G_MASK (CK_RHS_G - 1)
81 CK_RHS_PROBE_RH, /* Short-circuit if RH slot found. */
82 CK_RHS_PROBE_INSERT, /* Short-circuit on probe bound if tombstone found. */
84 …CK_RHS_PROBE_ROBIN_HOOD,/* Look for the first slot available for the entry we are about to replace…
113 unsigned int generation[CK_RHS_G]; member
138 if (map->read_mostly) in ck_rhs_entry()
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_rand.h40 * # Pseudo-Random Generators
42 * A PRNG is a state-based engine that outputs pseudo-random bytes on
54 * - `br_xxx_init()`
58 * - `br_xxx_generate()`
60 * Produce some pseudo-random bytes.
62 * - `br_xxx_update()`
66 * The initialisation function sets the first context field (`vtable`)
78 * HMAC_DRBG is defined in [NIST SP 800-90A Revision
79 * 1](http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf).
84 * pointer to `br_sha256_vtable` to use HMAC_DRBG with SHA-256).
[all …]
H A Dbearssl_rsa.h50 * such integers are represented with big-endian unsigned notation:
51 * first byte is the most significant, and the value is positive (so
53 * thus contain, for each such integer, a pointer to the first value byte
55 * relevant bytes. As a general rule, minimal-length encoding is not
60 * - the modulus (`n`);
61 * - the public exponent (`e`).
66 * - the modulus (`n`);
67 * - the public exponent (`e`);
68 * - the private exponent (`d`);
69 * - the first prime factor (`p`);
[all …]
/freebsd/sbin/fsirand/
H A Dfsirand.836 .Nd randomize inode generation numbers
47 utility installs random generation numbers on all the inodes for
50 This increases the security of NFS-exported file systems by making
62 re-randomize or report on an existing file system.
69 or a file system that is mounted read-only.
72 utility may be used on the root file system in single-user mode
73 but the system should be rebooted via ``reboot -n'' afterwards.
76 .Bl -tag -width indent
87 Print the current generation numbers for all inodes instead of
101 first appeared in
[all …]
/freebsd/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_rsa.h5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved.
53 * supported, however the support is limited to "two-prime" mode. RSA
54 * multi-prime is not supported.
83 * Multi-prime (more than two primes) is not supported.
89 /**< The version supported is "two-prime". */
100 * first order, e.g. modulusN.pData[0] = MSB.
106 * For key generation operations, the client MUST allocate the memory
111 * For key generation operations, this field is unused. It is NOT
124 * This structure contains the first representation that can be used for
128 * first order, e.g. modulusN.pData[0] = MSB.
[all …]
H A Dcpa_cy_dsa.h5 * Copyright(c) 2007-2023 Intel Corporation. All rights reserved.
54 * Support is provided for FIPS PUB 186-2 with Change Notice 1
55 * specification, and optionally for FIPS PUB 186-3. If an
56 * implementation does not support FIPS PUB 186-3, then the
60 * Support for FIPS PUB 186-2 with Change Notice 1 implies supporting
62 * - L = 1024, N = 160
64 * Support for FIPS PUB 186-3 implies supporting the following choices
67 * - L = 1024, N = 160
68 * - L = 2048, N = 224
69 * - L = 2048, N = 256
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h1 //===- SwitchLoweringUtils.h - Switch Lowering --------
181 APInt First; global() member
190 : First(std::move(F)), Last(std::move(L)), SValue(SV), HeaderBB(H), First() function
209 APInt First; global() member
[all...]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-FFC.pod5 EVP_PKEY-FFC - EVP_PKEY DSA and DH/DHX shared FFC parameters.
11 Diffie-Hellman key establishment algorithms specified in SP800-56A can also be
20 For B<DSA> (and B<DH> that is not a named group) the FIPS186-4 standard
21 specifies that the values used for FFC parameter generation are also required
31 must be used for FIPS186-4.
36 L<provider-keymgmt(7)/Common parameters>), the B<DSA>, B<DH> and B<DHX> keytype
57 A DSA or Diffie-Hellman prime "p" value.
61 A DSA or Diffie-Hellman generator "g" value.
71 A DSA or Diffie-Hellman prime "q" value.
75 An optional domain parameter I<seed> value used during generation and validation
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dbrcm,iproc-pcie.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pci/brcm,iproc-pci
[all...]
H A Dbrcm,iproc-pcie.txt4 - compatible:
5 "brcm,iproc-pcie" for the first generation of PAXB based controller,
7 "brcm,iproc-pcie-paxb-v2" for the second generation of PAXB-based
9 "brcm,iproc-pcie-paxc" for the first generation of PAXC based
11 "brcm,iproc-pcie-paxc-v2" for the second generation of PAXC based
13 PAXB-based root complex is used for external endpoint devices. PAXC-based
15 - reg: base address and length of the PCIe controller I/O register space
16 - #interrupt-cells: set to <1>
17 - interrupt-map-mask and interrupt-map, standard PCI properties to define the
19 - linux,pci-domain: PCI domain ID. Should be unique for each host controller
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_nvram.c1 /*-
2 * Copyright (c) 2012-2016 Solarflare Communications Inc.
81 dword = cursor->current[0]; in tlv_tag()
96 dword = cursor->current[1]; in tlv_length()
109 return ((uint8_t *)(&cursor->current[2])); in tlv_value()
119 return ((uint8_t *)cursor->current); in tlv_item()
124 * equivalent to tlv_n_words_for_len in mc-comms tlv.c
127 (1 + 1 + (((length) + sizeof (uint32_t) - 1) / sizeof (uint32_t)))
137 return (cursor->current + TLV_DWORD_COUNT(length)); in tlv_next_item_ptr()
149 if (cursor->current == cursor->end) { in tlv_advance()
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A DEVP_PKEY-FFC.718 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/memory/
H A Dmt2701-larb-port.h1 /* SPDX-License-Identifier: GPL-2.0-only */
11 * Mediatek m4u generation 1 such as mt2701 has flat m4u port numbers,
12 * the first port's id for larb[N] would be the last port's id of larb[N - 1]
13 * plus one while larb[0]'s first port number is 0. The definition of
15 * But m4u generation 2 like mt8173 have different port number, it use fixed
16 * offset for each larb, the first port's id for larb[N] would be (N * 32).
/freebsd/share/man/man4/
H A Dral.41 .\"-
2 .\" SPDX-License-Identifier: ISC
4 .\" Copyright (c) 2005-2010 Damien Bergamini <damien.bergamini@free.fr>
28 .Bd -ragged -offset indent
39 .Bd -literal -offset indent
48 The RT2500 chipset is the first generation of 802.11b/g adapters from Ralink.
52 The RT2501 chipset is the second generation of 802.11a/b/g adapters from
62 This chipset uses the MIMO (multiple-input multiple-output) technology with
67 The RT2700 chipset is a low-cost version of the RT2800 chipset.
72 The RT2800 chipset is the first generation of 802.11n adapters from Ralink.
[all …]
/freebsd/sys/dev/vmgenc/
H A Dvmgenc_acpi.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * VM Generation Counter driver
32 * This driver has two functions: first, it provides a system event (both in
35 * - Snapped and the snapshot is executing
36 * - Recovered from backup
37 * - Failed over in a HA setup
38 * - Imported, copied, or cloned
39 * - And unspecified if VM configuration changes might cause a changed
40 * generation counter
[all …]
/freebsd/sys/contrib/device-tree/Bindings/nvmem/
H A Dbrcm,ocotp.txt4 - compatible: "brcm,ocotp" for the first generation Broadcom OTPC which is used
5 in Cygnus and supports 32 bit read/write. Use "brcm,ocotp-v2" for the second
6 generation Broadcom OTPC which is used in SoC's such as Stingray and supports
7 64-bit read/write.
8 - reg: Base address of the OTP controller.
9 - brcm,ocotp-size: Amount of memory available, in 32 bit words
16 brcm,ocotp-size = <2048>;

12345678910>>...41