Searched defs:buf (Results 1 – 14 of 14) sorted by relevance
/bootable/recovery/minzip/ |
D | Bits.h | 233 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()
|
D | Zip.c | 533 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/ |
D | flash_image.c | 35 char buf[1024]; in die() local 98 char buf[HEADER_SIZE]; in main() local
|
D | mounts.c | 62 char buf[2048]; in scan_mounted_volumes() local
|
D | mtdutils.c | 69 char buf[2048]; in mtd_scan_partitions() local
|
/bootable/bootloader/legacy/libc/ |
D | sha.h | 40 uint8_t buf[64]; member
|
D | rsa.c | 167 uint8_t buf[RSANUMBYTES]; in RSA_verify() local
|
/bootable/recovery/ |
D | test_roots.c | 59 char buf[128]; in test_roots() local
|
D | recovery.c | 187 char buf[MAX_ARG_LENGTH]; in get_args() local 236 char buf[4096]; in finish_recovery() local
|
D | verifier.c | 37 char *buf = malloc(len + 1); in slurpEntry() local
|
D | ui.c | 435 char buf[256]; in ui_print() local
|
/bootable/bootloader/legacy/nandwrite/ |
D | nandwrite.c | 47 void *buf = alloc(FLASH_PAGE_SIZE + extra); in verify_flash() local
|
/bootable/bootloader/legacy/include/boot/ |
D | usb.h | 71 void *buf; member
|
/bootable/bootloader/legacy/arch_msm7k/ |
D | hsusb.c | 209 static void setup_tx(void *buf, unsigned len) in setup_tx()
|