Home
last modified time | relevance | path

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

12

/build/make/tools/ziptime/
DZipEntry.h53 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE()
56 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE()
59 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
DZipEntry.cpp90 uint8_t buf[kLFHLen]; in rewrite() local
128 uint8_t buf[kCDELen]; in rewrite() local
DZipFile.cpp76 uint8_t* buf = NULL; in rewriteCentralDir() local
212 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()
/build/make/tools/zipalign/
DZipEntry.cpp407 uint8_t buf[kLFHLen]; in read() local
473 uint8_t buf[kLFHLen]; in write() local
541 uint8_t buf[kCDELen]; in read() local
631 uint8_t buf[kCDELen]; in write() local
DZipEntry.h113 static inline uint16_t getShortLE(const uint8_t* buf) { in getShortLE()
116 static inline uint32_t getLongLE(const uint8_t* buf) { in getLongLE()
119 static inline void putShortLE(uint8_t* buf, uint16_t val) { in putShortLE()
123 static inline void putLongLE(uint8_t* buf, uint32_t val) { in putLongLE()
DZipFile.cpp210 uint8_t* buf = NULL; in readCentralDir() local
679 void *buf = pSourceZip->uncompress(pSourceEntry); in addRecompress() local
1207 void* buf = malloc(unlen); in uncompress() local
1271 status_t ZipFile::EndOfCentralDir::readBuf(const uint8_t* buf, int len) in readBuf()
1315 uint8_t buf[kEOCDLen]; in write() local
/build/kati/
Dtestutil.h33 static char buf[64]; in GetStringPiece() local
Dfile.h32 const string& buf() const { return buf_; } in buf() function
Dparser.cc49 Parser(StringPiece buf, const char* filename, vector<Stmt*>* stmts) in Parser()
60 Parser(StringPiece buf, const Loc& loc, vector<Stmt*>* stmts) in Parser()
554 void Parse(StringPiece buf, const Loc& loc, vector<Stmt*>* out_stmts) { in Parse()
560 void ParseNotAfterRule(StringPiece buf, const Loc& loc, in ParseNotAfterRule()
Dbuf.go67 buf []byte member
131 buf buffer member
Dcommand.cc138 string buf; in Eval() local
147 string buf; in Eval() local
Drule.cc87 string buf; in ParseRule() local
Dstrutil_test.cc152 char buf[10] = {'f', 'o', '\\', '\0', 'x', 'y'}; in TestFindEndOfLine() local
Dstmt.cc60 string buf; in GetLhsSymbol() local
Dmain.cc236 char buf[PATH_MAX]; in HandleRealpath() local
Dfileutil.cc95 char buf[4096]; in RunCommand() local
Ddep.cc68 string buf; in ApplyOutputPattern() local
456 string buf; in CanPickImplicitRule() local
480 string buf; in CanPickImplicitRule() local
Dfunc.cc205 static int GetNumericValueForFunc(const string& buf) { in GetNumericValueForFunc()
276 char buf[32]; in WordsFunc() local
409 char buf[PATH_MAX]; in RealpathFunc() local
418 string buf; in AbspathFunc() local
Dvar.cc63 string buf; in AppendVar() local
Dstring_piece.cc56 size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
Dstrutil.cc384 char buf[PATH_MAX]; in AbsPath() local
512 string buf; in EchoEscape() local
/build/make/tools/makeparallel/
Dmakeparallel.cpp209 char buf; in ReadByteTimeout() local
277 char buf = '+'; in PutJobserverTokens() local
/build/soong/third_party/zip/
Dzip_test.go123 buf []repeatedByte member
/build/soong/ui/tracer/
Dtracer.go55 buf bytes.Buffer member
/build/make/tools/libhost/
DCopyFile.c118 unsigned char buf[8192]; in copyFileContents() local

12