Home
last modified time | relevance | path

Searched +full:point +full:- +full:to +full:- +full:point (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/freebsd/sys/dev/ichwd/
H A Dichwd.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 * There is one slight problem on non-ACPI or ACPI 1.x systems: we have no
52 * For details about the ICH WDT, see Intel Application Note AP-725
53 * (document no. 292273-001). The WDT is also described in the individual
55 * (document no. 252516-001) sections 9.10 and 9.11.
58 * SoC PMC support by Denir Li <denir.li@cas-well.com>
106 { DEVICEID_ICH8ME, "Intel ICH8M-E watchdog timer", 8, 2 },
[all …]
/freebsd/contrib/unbound/iterator/
H A Diter_delegpt.h2 * iterator/iter_delegpt.h - delegation point with NS and address information.
20 * be used to endorse or promote products derived from this software without
25 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
39 * This file implements the Delegation Point. It contains a list of name servers
54 * Delegation Point.
58 /** the domain name of the delegation point. */
60 /** length of the delegation point name */
62 /** number of labels in delegation point */
77 /** if true, the parent-side NS record has been applied:
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h1 //===-- IntervalTree.h ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
27 // IntervalTree is a light tree data structure to hold intervals. It allows
28 // finding all intervals that overlap with any given point. At this time,
31 // The IntervalTree is designed to be set up once, and then queried without
35 // Closed intervals delimited by PointT objects are mapped to ValueT objects.
53 // IntervalReferences getContaining(PointT Point);
56 // find_iterator begin(PointType Point) const;
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dfloating-point.json9 "PublicDescription": "Counts all microcode Floating Point assists.",
15-bit packed double precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
26-bit packed single precision floating-point instructions retired; some instructions will count twi…
32-bit packed single precision floating-point instructions retired; some instructions will count twi…
37-bit packed double precision floating-point instructions retired; some instructions will count twi…
43-bit packed double precision floating-point instructions retired; some instructions will count twi…
48-bit packed single precision floating-point instructions retired; some instructions will count twi…
54-bit packed single precision floating-point instructions retired; some instructions will count twi…
59-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dfloating-point.json9 "PublicDescription": "Counts all microcode Floating Point assists.",
15-bit packed double precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
26-bit packed single precision floating-point instructions retired; some instructions will count twi…
32-bit packed single precision floating-point instructions retired; some instructions will count twi…
37-bit packed double precision floating-point instructions retired; some instructions will count twi…
43-bit packed double precision floating-point instructions retired; some instructions will count twi…
48-bit packed single precision floating-point instructions retired; some instructions will count twi…
54-bit packed single precision floating-point instructions retired; some instructions will count twi…
59-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dfloating-point.json9 "PublicDescription": "Counts all microcode Floating Point assists.",
14-bit packed double precision floating-point instructions retired; some instructions will count twi…
20-bit packed double precision floating-point instructions retired; some instructions will count twi…
25-bit packed single precision floating-point instructions retired; some instructions will count twi…
31-bit packed single precision floating-point instructions retired; some instructions will count twi…
36-bit packed double precision floating-point instructions retired; some instructions will count twi…
42-bit packed double precision floating-point instructions retired; some instructions will count twi…
47-bit packed single precision floating-point instructions retired; some instructions will count twi…
53-bit packed single precision floating-point instructions retired; some instructions will count twi…
58-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/share/doc/usd/22.trofftut/
H A Dtt021 .\" This module is believed to contain source code proprietary to AT&T.
2 .\" Use and redistribution is subject to the Berkeley Software License
4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
23 .\" nor the names of other contributors may be used to endorse or promote
29 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
33 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
42 Point Sizes; Line Spacing
47 sets the point size.
48 One point is 1/72 inch,
49 so 6-point characters are at most 1/12 inch high,
[all …]
/freebsd/contrib/ntp/scripts/build/
H A DUpdatePoint3 # showusage is set to 1 on any command-line syntax error
7 # test is set to 1 if -t/--test is given to prevent modifications
15 -t|--test)
39 1) echo "Usage: $0 [-t] <stable|dev>"
40 echo "No changes are made to packageinfo.sh if -t is given."
46 set -e
88 # Do we want to bump the point?
90 # Do we want to bump the beta point?
92 # Do we want to change the RC point? (n=no, z=empty rcpoint and zero
95 # Do we want to change the prerelease value?
[all …]
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dpoint_448.h2 * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
3 * Copyright 2015-2016 Cryptography Research, Inc.
35 niels_t table[COMBS_N << (COMBS_T - 1)];
38 # define C448_SCALAR_LIMBS ((446-1)/C448_WORD_BITS+1)
60 /* Precomputed table based on a point. Can be trivial implementation. */
63 /* Precomputed table based on a point. Can be trivial implementation. */
71 /* A scalar equal to 1. */
74 /* A scalar equal to 0. */
77 /* The identity point on the curve. */
80 /* Precomputed table for the base point on the curve. */
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dfloating-point.json3 …riefDescription": "Counts once for most SIMD 128-bit packed computational double precision floatin…
8-bit packed computational double precision floating-point instructions retired; some instructions …
13 …riefDescription": "Counts once for most SIMD 128-bit packed computational single precision floatin…
18-bit packed computational single precision floating-point instructions retired; some instructions …
23 …riefDescription": "Counts once for most SIMD 256-bit packed double computational precision floatin…
28-bit packed double computational precision floating-point instructions retired; some instructions …
33 …riefDescription": "Counts once for most SIMD 256-bit packed single computational precision floatin…
38-bit packed single computational precision floating-point instructions retired; some instructions …
43-bit packed double precision floating-point instructions retired; some instructions will count twi…
48-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dfloating-point.json3 …riefDescription": "Counts once for most SIMD 128-bit packed computational double precision floatin…
8-bit packed computational double precision floating-point instructions retired; some instructions …
13 …riefDescription": "Counts once for most SIMD 128-bit packed computational single precision floatin…
18-bit packed computational single precision floating-point instructions retired; some instructions …
23 …riefDescription": "Counts once for most SIMD 256-bit packed double computational precision floatin…
28-bit packed double computational precision floating-point instructions retired; some instructions …
33 …riefDescription": "Counts once for most SIMD 256-bit packed single computational precision floatin…
38-bit packed single computational precision floating-point instructions retired; some instructions …
43-bit packed double precision floating-point instructions retired; some instructions will count twi…
48-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dfloating-point.json20 "PublicDescription": "Counts all microcode Floating Point assists.",
65-bit packed double precision floating-point instructions retired; some instructions will count twi…
71-bit packed double precision floating-point instructions retired; some instructions will count twi…
76-bit packed single precision floating-point instructions retired; some instructions will count twi…
82-bit packed single precision floating-point instructions retired; some instructions will count twi…
87-bit packed double precision floating-point instructions retired; some instructions will count twi…
93-bit packed double precision floating-point instructions retired; some instructions will count twi…
98-bit packed single precision floating-point instructions retired; some instructions will count twi…
104-bit packed single precision floating-point instructions retired; some instructions will count twi…
109-bit packed double precision floating-point instructions retired; some instructions will count twi…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davxneconvertintrin.h1 /*===-------------- avxneconvertintrin.h - AVXNECONVERT --------------------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===-----------------------------------------------------------------------===
28 /// Convert scalar BF16 (16-bit) floating-point element
29 /// stored at memory locations starting at location \a __A to a
30 /// single-precision (32-bit) floating-point, broadcast it to packed
31 /// single-precision (32-bit) floating-point elements, and store the results in
40 /// This intrinsic corresponds to the \c VBCSTNEBF162PS instruction.
43 /// A pointer to a 16-bit memory location. The address of the memory
44 /// location does not have to be aligned.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td1 //===-- X86Schedule.td - X86 Scheduling Definitions -------
[all...]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp1 //===--- USRFinder.cpp - Clang refactoring library ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// point.
12 //===----------------------------------------------------------------------===//
31 /// Recursively visits each AST node to find the symbol underneath the cursor.
35 // Finds the NamedDecl at a point in the source.
36 // \param Point the location in the source to search for the NamedDecl.
37 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument
41 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEC_POINT_new.318 .\" Set up some character translations and predefined strings. \*(-- will
21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
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\|
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
[all …]
/freebsd/share/man/man9/
H A Dfail.92 .\" Copyright (c) 2009-2019 Dell EMC Isilon http://www.isilon.com/
16 .\" EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
59 Fail points are used to add code points where errors may be injected
61 Fail points provide a convenient wrapper around user-provided error
67 The base fail point macro is
73 for kernel fail points, but various subsystems may wish to provide
74 their own fail point trees), and
81 argument does not require braces, but it is considered good style to
82 use braces for any multi-line code arguments.
[all …]
H A Dhhook.92 .\" Copyright (c) 2010-2011 The FreeBSD Foundation
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
74 to do this are not documented here as they are not relevant to consumers wishing
80 Hook functions must conform to the
90 arguments identify the hook point which has called into the hook function.
92 points and wants to know which hook point has called into it.
103 argument will be passed to the hook function if it was specified in the
109 argument contains context specific data from the hook point call site.
114 argument is a pointer to the persistent per-object storage allocated for use by
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Dfloating-point.json3 …riefDescription": "Counts once for most SIMD 128-bit packed computational double precision floatin…
8-bit packed computational double precision floating-point instructions retired; some instructions …
13 …riefDescription": "Counts once for most SIMD 128-bit packed computational single precision floatin…
18-bit packed computational single precision floating-point instructions retired; some instructions …
23 …riefDescription": "Counts once for most SIMD 256-bit packed double computational precision floatin…
28-bit packed double computational precision floating-point instructions retired; some instructions …
33 …riefDescription": "Counts once for most SIMD 256-bit packed single computational precision floatin…
38-bit packed single computational precision floating-point instructions retired; some instructions …
43 …"Counts once for most SIMD scalar computational double precision floating-point instructions retir…
48-point instructions retired; some instructions will count twice as noted below. Each count repres…
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod30 - Functions for creating, destroying and manipulating EC_POINT objects
37 void EC_POINT_free(EC_POINT *point);
38 void EC_POINT_clear_free(EC_POINT *point);
41 int EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point);
53 size_t EC_POINT_point2buf(const EC_GROUP *group, const EC_POINT *point,
67 const EC_METHOD *EC_POINT_method_of(const EC_POINT *point);
104 An B<EC_POINT> structure represents a point on a curve. A new point is
106 B<group> object that the point relates to.
109 if B<point> is NULL nothing is done.
112 then frees its memory. If B<point> is NULL nothing is done.
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired. Each count represents 2 computa…
12-bit packed single precision floating-point instructions retired. Each count represents 4 computa…
21-bit packed double precision floating-point instructions retired. Each count represents 4 computa…
30-bit packed single precision floating-point instructions retired. Each count represents 8 computa…
39 …double precision floating-point instructions retired. Applies to SSE* and AVX*scalar, double and s…
48 …tational packed floating-point instructions retired. Applies to SSE* and AVX*, packed, double and …
57 …tational scalar floating-point instructions retired. Applies to SSE* and AVX* scalar, double and s…
66 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and …
75 …on floating-point instructions retired. Each count represents 1 computation. Applies to SSE* and …
84 …single precision floating-point instructions retired. Applies to SSE* and AVX*scalar, double and s…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired; some instructions will count twi…
12-bit packed single precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
30-bit packed single precision floating-point instructions retired; some instructions will count twi…
39-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
48-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
57-point instructions retired; some instructions will count twice as noted below. Each count represe…
66-point instructions retired; some instructions will count twice as noted below. Each count repres…
75-point instructions retired; some instructions will count twice as noted below. Each count repres…
84-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dfloating-point.json3-bit packed double precision floating-point instructions retired; some instructions will count twi…
12-bit packed single precision floating-point instructions retired; some instructions will count twi…
21-bit packed double precision floating-point instructions retired; some instructions will count twi…
30-bit packed single precision floating-point instructions retired; some instructions will count twi…
39-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
48-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
57-point instructions retired; some instructions will count twice as noted below. Each count represe…
66-point instructions retired; some instructions will count twice as noted below. Each count repres…
75-point instructions retired; some instructions will count twice as noted below. Each count repres…
84-point instructions retired; some instructions will count twice as noted below. Applies to SSE* an…
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_block_cache.h2 * Copyright (c) 2016-2019, Intel Corporation
13 * may be used to endorse or promote products derived from this software
17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 #include "intel-pt.h"
39 * This describes what to do at the decision point determined by a block cache
43 /* This is not a decision point.
45 * The next decision point is too far away and one or more fields
46 * threatened to overflow so we had to stop somewhere on our way.
53 /* The decision point is a conditional branch.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h1 //===- SMTAPI.h -------------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
34 /// Returns true if the sort is a floating-point, calls isFloatSortImpl().
49 /// Returns the floating-point size, fails if the sort is not a floating-point
52 assert(isFloatSort() && "Not a floating-point sort!"); in getFloatSortSize()
83 /// Query the SMT solver and checks if a sort is floating-point.
147 /// through the mk* methods. It also provides methods to create SMT expressions
156 // Returns an appropriate floating-point sort for the given bitwidth.
[all …]

12345678910>>...45