Home
last modified time | relevance | path

Searched full:constant (Results 1 – 25 of 3041) sorted by relevance

12345678910>>...122

/OK3568_Linux_fs/external/rkupdate/
H A DMD5ChecksumDefines.h28 #define MD5_T01 0xd76aa478 //Transformation Constant 1
29 #define MD5_T02 0xe8c7b756 //Transformation Constant 2
30 #define MD5_T03 0x242070db //Transformation Constant 3
31 #define MD5_T04 0xc1bdceee //Transformation Constant 4
32 #define MD5_T05 0xf57c0faf //Transformation Constant 5
33 #define MD5_T06 0x4787c62a //Transformation Constant 6
34 #define MD5_T07 0xa8304613 //Transformation Constant 7
35 #define MD5_T08 0xfd469501 //Transformation Constant 8
36 #define MD5_T09 0x698098d8 //Transformation Constant 9
37 #define MD5_T10 0x8b44f7af //Transformation Constant 10
[all …]
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32-pclmul_asm.S74 * Barrett Reduction constant (u64`) = u` = (x**64 / P(x))` = 0x1F7011641LL
80 #define CONSTANT %xmm0 macro
110 movd CRC, CONSTANT
111 pxor CONSTANT, %xmm1
118 movdqa .Lconstant_R2R1(%rip), CONSTANT
120 movdqa .Lconstant_R2R1, CONSTANT
131 pclmulqdq $0x00, CONSTANT, %xmm1
132 pclmulqdq $0x00, CONSTANT, %xmm2
133 pclmulqdq $0x00, CONSTANT, %xmm3
135 pclmulqdq $0x00, CONSTANT, %xmm4
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DddxDesign.xml649 <constant>NULL</constant> pointer. If no PCI video cards were
650 detected, the return value is <constant>NULL</constant>.
797 <constant>PROBE_DEFAULT</constant> or <constant>PROBE_DETECT</constant>.
798 <constant>PROBE_DETECT</constant> is used if "-configure" or "-probe"
809 <constant>FALSE</constant> immediately.
843 must return <constant>FALSE</constant> if the chipset doesn't match
849 relevant, it must return <constant>FALSE</constant>.
880 Returns <constant>TRUE</constant> if one or more instances are found,
881 and <constant>FALSE</constant> otherwise.
983 <structfield>screenInfo.numScreens</structfield> to <constant>0</constant> and
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
60 // Constant @f$ \sqrt(\pi / 2) @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
66 // Constant @f$ 2 / \sqrt(\pi) @f$.
69 // Constant Euler's number @f$ e @f$.
71 // Constant @f$ 1 / e @f$.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dcmath52 // Constant @f$ \pi @f$.
54 // Constant @f$ \pi / 2 @f$.
56 // Constant @f$ \pi / 3 @f$.
58 // Constant @f$ \pi / 4 @f$.
60 // Constant @f$ \sqrt(\pi / 2) @f$.
62 // Constant @f$ 1 / \pi @f$.
64 // Constant @f$ 2 / \pi @f$.
66 // Constant @f$ 2 / \sqrt(\pi) @f$.
69 // Constant Euler's number @f$ e @f$.
71 // Constant @f$ 1 / e @f$.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/
H A D0002-Constant-Fix-up-shebang.patch4 Subject: [PATCH 2/2] Constant: Fix up shebang
14 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm | 2 +-
17 diff --git a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm b/cpan/ExtUtils-Constant/lib/ExtUti…
19 --- a/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
20 +++ b/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm
22 Regenerate these constant functions by feeding this entire source file to
27 use ExtUtils::Constant qw (constant_types C_constant XS_constant);
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Ddeploy_rm_detection_output.prototxt36 type: "constant"
68 type: "constant"
111 type: "constant"
143 type: "constant"
186 type: "constant"
218 type: "constant"
250 type: "constant"
293 type: "constant"
325 type: "constant"
357 type: "constant"
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A Dconst_or.c2 "constant register |= constant should keep constant type",
16 "constant register |= constant should not bypass stack boundary checks",
31 "constant register |= constant register should keep constant type",
46 "constant register |= constant register should not bypass stack boundary checks",
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dspecial_function_util.h66 /// Constant @f$ \pi @f$. in _GLIBCXX_VISIBILITY()
69 /// Constant @f$ \pi / 2 @f$. in _GLIBCXX_VISIBILITY()
72 /// Constant @f$ \pi / 3 @f$. in _GLIBCXX_VISIBILITY()
75 /// Constant @f$ \pi / 4 @f$. in _GLIBCXX_VISIBILITY()
78 /// Constant @f$ 1 / \pi @f$. in _GLIBCXX_VISIBILITY()
81 /// Constant @f$ 2 / \sqrt(\pi) @f$. in _GLIBCXX_VISIBILITY()
84 /// Constant @f$ \sqrt(2) @f$. in _GLIBCXX_VISIBILITY()
87 /// Constant @f$ \sqrt(3) @f$. in _GLIBCXX_VISIBILITY()
90 /// Constant @f$ \sqrt(\pi/2) @f$. in _GLIBCXX_VISIBILITY()
93 /// Constant @f$ 1 / sqrt(2) @f$. in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dspecial_function_util.h66 /// Constant @f$ \pi @f$. in _GLIBCXX_VISIBILITY()
69 /// Constant @f$ \pi / 2 @f$. in _GLIBCXX_VISIBILITY()
72 /// Constant @f$ \pi / 3 @f$. in _GLIBCXX_VISIBILITY()
75 /// Constant @f$ \pi / 4 @f$. in _GLIBCXX_VISIBILITY()
78 /// Constant @f$ 1 / \pi @f$. in _GLIBCXX_VISIBILITY()
81 /// Constant @f$ 2 / \sqrt(\pi) @f$. in _GLIBCXX_VISIBILITY()
84 /// Constant @f$ \sqrt(2) @f$. in _GLIBCXX_VISIBILITY()
87 /// Constant @f$ \sqrt(3) @f$. in _GLIBCXX_VISIBILITY()
90 /// Constant @f$ \sqrt(\pi/2) @f$. in _GLIBCXX_VISIBILITY()
93 /// Constant @f$ 1 / sqrt(2) @f$. in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomaptype_p.h62 Q_PROPERTY(qreal minimumZoomLevel READ minimumZoomLevel CONSTANT)
63 Q_PROPERTY(qreal maximumZoomLevel READ maximumZoomLevel CONSTANT)
64 Q_PROPERTY(qreal minimumTilt READ minimumTilt CONSTANT)
65 Q_PROPERTY(qreal maximumTilt READ maximumTilt CONSTANT)
66 Q_PROPERTY(qreal minimumFieldOfView READ minimumFieldOfView CONSTANT)
67 Q_PROPERTY(qreal maximumFieldOfView READ maximumFieldOfView CONSTANT)
89 Q_PROPERTY(MapStyle style READ style CONSTANT)
90 Q_PROPERTY(QString name READ name CONSTANT)
91 Q_PROPERTY(QString description READ description CONSTANT)
92 Q_PROPERTY(bool mobile READ mobile CONSTANT)
[all …]
H A Dqdeclarativegeomaneuver_p.h66 Q_PROPERTY(bool valid READ valid CONSTANT)
67 Q_PROPERTY(QGeoCoordinate position READ position CONSTANT)
68 Q_PROPERTY(QString instructionText READ instructionText CONSTANT)
69 Q_PROPERTY(Direction direction READ direction CONSTANT)
70 Q_PROPERTY(int timeToNextInstruction READ timeToNextInstruction CONSTANT)
71 Q_PROPERTY(qreal distanceToNextInstruction READ distanceToNextInstruction CONSTANT)
72 Q_PROPERTY(QGeoCoordinate waypoint READ waypoint CONSTANT)
73 Q_PROPERTY(bool waypointValid READ waypointValid CONSTANT)
H A Dqdeclarativegeoroute_p.h65 Q_PROPERTY(QGeoRectangle bounds READ bounds CONSTANT)
66 Q_PROPERTY(int travelTime READ travelTime CONSTANT)
67 Q_PROPERTY(qreal distance READ distance CONSTANT)
69 Q_PROPERTY(QQmlListProperty<QDeclarativeGeoRouteSegment> segments READ segments CONSTANT)
71 Q_PROPERTY(QList<QObject *> legs READ legs CONSTANT REVISION 12)
72 Q_PROPERTY(QObject *extendedAttributes READ extendedAttributes CONSTANT REVISION 13)
125 Q_PROPERTY(int legIndex READ legIndex CONSTANT)
126 Q_PROPERTY(QObject * overallRoute READ overallRoute CONSTANT)
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0001-Fix-FBXConverter-use-proper-64-bit-constant.patch4 Subject: [PATCH] Fix FBXConverter: use proper 64-bit constant
6 Use proper 64-bit constant for CONVERT_FBX_TIME(time) conversion, fixes:
8 code/FBXConverter.cpp:2025: error: integer constant is too large for 'long' type
9 code/FBXConverter.cpp:2026: error: integer constant is too large for 'long' type
10 code/FBXConverter.cpp:2794: error: integer constant is too large for 'long' type
11 code/FBXConverter.cpp:2868: error: integer constant is too large for 'long' type
12 code/FBXConverter.cpp:2878: error: integer constant is too large for 'long' type
13 code/FBXConverter.cpp:2888: error: integer constant is too large for 'long' type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Ddata_driven_property_value.hpp5 #include <mbgl/style/conversion/constant.hpp>
39 optional<T> constant = convert<T>(value, error); in operator ()() local
40 if (!constant) { in operator ()()
43 … return convertTokens ? maybeConvertTokens(*constant) : DataDrivenPropertyValue<T>(*constant); in operator ()()
51 optional<T> constant = fromExpressionValue<T>( in operator ()() local
53 if (!constant) { in operator ()()
56 return DataDrivenPropertyValue<T>(*constant); in operator ()()
H A Dproperty_value.hpp5 #include <mbgl/style/conversion/constant.hpp>
43 optional<T> constant = convert<T>(value, error); in operator ()() local
44 if (!constant) { in operator ()()
47 return { *constant }; in operator ()()
58 optional<T> constant = fromExpressionValue<T>( in operator ()() local
60 if (!constant) { in operator ()()
63 return PropertyValue<T>(*constant); in operator ()()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/stabs/
H A DConstants.html72 constant. This symbol descriptor is an exception to the general rule
78 <dd><p>Boolean constant. <var>value</var> is a numeric value; I assume it is 0 for
83 <dd><p>Character constant. <var>value</var> is the numeric value of the constant.
87 <dd><p>Constant whose value can be represented as integral.
88 <var>type-information</var> is the type of the constant, as it would appear
90 numeric value of the constant. GDB 4.9 does not actually get the right
93 integers of any size (whether unsigned or not). This constant type is
99 <dd><p>Integer constant. <var>value</var> is the numeric value. The type is some
105 <dd><p>Real constant. <var>value</var> is the real value, which can be &lsquo;<samp>INF</samp>&rsq…
113 <dd><p>String constant. <var>string</var> is a string enclosed in either &lsquo;<samp>'</samp>&rsq…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/stabs/
H A DConstants.html72 constant. This symbol descriptor is an exception to the general rule
78 <dd><p>Boolean constant. <var>value</var> is a numeric value; I assume it is 0 for
83 <dd><p>Character constant. <var>value</var> is the numeric value of the constant.
87 <dd><p>Constant whose value can be represented as integral.
88 <var>type-information</var> is the type of the constant, as it would appear
90 numeric value of the constant. GDB 4.9 does not actually get the right
93 integers of any size (whether unsigned or not). This constant type is
99 <dd><p>Integer constant. <var>value</var> is the numeric value. The type is some
105 <dd><p>Real constant. <var>value</var> is the real value, which can be &lsquo;<samp>INF</samp>&rsq…
113 <dd><p>String constant. <var>string</var> is a string enclosed in either &lsquo;<samp>'</samp>&rsq…
[all …]
/OK3568_Linux_fs/kernel/Documentation/trace/postprocess/
H A Dtrace-vmscan-postprocess.pl17 use constant MM_VMSCAN_DIRECT_RECLAIM_BEGIN => 1;
18 use constant MM_VMSCAN_DIRECT_RECLAIM_END => 2;
19 use constant MM_VMSCAN_KSWAPD_WAKE => 3;
20 use constant MM_VMSCAN_KSWAPD_SLEEP => 4;
21 use constant MM_VMSCAN_LRU_SHRINK_ACTIVE => 5;
22 use constant MM_VMSCAN_LRU_SHRINK_INACTIVE => 6;
23 use constant MM_VMSCAN_LRU_ISOLATE => 7;
24 use constant MM_VMSCAN_WRITEPAGE_FILE_SYNC => 8;
25 use constant MM_VMSCAN_WRITEPAGE_ANON_SYNC => 9;
26 use constant MM_VMSCAN_WRITEPAGE_FILE_ASYNC => 10;
[all …]
H A Dtrace-pagealloc-postprocess.pl19 use constant MM_PAGE_ALLOC => 1;
20 use constant MM_PAGE_FREE => 2;
21 use constant MM_PAGE_FREE_BATCHED => 3;
22 use constant MM_PAGE_PCPU_DRAIN => 4;
23 use constant MM_PAGE_ALLOC_ZONE_LOCKED => 5;
24 use constant MM_PAGE_ALLOC_EXTFRAG => 6;
25 use constant EVENT_UNKNOWN => 7;
28 use constant STATE_PCPU_PAGES_DRAINED => 8;
29 use constant STATE_PCPU_PAGES_REFILLED => 9;
32 use constant HIGH_PCPU_DRAINS => 10;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/components_impl/
H A Darity10_0.hpp26 typedef constant<BOOST_FT_full_mask> mask;
36 typedef constant<BOOST_FT_full_mask> mask;
46 typedef constant<BOOST_FT_full_mask> mask;
56 typedef constant<BOOST_FT_full_mask> mask;
66 typedef constant<BOOST_FT_full_mask> mask;
76 typedef constant<BOOST_FT_full_mask> mask;
86 typedef constant<BOOST_FT_full_mask> mask;
96 typedef constant<BOOST_FT_full_mask> mask;
106 typedef constant<BOOST_FT_full_mask> mask;
116 typedef constant<BOOST_FT_full_mask> mask;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dpoly-int-types.h42 This is safe because non-constant mode sizes must be a whole number
50 This is safe because non-constant mode sizes must be a whole number
59 This is safe because non-constant mode sizes must be a whole number
65 This is safe because non-constant mode sizes must be a whole number
71 This is safe because non-constant mode sizes must be a whole number
80 always constant-sized scalars. */
86 treat the argument as a normal constant. This should go away once
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpoly-int-types.h42 This is safe because non-constant mode sizes must be a whole number
50 This is safe because non-constant mode sizes must be a whole number
59 This is safe because non-constant mode sizes must be a whole number
65 This is safe because non-constant mode sizes must be a whole number
71 This is safe because non-constant mode sizes must be a whole number
80 always constant-sized scalars. */
86 treat the argument as a normal constant. This should go away once
/OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/
H A Diforce-ff.c12 * Set the magnitude of a constant force effect
219 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier()
231 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier()
232 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier()
233 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier()
234 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier()
403 * Upload a constant force effect
422 effect->u.constant.level); in iforce_upload_constant()
431 effect->u.constant.envelope.attack_length, in iforce_upload_constant()
432 effect->u.constant.envelope.attack_level, in iforce_upload_constant()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/
H A Dproperty_tags.hpp24 template<bits_t Value> struct constant struct
30 typedef constant<Bits> bits;
31 typedef constant<Mask> mask;
49 : constant<
56 typedef constant<
65 typedef constant<
123 typedef detail::constant<
132 typedef detail::constant<

12345678910>>...122