/third_party/ffmpeg/libavfilter/ |
D | qsvvpp.h | 34 #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/ |
D | release-version-fn.sh | 40 VERSION="$MAJOR.$MINOR.$PATCH" 41 SERIES="$MAJOR.$MINOR" 89 VERSION="$MAJOR.$MINOR.$PATCH" 90 SERIES="$MAJOR.$MINOR" 106 MAJOR=$MAJOR
|
D | release-state-fn.sh | 57 $DEBUG >&2 "DEBUG[next_release_state]: BEGIN: \$MAJOR=$MAJOR" 193 $DEBUG >&2 "DEBUG[next_release_state]: END: \$MAJOR=$MAJOR"
|
/third_party/ffmpeg/libavcodec/ |
D | qsv_internal.h | 55 #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/ |
D | VERSION.pod | 9 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/ |
D | openh264.rc.template | 27 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/ |
D | statx01.c | 46 #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/ |
D | spirv_target_env.cpp | 165 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument 166 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
|
D | spirv_constant.h | 25 #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/ |
D | spirv_target_env.cpp | 165 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument 166 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
|
D | spirv_constant.h | 25 #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/ |
D | bump_version.sh | 126 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/ |
D | spirv_target_env.cpp | 174 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument 175 #define SPIRV_VER(MAJOR, MINOR) ((MAJOR << 16) | (MINOR << 8)) argument
|
D | spirv_constant.h | 25 #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/ |
D | rpmbuild.sh | 32 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/ |
D | vkDefs.hpp | 53 #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/ |
D | spirv_constant.h | 25 #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/ |
D | opensslv.h.in | 27 * 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/ |
D | CHANGELOG_V10.md | 3944 * [[`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 …]
|
D | CHANGELOG_V9.md | 2145 * [[`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 …]
|
D | CHANGELOG_V11.md | 1378 * [[`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/ |
D | VERSION.dat | 1 MAJOR=3
|
/third_party/unity/ |
D | CMakeLists.txt | 18 REGEX "^#define UNITY_VERSION_(MAJOR|MINOR|BUILD) +[0-9]+$" 26 foreach(VERSION_PART MAJOR MINOR BUILD)
|
/third_party/mbedtls/tests/ |
D | compat.sh | 53 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/ |
D | mktar.sh | 15 version=$MAJOR.$MINOR.$PATCH$PRE_RELEASE_TAG$BUILD_METADATA
|