OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Write4
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/applypatch/
utils.h
24
void
Write4
(int value, FILE* f);
utils.c
22
void
Write4
(int value, FILE* f) {
imgdiff.c
959
Write4
(num_tgt_chunks, f);
961
Write4
(tgt_chunks[i].type, f);
982
Write4
(tgt_chunks[i].level, f);
983
Write4
(tgt_chunks[i].method, f);
984
Write4
(tgt_chunks[i].windowBits, f);
985
Write4
(tgt_chunks[i].memLevel, f);
986
Write4
(tgt_chunks[i].strategy, f);
993
Write4
(patch_size[i], f);
Completed in 108 milliseconds