Home
last modified time | relevance | path

Searched refs:MINOR (Results 1 – 25 of 73) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dqsvvpp.h34 #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/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/ffmpeg/libavcodec/
Dqsv_internal.h55 #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/
Dstatx01.c47 #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/giflib/
Dgetversion8 MINOR=`sed <gif_lib.h -n -e "/MINOR/s/#define GIFLIB_MINOR *//p"`
10 echo ${MAJOR}.${MINOR}.${RELEASE}
/third_party/spirv-tools/source/
Dspirv_target_env.cpp159 #define VULKAN_VER(MAJOR, MINOR) ((MAJOR << 22) | (MINOR << 12)) argument
160 #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.sh33 MINOR=`sed -nre 's/#define NODE_MINOR_VERSION ([0-9]+)/\1/p' "$FILE"`
35 VERSION="$MAJOR.$MINOR.$PATCH"
/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 )"
130 sed -e "s/_VERSION_MINOR .\{1,\}/_VERSION_MINOR $MINOR/" | \
/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/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp52 #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/
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/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/flutter/skia/third_party/externals/wuffs/release/c/
DREADME.md7 filename like `wuffs-vMAJOR.MINOR.c` for version MAJOR.MINOR.
/third_party/skia/third_party/externals/wuffs/release/c/
DREADME.md10 with a filename like `wuffs-vMAJOR.MINOR.c` for version MAJOR.MINOR.
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md236 * \[[`0d448eaab5`](https://github.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto…
237 * \[[`004eafbebf`](https://github.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**:…
238 * \[[`625be7585d`](https://github.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**:…
239 * \[[`607bc74eae`](https://github.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module…
240 * \[[`f74fe2a59c`](https://github.com/nodejs/node/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**:…
246 * \[[`0d448eaab5`](https://github.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto…
248 * \[[`737df75e17`](https://github.com/nodejs/node/commit/737df75e17)] - **(SEMVER-MINOR)** **deps**…
259 * \[[`004eafbebf`](https://github.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**:…
260 * \[[`625be7585d`](https://github.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**:…
262 * \[[`607bc74eae`](https://github.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module…
[all …]
DCHANGELOG_V13.md83 * [[`074c3c144f`](https://github.com/nodejs/node/commit/074c3c144f)] - **(SEMVER-MINOR)** **build**…
84 * [[`96ad768dbc`](https://github.com/nodejs/node/commit/96ad768dbc)] - **(SEMVER-MINOR)** **build**…
117 * [[`2e1fb2b9af`](https://github.com/nodejs/node/commit/2e1fb2b9af)] - **(SEMVER-MINOR)** **doc**: …
122 * [[`cd388b25f6`](https://github.com/nodejs/node/commit/cd388b25f6)] - **(SEMVER-MINOR)** **doc,lib…
146 * [[`1950c08ab1`](https://github.com/nodejs/node/commit/1950c08ab1)] - **(SEMVER-MINOR)** **src**: …
163 * [[`76781bd16e`](https://github.com/nodejs/node/commit/76781bd16e)] - **(SEMVER-MINOR)** **test**:…
176 * [[`53fd0d80b1`](https://github.com/nodejs/node/commit/53fd0d80b1)] - **(SEMVER-MINOR)** **util**:…
177 * [[`e83dcdef7e`](https://github.com/nodejs/node/commit/e83dcdef7e)] - **(SEMVER-MINOR)** **worker*…
194 * [[`4d5981be96`](https://github.com/nodejs/node/commit/4d5981be96)] - **(SEMVER-MINOR)** **async_h…
232 * [[`94f3eed229`](https://github.com/nodejs/node/commit/94f3eed229)] - **(SEMVER-MINOR)** **fs**: m…
[all …]
DCHANGELOG_V8.md197 * [[`d6ffabc37f`](https://github.com/nodejs/node/commit/d6ffabc37f)] - **(SEMVER-MINOR)** **n-api**…
204 * [[`759a0180b5`](https://github.com/nodejs/node/commit/759a0180b5)] - **(SEMVER-MINOR)** **n-api**…
264 * [[`693e362175`](https://github.com/nodejs/node/commit/693e362175)] - **(SEMVER-MINOR)** **cli**: …
265 * [[`4fb5a1be2f`](https://github.com/nodejs/node/commit/4fb5a1be2f)] - **(SEMVER-MINOR)** **deps**:…
266 * [[`446f8b54e5`](https://github.com/nodejs/node/commit/446f8b54e5)] - **(SEMVER-MINOR)** **http**:…
406 * [[`576038fb61`](https://github.com/nodejs/node/commit/576038fb61)] - **(SEMVER-MINOR)** **http**:…
407 * [[`513e9747a2`](https://github.com/nodejs/node/commit/513e9747a2)] - **(SEMVER-MINOR)** **http**:…
408 * [[`696f063c5e`](https://github.com/nodejs/node/commit/696f063c5e)] - **(SEMVER-MINOR)** **http,ht…
430 * [[`3babc5bb53`](https://github.com/nodejs/node/commit/3babc5bb53)] - **(SEMVER-MINOR)** **assert*…
433 * [[`f2af930ebb`](https://github.com/nodejs/node/commit/f2af930ebb)] - **(SEMVER-MINOR)** **assert*…
[all …]
DCHANGELOG_V12.md448 * [[`32c0449141`](https://github.com/nodejs/node/commit/32c0449141)] - **(SEMVER-MINOR)** **util**:…
763 * [[`fc7b27ea78`](https://github.com/nodejs/node/commit/fc7b27ea78)] - **(SEMVER-MINOR)** **assert*…
844 * [[`35f289260e`](https://github.com/nodejs/node/commit/35f289260e)] - **(SEMVER-MINOR)** **deps**:…
850 * [[`b560f7b9d6`](https://github.com/nodejs/node/commit/b560f7b9d6)] - **(SEMVER-MINOR)** **dgram**…
971 * [[`d6e69fbd25`](https://github.com/nodejs/node/commit/d6e69fbd25)] - **(SEMVER-MINOR)** **esm**: …
972 * [[`eb82683538`](https://github.com/nodejs/node/commit/eb82683538)] - **(SEMVER-MINOR)** **events*…
973 * [[`5cb0de948d`](https://github.com/nodejs/node/commit/5cb0de948d)] - **(SEMVER-MINOR)** **events*…
974 * [[`9f81da5883`](https://github.com/nodejs/node/commit/9f81da5883)] - **(SEMVER-MINOR)** **events*…
988 * [[`785aa86b94`](https://github.com/nodejs/node/commit/785aa86b94)] - **(SEMVER-MINOR)** **fs**: a…
996 * [[`db8144be31`](https://github.com/nodejs/node/commit/db8144be31)] - **(SEMVER-MINOR)** **http**:…
[all …]
DCHANGELOG_V10.md117 * [[`64744a282e`](https://github.com/nodejs/node/commit/64744a282e)] - **(SEMVER-MINOR)** **buffer*…
132 * [[`fff6162693`](https://github.com/nodejs/node/commit/fff6162693)] - **(SEMVER-MINOR)** **deps**:…
148 * [[`e9c590ea00`](https://github.com/nodejs/node/commit/e9c590ea00)] - **(SEMVER-MINOR)** **n-api**…
149 * [[`239377b654`](https://github.com/nodejs/node/commit/239377b654)] - **(SEMVER-MINOR)** **n-api**…
150 * [[`ecbb331be0`](https://github.com/nodejs/node/commit/ecbb331be0)] - **(SEMVER-MINOR)** **n-api**…
151 * [[`f29fb14cf6`](https://github.com/nodejs/node/commit/f29fb14cf6)] - **(SEMVER-MINOR)** **n-api**…
163 * [[`a2b0e9ef6a`](https://github.com/nodejs/node/commit/a2b0e9ef6a)] - **(SEMVER-MINOR)** **tls**: …
164 * [[`1cfb45732a`](https://github.com/nodejs/node/commit/1cfb45732a)] - **(SEMVER-MINOR)** **tls**: …
195 * [[`a28e5cc1ed`](https://github.com/nodejs/node/commit/a28e5cc1ed)] - **(SEMVER-MINOR)** **deps**:…
196 * [[`0082f62d9c`](https://github.com/nodejs/node/commit/0082f62d9c)] - **(SEMVER-MINOR)** **http**:…
[all …]
/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.sh54 \( $MAJOR -eq 3 -a $MINOR -lt 2 \) -o \
55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
60 if [ $MINOR -lt 4 ]; then
/third_party/libcoap/
DTODO24 * MINOR ISSUES

123