Lines Matching defs:size
123 static unsigned int iavb_crc32(unsigned int crc_in, const unsigned char* buf, int size) in iavb_crc32()
134 static unsigned int avb_crc32(const unsigned char* buf, size_t size) in avb_crc32()
144 static int writeMisc_mtd(char *buf, int offset, int size) in writeMisc_mtd()
188 static int readMisc_mtd(char *buf, int offset, int size) in readMisc_mtd()
215 static int writeMisc_block(char *buf, int offset, int size) in writeMisc_block()
235 static int readMisc_block(char *buf, int offset, int size) in readMisc_block()
259 static int writeMisc(char *buf, int offset, int size) in writeMisc()
268 static int readMisc(char *buf, int offset, int size) in readMisc()
280 static int writeCmdMisc(char *cmdline, int size) in writeCmdMisc()
288 static int readCmdMisc(char *cmdline, int size) in readCmdMisc()
457 static int writeCustomMisc(char *cmdline, int size) in writeCustomMisc()
462 static int readCustomMisc(char *cmdline, int size) in readCustomMisc()