OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwCRC
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/tools/
dfu.h
96
uint32_t
dwCRC
;
dfutool.c
391
printf("
dwCRC
\t\t%08x\n", le32_to_cpu(suffix->
dwCRC
));
426
uint32_t crc,
dwCRC
;
463
dwCRC
= le32_to_cpu(suffix.
dwCRC
);
473
crc ==
dwCRC
? "valid" : "corrupt");
475
if (crc !=
dwCRC
) {
695
suffix.
dwCRC
= cpu_to_le32(crc);
Completed in 716 milliseconds