HomeSort by relevance Sort by last modified time
    Searched refs:lib_version (Results 1 - 5 of 5) sorted by null

  /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);
  /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);
  /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/msmcobalt/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/libdrm/nouveau/
nouveau.h 65 uint32_t lib_version; /* deprecated */ member in struct:nouveau_device

Completed in 555 milliseconds