OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zero_data
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
record_file_writer.cpp
156
std::vector<unsigned char>
zero_data
(feature_header_size);
161
return Write(
zero_data
.data(),
zero_data
.size());
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h
28
static const void*
zero_data
[128];
variable
[
all
...]
/external/squashfs-tools/squashfs-tools/
unsquashfs.c
878
char *
zero_data
= NULL;
variable
892
if((sparse == FALSE || lseek_broken) &&
zero_data
== NULL) {
893
if((
zero_data
= malloc(block_size)) == NULL)
896
memset(
zero_data
, 0, block_size);
905
if(write_bytes(file_fd,
zero_data
, avail_bytes)
[
all
...]
Completed in 288 milliseconds