OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_version
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/src/common_audio/vad/
webrtc_vad.c
27
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/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
2006
int
my_version
, my_modification, my_patch;
local
[
all
...]
/external/chromium_org/third_party/zlib/
deflate.c
224
static const char
my_version
[] = ZLIB_VERSION;
local
231
if (version == Z_NULL || version[0] !=
my_version
[0] ||
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
deflate.c
229
static const char
my_version
[] = ZLIB_VERSION;
local
236
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 1306 milliseconds