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

1 2

  /external/e2fsprogs/lib/blkid/
version.c 22 static const char *lib_version = E2FSPROGS_VERSION; variable
44 *ver_string = lib_version;
48 return blkid_parse_version_string(lib_version);
  /external/e2fsprogs/lib/ext2fs/
version.c 24 static const char *lib_version = E2FSPROGS_VERSION; variable
51 *ver_string = lib_version;
55 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)) {
  /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); */ }
eas.h 47 #define LIB_VERSION MAKE_LIB_VERSION(3, 6, 10, 14)
    [all...]
  /external/icu/icu4c/source/config/
Makefile.inc.in 206 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 66 # very bad, but that's wanted... We want to make sure that the LIB_VERSION
68 #[LIB_VERSION=`echo $VERSION | sed -e 's/\.//' -e 's/^\([^.]*\)$/\1.0/'`]
69 LIB_VERSION=$VERSION
70 LIB_VERSION_MAJOR=`echo $LIB_VERSION | sed 's/\..*//'`
72 AC_SUBST(LIB_VERSION)
74 AC_MSG_RESULT([release $VERSION, library $LIB_VERSION, unicode version $UNICODE_VERSION])
    [all...]
icudefs.mk.in 42 SO_TARGET_VERSION = @LIB_VERSION@
configure 731 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...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp     [all...]

Completed in 1318 milliseconds

1 2