/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/libwebsockets/scripts/ |
D | libwebsockets.spec | 153 - MAJOR SONAMEBUMP APICHANGES Upstream 3.2.0 release (last LGPLv2.1+SLE) 156 - MAJOR SONAMEBUMP APICHANGES Upstream 3.1.0 release 159 - MAJOR SONAMEBUMP APICHANGES Upstream 3.0.0 release 162 - MAJOR SONAMEBUMP APICHANGES Upstream 2.4.0 release 165 - MAJOR SONAMEBUMP APICHANGES Upstream 2.3.0 release 168 - MAJOR SONAMEBUMP APICHANGES Upstream 2.2.0 release 171 - MAJOR SONAMEBUMP APICHANGES Upstream 2.1.0 release 174 - MAJOR SONAMEBUMP APICHANGES Upstream 2.0.0 release 177 - MAJOR SONAMEBUMP APICHANGES Upstream 1.7.0 release
|
/third_party/ffmpeg/libavcodec/ |
D | qsv_internal.h | 53 #define QSV_VERSION_ATLEAST(MAJOR, MINOR) \ argument 54 (MFX_VERSION_MAJOR > (MAJOR) || \ 55 MFX_VERSION_MAJOR == (MAJOR) && MFX_VERSION_MINOR >= (MINOR)) 57 #define QSV_RUNTIME_VERSION_ATLEAST(MFX_VERSION, MAJOR, MINOR) \ argument 58 ((MFX_VERSION.Major > (MAJOR)) || \ 59 (MFX_VERSION.Major == (MAJOR) && MFX_VERSION.Minor >= (MINOR)))
|
/third_party/uboot/u-boot-2020.01/scripts/ |
D | gcc-version.sh | 25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1) 29 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCHLEVEL 31 printf "%02d%02d\\n" $MAJOR $MINOR
|
D | binutils-version.sh | 20 MAJOR=$(echo $version_string | cut -d . -f 1) 23 printf "%02d%02d\\n" $MAJOR $MINOR
|
D | dtc-version.sh | 17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1) 21 printf "%02d%02d%02d\\n" $MAJOR $MINOR $PATCH
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx01.c | 53 #define MAJOR 8 macro 116 if (buff.stx_rdev_major == MAJOR) in test_device_file() 122 buff.stx_rdev_major, MAJOR); in test_device_file() 159 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/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 | 147 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION) 148 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )" 150 sed -e "s/_VERSION_MAJOR .\{1,\}/_VERSION_MAJOR $MAJOR/" | \
|
/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/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/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/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/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 …]
|
D | CHANGELOG_V12.md | 3584 * [[`afce912193`](https://github.com/nodejs/node/commit/afce912193)] - **(SEMVER-MAJOR)** **assert*… 3585 * [[`5a3623af74`](https://github.com/nodejs/node/commit/5a3623af74)] - **(SEMVER-MAJOR)** **assert*… 3586 * [[`7493db21b6`](https://github.com/nodejs/node/commit/7493db21b6)] - **(SEMVER-MAJOR)** **assert*… 3587 * [[`9d064439e5`](https://github.com/nodejs/node/commit/9d064439e5)] - **(SEMVER-MAJOR)** **async_h… 3588 * [[`1a2cf6696f`](https://github.com/nodejs/node/commit/1a2cf6696f)] - **(SEMVER-MAJOR)** **async_h… 3589 * [[`c992639fbd`](https://github.com/nodejs/node/commit/c992639fbd)] - **(SEMVER-MAJOR)** **bootstr… 3590 * [[`693401d0dd`](https://github.com/nodejs/node/commit/693401d0dd)] - **(SEMVER-MAJOR)** **buffer*… 3591 * [[`6113ba96cb`](https://github.com/nodejs/node/commit/6113ba96cb)] - **(SEMVER-MAJOR)** **buffer*… 3592 * [[`6fb7baf935`](https://github.com/nodejs/node/commit/6fb7baf935)] - **(SEMVER-MAJOR)** **buffer*… 3593 * [[`c6d29ccf5a`](https://github.com/nodejs/node/commit/c6d29ccf5a)] - **(SEMVER-MAJOR)** **buffer*… [all …]
|
/third_party/mbedtls/tests/ |
D | compat.sh | 80 if [ $MAJOR -lt 3 -o \ 81 \( $MAJOR -eq 3 -a $MINOR -lt 2 \) -o \ 82 \( $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/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/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()
|