/third_party/openssl/doc/internal/man7/ |
D | VERSION.pod | 10 MINOR=0 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>, 104 MINOR=0 115 MINOR=0 126 MINOR=0
|
/third_party/ffmpeg/libavfilter/ |
D | qsvvpp.h | 34 #define QSV_VERSION_ATLEAST(MAJOR, MINOR) \ argument 36 MFX_VERSION_MAJOR == (MAJOR) && MFX_VERSION_MINOR >= (MINOR)) 38 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ argument 40 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/vixl/src/ |
D | compiler-intrinsics-vixl.h | 39 #define MINOR 1000 macro 42 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR) + __GNUC_PATCHLEVEL__) >= \ 43 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel))) 46 ((__GNUC__ * (MAJOR) + __GNUC_MINOR__ * (MINOR)) >= \ 47 ((major) * (MAJOR) + ((minor)) * (MINOR) + (patchlevel)))
|
/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/ffmpeg/libavcodec/ |
D | qsv_internal.h | 55 #define QSV_VERSION_ATLEAST(MAJOR, MINOR) \ argument 57 MFX_VERSION_MAJOR == (MAJOR) && MFX_VERSION_MINOR >= (MINOR)) 59 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ argument 61 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx01.c | 47 #define MINOR 1 macro 170 if (buff.stx_rdev_minor == MINOR) in test_device_file() 176 buff.stx_rdev_minor, MINOR); in test_device_file() 203 SAFE_MKNOD(DEVICEFILE, S_IFBLK | 0777, makedev(MAJOR, MINOR)); in setup()
|
/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 )" 130 sed -e "s/\(# *define *[A-Z]*_VERSION\)_MINOR .\{1,\}/\1_MINOR $MINOR/" | \
|
/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/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 52 #define VK_MAKE_API_VERSION(VARIANT, MAJOR, MINOR, PATCH) \ argument 53 …((((deUint32)(VARIANT)) << 29) | (((deUint32)(MAJOR)) << 22) | (((deUint32)(MINOR)) << 12) | ((deU… 54 #define VK_MAKE_VERSION(MAJOR, MINOR, PATCH) VK_MAKE_API_VERSION(0, MAJOR, MINOR, PATCH) argument
|
/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/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/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/deps/openssl/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_V14.md | 129 * \[[`0d448eaab5`](https://github.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto… 130 * \[[`004eafbebf`](https://github.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**:… 131 * \[[`625be7585d`](https://github.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**:… 132 * \[[`607bc74eae`](https://github.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module… 133 * \[[`f74fe2a59c`](https://github.com/nodejs/node/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**:… 139 * \[[`0d448eaab5`](https://github.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto… 141 * \[[`737df75e17`](https://github.com/nodejs/node/commit/737df75e17)] - **(SEMVER-MINOR)** **deps**… 152 * \[[`004eafbebf`](https://github.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**:… 153 * \[[`625be7585d`](https://github.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**:… 155 * \[[`607bc74eae`](https://github.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module… [all …]
|
D | CHANGELOG_V17.md | 55 * \[[`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto… 79 * \[[`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto… 165 * \[[`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**… 203 * \[[`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**… 283 * \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto… 284 * \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**:… 285 * \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** **src**:… 308 * \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto… 351 * \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**:… 365 * \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** src: all… [all …]
|
D | CHANGELOG_V15.md | 78 * \[[`b6f4901221`](https://github.com/nodejs/node/commit/b6f4901221)] - **(SEMVER-MINOR)** **fs**: … 79 * \[[`0709cbb7fe`](https://github.com/nodejs/node/commit/0709cbb7fe)] - **(SEMVER-MINOR)** **net**:… 80 * \[[`daa8a7bbcf`](https://github.com/nodejs/node/commit/daa8a7bbcf)] - **(SEMVER-MINOR)** **net**:… 81 * \[[`a4169ce519`](https://github.com/nodejs/node/commit/a4169ce519)] - **(SEMVER-MINOR)** **net**:… 82 * \[[`669b81c68b`](https://github.com/nodejs/node/commit/669b81c68b)] - **(SEMVER-MINOR)** **net,tl… 83 * \[[`a1123f0a29`](https://github.com/nodejs/node/commit/a1123f0a29)] - **(SEMVER-MINOR)** **readli… 101 * \[[`b6f4901221`](https://github.com/nodejs/node/commit/b6f4901221)] - **(SEMVER-MINOR)** **fs**: … 108 * \[[`0709cbb7fe`](https://github.com/nodejs/node/commit/0709cbb7fe)] - **(SEMVER-MINOR)** **net**:… 109 * \[[`daa8a7bbcf`](https://github.com/nodejs/node/commit/daa8a7bbcf)] - **(SEMVER-MINOR)** **net**:… 110 * \[[`a4169ce519`](https://github.com/nodejs/node/commit/a4169ce519)] - **(SEMVER-MINOR)** **net**:… [all …]
|
D | CHANGELOG_V16.md | 288 …* **(SEMVER-MINOR)** expose async\_wrap providers (Rafael Gonzaga) [#40760](https://github.com/nod… 290 …* **(SEMVER-MINOR)** add support for URL to `cp.fork` (Antoine du Hamel) [#41225](https://github.c… 295 …* **(SEMVER-MINOR)** graduate capturerejections to supported (James M Snell) [#41267](https://gith… 296 …* **(SEMVER-MINOR)** add EventEmitterAsyncResource to core (James M Snell) [#41246](https://github… 298 …* **(SEMVER-MINOR)** propagate weak option for kNewListener (James M Snell) [#40899](https://githu… 300 …* **(SEMVER-MINOR)** accept URL as argument for `fs.rm` and `fs.rmSync` (Antoine du Hamel) [#41132… 302 …* **(SEMVER-MINOR)** make AbortSignal cloneable/transferable (James M Snell) [#41050](https://gith… 303 …* **(SEMVER-MINOR)** add AbortSignal.timeout (James M Snell) [#40899](https://github.com/nodejs/no… 304 …* **(SEMVER-MINOR)** add reason to AbortSignal (James M Snell) [#40807](https://github.com/nodejs/… 305 …* **(SEMVER-MINOR)** add unsubscribe method to non-active DC channels (simon-id) [#40433](https://… [all …]
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | README.md | 10 with a filename like `wuffs-vMAJOR.MINOR.c` for version MAJOR.MINOR.
|
/third_party/openssl/ |
D | VERSION.dat | 2 MINOR=0
|
/third_party/node/deps/openssl/openssl/ |
D | VERSION.dat | 2 MINOR=0
|
/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 | 65 \( $MAJOR -eq 3 -a $MINOR -lt 2 \) -o \ 66 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ] 71 if [ $MINOR -lt 4 ]; then
|