/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/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/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/giflib/ |
D | getversion | 7 MAJOR=`sed <gif_lib.h -n -e "/MAJOR/s/#define GIFLIB_MAJOR *//p"` 10 echo ${MAJOR}.${MINOR}.${RELEASE}
|
/third_party/spirv-tools/source/ |
D | spirv_target_env.cpp | 159 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument 160 #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/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/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/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/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/unity/ |
D | CMakeLists.txt | 18 REGEX "^#define UNITY_VERSION_(MAJOR|MINOR|BUILD) +[0-9]+$" 26 foreach(VERSION_PART MAJOR MINOR BUILD)
|
/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/eudev/rules/ |
D | 60-persistent-v4l.rules | 5 ENV{MAJOR}=="", GOTO="persistent_v4l_end"
|
/third_party/flutter/skia/third_party/externals/wuffs/release/c/ |
D | README.md | 7 filename like `wuffs-vMAJOR.MINOR.c` for version MAJOR.MINOR.
|
/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/grpc/third_party/rake-compiler-dock/build/patches2/rake-compiler-1.1.0/ |
D | 0003-Allow-building-of-cross-rubies-in-parallel.patch | 30 -MAJOR = RUBY_CC_VERSION.match(/.*-(\d.\d).\d/)[1] 90 - url = "http://cache.ruby-lang.org/pub/ruby/#{MAJOR}/#{File.basename(t.name)}" 152 - options << "--with-winsock2" if MAJOR == "1.8"
|
/third_party/flutter/glfw/tests/ |
D | glfwinfo.c | 367 MAJOR, MINOR, PROFILE, ROBUSTNESS, VERSION, in main() enumerator 381 { "major", 1, NULL, MAJOR }, in main() 481 case MAJOR: in main()
|
/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.
|