OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:length_str
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy.c
24
static const char *
length_str
= "1MB";
variable
33
OPT_STRING('l', "length", &
length_str
, "1MB",
195
len = (size_t)perf_atoll((char *)
length_str
);
201
fprintf(stderr, "Invalid length:%s\n",
length_str
);
224
printf("# Copying %s Bytes ...\n\n",
length_str
);
mem-memset.c
24
static const char *
length_str
= "1MB";
variable
33
OPT_STRING('l', "length", &
length_str
, "1MB",
187
len = (size_t)perf_atoll((char *)
length_str
);
193
fprintf(stderr, "Invalid length:%s\n",
length_str
);
216
printf("# Copying %s Bytes ...\n\n",
length_str
);
/external/chromium_org/net/spdy/
spdy_test_util_common.cc
1301
std::string
length_str
= base::Int64ToString(*content_length);
local
[
all
...]
Completed in 101 milliseconds