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

  /external/blktrace/btreplay/
btreplay.c 879 __u64 my_version = mk_btversion(btver_mjr, btver_mnr, btver_sub); local
908 if (hdr.version != my_version) {
916 (long)hdr.version, (long)my_version);
    [all...]
  /external/ppp/pppd/
sys-linux.c 2037 int my_version, my_modification, my_patch; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 229 static const char my_version[] = ZLIB_VERSION; local
236 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /external/u-boot/lib/zlib/
deflate.c 223 static const char my_version[] = ZLIB_VERSION; local
230 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 253 static const char my_version[] = ZLIB_VERSION; local
260 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /external/zlib/src/
deflate.c 253 static const char my_version[] = ZLIB_VERSION; local
260 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]

Completed in 182 milliseconds