HomeSort by relevance Sort by last modified time
    Searched full:lib_version (Results 1 - 25 of 33) sorted by null

1 2

  /external/e2fsprogs/lib/blkid/
version.c 23 static const char *lib_version = E2FSPROGS_VERSION; variable
45 *ver_string = lib_version;
49 return blkid_parse_version_string(lib_version);
  /external/e2fsprogs/lib/ext2fs/
version.c 25 static const char *lib_version = E2FSPROGS_VERSION; variable
52 *ver_string = lib_version;
56 return ext2fs_parse_version_string(lib_version);
  /hardware/qcom/display/msm8996/sdm/libs/core/
core_interface.cpp 66 uint32_t lib_version = SDM_VERSION_TAG; local
67 if (GET_REVISION(client_version) > GET_REVISION(lib_version)) {
69 } else if (GET_DATA_ALIGNMENT(client_version) != GET_DATA_ALIGNMENT(lib_version)) {
71 } else if (GET_INSTRUCTION_SET(client_version) != GET_INSTRUCTION_SET(lib_version)) {
  /hardware/qcom/display/msm8998/sdm/libs/core/
core_interface.cpp 75 uint32_t lib_version = SDM_VERSION_TAG; local
76 if (GET_REVISION(client_version) > GET_REVISION(lib_version)) {
78 } else if (GET_DATA_ALIGNMENT(client_version) != GET_DATA_ALIGNMENT(lib_version)) {
80 } else if (GET_INSTRUCTION_SET(client_version) != GET_INSTRUCTION_SET(lib_version)) {
  /hardware/qcom/display/sdm845/sdm/libs/core/
core_interface.cpp 75 uint32_t lib_version = SDM_VERSION_TAG; local
76 if (GET_REVISION(client_version) > GET_REVISION(lib_version)) {
78 } else if (GET_DATA_ALIGNMENT(client_version) != GET_DATA_ALIGNMENT(lib_version)) {
80 } else if (GET_INSTRUCTION_SET(client_version) != GET_INSTRUCTION_SET(lib_version)) {
  /external/ImageMagick/config/
configure.xml.in 33 <configure name="LIB_VERSION" value="@PACKAGE_LIB_VERSION@"/>
  /external/ImageMagick/www/source/
configure.xml 11 <configure name="LIB_VERSION" value="0x700"/>
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 453 if (LIB_VERSION != pLibConfig->libVersion)
456 LIB_VERSION >> 24,
457 (LIB_VERSION >> 16) & 0x0f,
458 (LIB_VERSION >> 8) & 0x0f,
459 LIB_VERSION & 0x0f); */ }
  /external/icu/icu4c/source/config/
Makefile.inc.in 205 LIB_VERSION = @LIB_VERSION@
  /external/libdrm/nouveau/
nouveau.h 65 uint32_t lib_version; /* deprecated */ member in struct:nouveau_device
  /external/icu/icu4c/source/
configure.ac 67 # very bad, but that's wanted... We want to make sure that the LIB_VERSION
69 #[LIB_VERSION=`echo $VERSION | sed -e 's/\.//' -e 's/^\([^.]*\)$/\1.0/'`]
70 LIB_VERSION=$VERSION
71 LIB_VERSION_MAJOR=`echo $LIB_VERSION | sed 's/\..*//'`
73 AC_SUBST(LIB_VERSION)
75 AC_MSG_RESULT([release $VERSION, library $LIB_VERSION, unicode version $UNICODE_VERSION])
    [all...]
icudefs.mk.in 44 SO_TARGET_VERSION = @LIB_VERSION@
configure 730 LIB_VERSION
    [all...]
  /external/aac/libFDK/src/
FDK_core.cpp 121 v = LIB_VERSION(FDK_TOOLS_LIB_VL0, FDK_TOOLS_LIB_VL1, FDK_TOOLS_LIB_VL2);
  /external/ImageMagick/ImageMagick/api/
magick-wand.html 261 <p>MagickQueryConfigureOptions() returns any configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.</p>
  /external/ImageMagick/www/api/
magick-wand.html 265 <p>MagickQueryConfigureOptions() returns any configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.</p>
magick-wand.php 261 <p>MagickQueryConfigureOptions() returns any configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.</p>
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp     [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_lib.cpp 620 info->version = LIB_VERSION(TP_LIB_VL0, TP_LIB_VL1, TP_LIB_VL2);
  /external/aac/libSYS/include/
FDK_audio.h 527 #define LIB_VERSION(lev0, lev1, lev2) ((lev0<<24 & 0xff000000) | \
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp     [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]
  /external/ImageMagick/MagickWand/
magick-wand.c 449 % LIB_VERSION, etc.
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]

Completed in 1294 milliseconds

1 2