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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 28 static const void* zero_data[128]; variable
    [all...]
  /system/extras/simpleperf/
record_file.cpp 226 std::vector<unsigned char> zero_data(feature_header_size);
231 return Write(zero_data.data(), zero_data.size());
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 873 char *zero_data = NULL; variable
887 if((sparse == FALSE || lseek_broken) && zero_data == NULL) {
888 if((zero_data = malloc(block_size)) == NULL)
891 memset(zero_data, 0, block_size);
900 if(write_bytes(file_fd, zero_data, avail_bytes)
    [all...]

Completed in 100 milliseconds