Home
last modified time | relevance | path

Searched refs:version_patch (Results 1 – 9 of 9) sorted by relevance

/external/libaom/build/cmake/
Dversion.pl60 my $version_patch = $version_components[2];
96 #define VERSION_PATCH $version_patch
111 #define VERSION_PATCH $version_patch
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/
Dget_ver.awk21 version_patch = $3
23 print "LIBCARES_VERSION = " version_major "," version_minor "," version_patch
/external/tensorflow/third_party/mkl_dnn/
Dmkldnn.BUILD22 # set to "version_major.version_minor.version_patch". The git hash version can
Dmkldnn_v1.BUILD130 # set to "version_major.version_minor.version_patch". The git hash version can
/external/curl/packages/vms/
Dbuild_vms.com237 $ version_patch = f$extract(1, f$length(node_swvers), node_swvers)
238 $ maj_ver = f$element(0, ".", version_patch)
239 $ min_ver_patch = f$element(1, ".", version_patch)
Dgnv_link_curl.com44 $ version_patch = f$extract(1, f$length(node_swvers), node_swvers)
45 $ maj_ver = f$element(0, ".", version_patch)
46 $ min_ver_patch = f$element(1, ".", version_patch)
/external/freetype/include/freetype/internal/
Dftobjs.h900 FT_Int version_patch; member
/external/freetype/src/base/
Dftobjs.c5511 library->version_patch = FREETYPE_PATCH; in FT_New_Library()
5539 patch = library->version_patch; in FT_Library_Version()
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs28 pub const fn version_patch(version: u32) -> u32 { in version_patch() function