HomeSort by relevance Sort by last modified time
    Searched full:data_crc32 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_entry_format.h 52 uint32 data_crc32; member in struct:disk_cache::SimpleFileEOF
simple_synchronous_entry.cc 164 data_crc32(0) {
172 data_crc32(data_crc32_p) {}
374 if (has_crc && eof_record.data_crc32 != expected_crc32) {
396 eof_record.data_crc32 = it->data_crc32;
simple_synchronous_entry.h 58 uint32 data_crc32; member in struct:disk_cache::SimpleSynchronousEntry::CRCRecord
  /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);
  /system/core/adb/
protocol.txt 36 unsigned data_crc32; /* crc32 of data payload */

Completed in 415 milliseconds