Home | Sort by relevance Sort by last modified time |
/external/chromium_org/net/disk_cache/simple/ | |
simple_entry_format.h | 57 uint32 data_crc32; member in struct:disk_cache::SimpleFileEOF 68 uint32 data_crc32; member in struct:disk_cache::SimpleFileSparseRangeHeader |
simple_entry_format_history.h | 53 uint32 data_crc32; member in struct:disk_cache::simplecache_v5::SimpleFileEOF |
simple_synchronous_entry.cc | 191 data_crc32(0) { 199 data_crc32(data_crc32_p) {} 665 eof_record.data_crc32 = it->data_crc32; 1437 uint32 data_crc32 = crc32(crc32(0L, Z_NULL, 0), local [all...] |
simple_synchronous_entry.h | 95 uint32 data_crc32; member in struct:disk_cache::SimpleSynchronousEntry::CRCRecord 194 uint32 data_crc32; member in struct:disk_cache::SimpleSynchronousEntry::SparseRange |
/development/host/windows/usb/adb_winapi_test/ | |
adb_winapi_test.cpp | 51 unsigned int data_crc32; /* crc32 of data payload */ member in struct:message 368 msg_send.data_crc32 = 0; 398 printf("\n data_crc32 = %08X", msg_rcv.data_crc32); |