Home
last modified time | relevance | path

Searched refs:MAJOR (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/ffmpeg/libavfilter/
Dqsvvpp.h34 #define QSV_VERSION_ATLEAST(MAJOR, MINOR) \ argument
35 (MFX_VERSION_MAJOR > (MAJOR) || \
36 MFX_VERSION_MAJOR == (MAJOR) && MFX_VERSION_MINOR >= (MINOR))
38 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ argument
39 ((MFX_VERSION.Major > (MAJOR)) || \
40 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
/third_party/openssl/dev/release-aux/
Drelease-version-fn.sh40 VERSION="$MAJOR.$MINOR.$PATCH"
41 SERIES="$MAJOR.$MINOR"
89 VERSION="$MAJOR.$MINOR.$PATCH"
90 SERIES="$MAJOR.$MINOR"
106 MAJOR=$MAJOR
Drelease-state-fn.sh57 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$MAJOR=$MAJOR"
193 $DEBUG >&2 "DEBUG[next_release_state]: END: \$MAJOR=$MAJOR"
/third_party/ffmpeg/libavcodec/
Dqsv_internal.h55 #define QSV_VERSION_ATLEAST(MAJOR, MINOR) \ argument
56 (MFX_VERSION_MAJOR > (MAJOR) || \
57 MFX_VERSION_MAJOR == (MAJOR) && MFX_VERSION_MINOR >= (MINOR))
59 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ argument
60 ((MFX_VERSION.Major > (MAJOR)) || \
61 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
/third_party/openssl/doc/internal/man7/
DVERSION.pod9 MAJOR=3
25 =item B<MAJOR>, B<MINOR>, B<PATCH>
27 The three parts of OpenSSL's 3 numbered version number, MAJOR.MINOR.PATCH.
54 It is a configuration error if B<MAJOR>, B<MINOR>, B<PATCH> and B<SHLIB_VERSION>
65 These items get their values from B<MAJOR>, B<MINOR>, B<PATCH>, and
85 The minimal version number, a string composed from B<MAJOR>, B<MINOR> and
86 B<PATCH>, separated by periods. For C<MAJOR=3>, C<MINOR=0> and C<PATCH=0>,
103 MAJOR=3
114 MAJOR=3
125 MAJOR=3
/third_party/openh264/
Dopenh264.rc.template27 FILEVERSION $MAJOR,$MINOR,$REVISION,$RESERVED
28 PRODUCTVERSION $MAJOR,$MINOR,$REVISION,$RESERVED
46 VALUE "FileVersion", "$MAJOR.$MINOR.$REVISION.$RESERVED"
51 VALUE "ProductVersion", "$MAJOR.$MINOR.$REVISION.$RESERVED"
/third_party/ltp/testcases/kernel/syscalls/statx/
Dstatx01.c46 #define MAJOR 8 macro
162 if (buff.stx_rdev_major == MAJOR) in test_device_file()
168 buff.stx_rdev_major, MAJOR); in test_device_file()
203 SAFE_MKNOD(DEVICEFILE, S_IFBLK | 0777, makedev(MAJOR, MINOR)); in setup()
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_target_env.cpp165 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument
166 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
Dspirv_constant.h25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument
26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.cpp165 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument
166 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
Dspirv_constant.h25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument
26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
/third_party/mbedtls/scripts/
Dbump_version.sh126 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
127 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
129 sed -e "s/_VERSION_MAJOR .\{1,\}/_VERSION_MAJOR $MAJOR/" | \
/third_party/spirv-tools/source/
Dspirv_target_env.cpp174 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument
175 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
Dspirv_constant.h25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument
26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
/third_party/node/tools/rpm/
Drpmbuild.sh32 MAJOR=`sed -nre 's/#define NODE_MAJOR_VERSION ([0-9]+)/\1/p' "$FILE"`
35 VERSION="$MAJOR.$MINOR.$PATCH"
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp53 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument
54 …((((deUint32)(VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deU…
56 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dspirv_constant.h25 #define SPV_SPIRV_VERSION_WORD(MAJOR, MINOR) \ argument
26 ((uint32_t(uint8_t(MAJOR)) << 16) | (uint32_t(uint8_t(MINOR)) << 8))
/third_party/openssl/include/openssl/
Dopensslv.h.in27 * These macros express version number MAJOR.MINOR.PATCH exactly
71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3944 * [[`c9bb91af33`](https://github.com/nodejs/node/commit/c9bb91af33)] - **(SEMVER-MAJOR)** **assert*…
3945 * [[`eb427caadd`](https://github.com/nodejs/node/commit/eb427caadd)] - **(SEMVER-MAJOR)** **assert*…
3946 * [[`1964978fb8`](https://github.com/nodejs/node/commit/1964978fb8)] - **(SEMVER-MAJOR)** **assert*…
3947 * [[`9743e756e2`](https://github.com/nodejs/node/commit/9743e756e2)] - **(SEMVER-MAJOR)** **assert*…
3948 * [[`70dcacd710`](https://github.com/nodejs/node/commit/70dcacd710)] - **(SEMVER-MAJOR)** **assert*…
3949 * [[`3cd7977a42`](https://github.com/nodejs/node/commit/3cd7977a42)] - **(SEMVER-MAJOR)** **assert*…
3950 * [[`e65a6e81ef`](https://github.com/nodejs/node/commit/e65a6e81ef)] - **(SEMVER-MAJOR)** **assert*…
3951 * [[`72bb4445c6`](https://github.com/nodejs/node/commit/72bb4445c6)] - **(SEMVER-MAJOR)** **assert*…
3952 * [[`d07c6f9739`](https://github.com/nodejs/node/commit/d07c6f9739)] - **(SEMVER-MAJOR)** **assert*…
3953 * [[`f76ef50432`](https://github.com/nodejs/node/commit/f76ef50432)] - **(SEMVER-MAJOR)** **assert*…
[all …]
DCHANGELOG_V9.md2145 * [[`de4a749788`](https://github.com/nodejs/node/commit/de4a749788)] - **(SEMVER-MAJOR)** internal/…
2146 * [[`db2e093e05`](https://github.com/nodejs/node/commit/db2e093e05)] - **(SEMVER-MAJOR)** **assert*…
2147 * [[`b0d3bec95c`](https://github.com/nodejs/node/commit/b0d3bec95c)] - **(SEMVER-MAJOR)** **assert*…
2148 * [[`e13d1df89b`](https://github.com/nodejs/node/commit/e13d1df89b)] - **(SEMVER-MAJOR)** **assert*…
2149 * [[`ea2e6363f2`](https://github.com/nodejs/node/commit/ea2e6363f2)] - **(SEMVER-MAJOR)** **assert*…
2150 * [[`c53db1e8e9`](https://github.com/nodejs/node/commit/c53db1e8e9)] - **(SEMVER-MAJOR)** **assert*…
2151 * [[`fc463639fa`](https://github.com/nodejs/node/commit/fc463639fa)] - **(SEMVER-MAJOR)** **assert*…
2152 * [[`07d71c94ef`](https://github.com/nodejs/node/commit/07d71c94ef)] - **(SEMVER-MAJOR)** **async_h…
2153 * [[`d731369b1d`](https://github.com/nodejs/node/commit/d731369b1d)] - **(SEMVER-MAJOR)** **async_h…
2154 * [[`97c43940c8`](https://github.com/nodejs/node/commit/97c43940c8)] - **(SEMVER-MAJOR)** **benchma…
[all …]
DCHANGELOG_V11.md1378 * [[`dd0381fe4e`](https://github.com/nodejs/node/commit/dd0381fe4e)] - **(SEMVER-MAJOR)** **fs**: m…
1393 * [[`73c3a3d5ed`](https://github.com/nodejs/node/commit/73c3a3d5ed)] - **(SEMVER-MAJOR)** **lib**: …
2527 * [[`0518b9edf3`](https://github.com/nodejs/node/commit/0518b9edf3)] - **(SEMVER-MAJOR)** **assert*…
2528 * [[`21c3a402d4`](https://github.com/nodejs/node/commit/21c3a402d4)] - **(SEMVER-MAJOR)** **assert*…
2529 * [[`439b75b9c0`](https://github.com/nodejs/node/commit/439b75b9c0)] - **(SEMVER-MAJOR)** **assert,…
2530 * [[`5d95542212`](https://github.com/nodejs/node/commit/5d95542212)] - **(SEMVER-MAJOR)** **buffer*…
2531 * [[`8fb6bce3a0`](https://github.com/nodejs/node/commit/8fb6bce3a0)] - **(SEMVER-MAJOR)** **buffer*…
2532 * [[`755520c4c3`](https://github.com/nodejs/node/commit/755520c4c3)] - **(SEMVER-MAJOR)** **buffer*…
2533 * [[`60b5b38b48`](https://github.com/nodejs/node/commit/60b5b38b48)] - **(SEMVER-MAJOR)** **buffer*…
2534 * [[`b3b3f53a33`](https://github.com/nodejs/node/commit/b3b3f53a33)] - **(SEMVER-MAJOR)** **build**…
[all …]
/third_party/openssl/
DVERSION.dat1 MAJOR=3
/third_party/unity/
DCMakeLists.txt18 REGEX "^#define UNITY_VERSION_(MAJOR|MINOR|BUILD) +[0-9]+$"
26 foreach(VERSION_PART MAJOR MINOR BUILD)
/third_party/mbedtls/tests/
Dcompat.sh53 if [ $MAJOR -lt 3 -o \
54 \( $MAJOR -eq 3 -a $MINOR -lt 2 \) -o \
55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
/third_party/openssl/util/
Dmktar.sh15 version=$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA

1234