Searched defs:comment (Results 1 - 3 of 3) sorted by relevance

/system/core/libzipfile/
H A Dprivate.h34 const unsigned char* comment; //mComment; member in struct:Zipfile
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp64 void ARMAssemblerProxy::comment(const char* string) { function in class:android::ARMAssemblerProxy
65 mTarget->comment(string);
158 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { argument
159 mTarget->SWI(cc, comment);
H A DARMAssembler.cpp93 ssize_t comment = mComments.indexOfKey(i); local
94 if (comment >= 0) {
95 printf("; %s\n", mComments.valueAt(comment));
103 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler
356 void ARMAssembler::SWI(int cc, uint32_t comment) { argument
357 *mPC++ = (cc<<28) | (0xF<<24) | comment;

Completed in 67 milliseconds