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

  /external/blktrace/btreplay/
btreplay.c 861 __u64 my_version = mk_btversion(btver_mjr, btver_mnr, btver_sub); local
890 if (hdr.version != my_version) {
898 (long)hdr.version, (long)my_version);
    [all...]
  /external/ppp/pppd/
sys-linux.c 2037 int my_version, my_modification, my_patch; local
    [all...]
  /external/opencv3/3rdparty/zlib/
deflate.c 226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 225 static const char my_version[] = ZLIB_VERSION; local
232 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]
  /external/zlib/src/
deflate.c 226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
    [all...]

Completed in 2603 milliseconds