Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 14 of 14) sorted by relevance

/bootable/recovery/minzip/
DBits.h233 INLINE int readUtf8String(unsigned char const** ppSrc, char* buf, size_t bufLen) in readUtf8String()
254 char* buf; in readNewUtf8String() local
271 INLINE void set1(unsigned char* buf, unsigned char val) in set1()
279 INLINE void set2BE(unsigned char* buf, unsigned short val) in set2BE()
288 INLINE void set4BE(unsigned char* buf, unsigned int val) in set4BE()
299 INLINE void set8BE(unsigned char* buf, unsigned long long val) in set8BE()
314 INLINE void set2LE(unsigned char* buf, unsigned short val) in set2LE()
323 INLINE void set4LE(unsigned char* buf, unsigned int val) in set4LE()
334 INLINE void set8LE(unsigned char* buf, unsigned long long val) in set8LE()
349 INLINE void setUtf8String(unsigned char* buf, const unsigned char* str) in setUtf8String()
DZip.c533 unsigned char buf[32 * 1024]; in processStoredEntry() local
735 char *buf; member
756 char *buf, int bufLen) in mzReadZipEntry()
818 char *buf; member
/bootable/recovery/mtdutils/
Dflash_image.c35 char buf[1024]; in die() local
98 char buf[HEADER_SIZE]; in main() local
Dmounts.c62 char buf[2048]; in scan_mounted_volumes() local
Dmtdutils.c69 char buf[2048]; in mtd_scan_partitions() local
/bootable/bootloader/legacy/libc/
Dsha.h40 uint8_t buf[64]; member
Drsa.c167 uint8_t buf[RSANUMBYTES]; in RSA_verify() local
/bootable/recovery/
Dtest_roots.c59 char buf[128]; in test_roots() local
Drecovery.c187 char buf[MAX_ARG_LENGTH]; in get_args() local
236 char buf[4096]; in finish_recovery() local
Dverifier.c37 char *buf = malloc(len + 1); in slurpEntry() local
Dui.c435 char buf[256]; in ui_print() local
/bootable/bootloader/legacy/nandwrite/
Dnandwrite.c47 void *buf = alloc(FLASH_PAGE_SIZE + extra); in verify_flash() local
/bootable/bootloader/legacy/include/boot/
Dusb.h71 void *buf; member
/bootable/bootloader/legacy/arch_msm7k/
Dhsusb.c209 static void setup_tx(void *buf, unsigned len) in setup_tx()