Searched defs:my_version (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/src/common_audio/vad/
H A Dwebrtc_vad.c27 const char my_version[] = "VAD 1.2.0"; local
34 if (size_bytes < sizeof(my_version))
39 memcpy(version, my_version, sizeof(my_version));
/external/chromium_org/third_party/zlib/
H A Ddeflate.c224 static const char my_version[] = ZLIB_VERSION; local
231 if (version == Z_NULL || version[0] != my_version[0] ||
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
/external/zlib/src/
H A Ddeflate.c226 static const char my_version[] = ZLIB_VERSION; local
233 if (version == Z_NULL || version[0] != my_version[0] ||
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c225 static const char my_version[] = ZLIB_VERSION; local
232 if (version == Z_NULL || version[0] != my_version[0] ||
/external/blktrace/btreplay/
H A Dbtreplay.c861 __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);
/external/ppp/pppd/
H A Dsys-linux.c2006 int my_version, my_modification, my_patch; local
2111 &my_version,
2116 if (driver_version != my_version)

Completed in 279 milliseconds