Searched defs:buf (Results 1 – 11 of 11) 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 | 632 char *buf; member 653 char *buf, int bufLen) in mzReadZipEntry() 752 char *buf; member
|
/bootable/recovery/mtdutils/ |
D | flash_image.c | 38 char buf[1024]; in die() local 101 char buf[HEADER_SIZE]; in main() local
|
D | mtdutils.c | 73 char buf[2048]; in mtd_scan_partitions() local
|
/bootable/recovery/applypatch/ |
D | bspatch.c | 67 static off_t offtin(u_char *buf) in offtin() 196 unsigned char buf[24]; in ApplyBSDiffPatchMem() local
|
D | bsdiff.c | 195 static void offtout(off_t x,u_char *buf) in offtout() 237 u_char buf[8]; in bsdiff() local
|
/bootable/recovery/minadbd/ |
D | fuse_adb_provider_test.cpp | 83 char buf[1]; in TEST() local
|
/bootable/recovery/ |
D | bootloader.cpp | 149 struct stat buf; in wait_for_device() local
|
D | ui.cpp | 252 char buf; in IsUsbConnected() local
|
D | recovery.cpp | 233 char buf[MAX_ARG_LENGTH]; in get_args() local 301 char buf[4096]; in copy_log_file() local
|
D | screen_ui.cpp | 510 char buf[256]; in Print() local
|