Searched refs:comment (Results 1 - 14 of 14) sorted by relevance

/system/core/sh/
H A Dmkinit.sh81 comment="${def#*;}"
82 def="${def%;$comment}"
85 decles="${decles}${decnl}extern${def};${comment}${nl}"
/system/core/libzipfile/
H A Dprivate.h34 const unsigned char* comment; //mComment; member in struct:Zipfile
H A Dcentraldir.c9 EOCD_LEN = 22, // EndOfCentralDir len, excl. comment
53 fprintf(stderr, "EOCD(%d) + comment(%d) exceeds len (%d)\n",
57 file->comment = buf + EOCD_LEN;
135 // comment, if any
171 * comment field, so we have to scan through it backwards. The comment
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp246 comment("fetch color-buffer");
305 comment("store");
358 comment("compute ct (# of pixels to process)");
390 comment("compute color-buffer pointer");
404 comment("compute initial fog coordinate");
418 comment("compute initial Z coordinate");
461 comment(comments[component]);
633 comment("update iterated color");
676 comment("coverage application");
700 comment("Alph
[all...]
H A DARMAssembler.cpp98 ssize_t comment = mComments.indexOfKey(i); local
99 if (comment >= 0) {
100 printf("; %s\n", mComments.valueAt(comment));
108 void ARMAssembler::comment(const char* string) function in class:android::ARMAssembler
361 void ARMAssembler::SWI(int cc, uint32_t comment) { argument
362 *mPC++ = (cc<<28) | (0xF<<24) | comment;
H A DARMAssemblerProxy.cpp68 void ARMAssemblerProxy::comment(const char* string) { function in class:android::ARMAssemblerProxy
69 mTarget->comment(string);
249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { argument
250 mTarget->SWI(cc, comment);
H A DARMAssembler.h59 virtual void comment(const char* string);
141 virtual void SWI(int cc, uint32_t comment);
H A DARMAssemblerProxy.h49 virtual void comment(const char* string);
127 virtual void SWI(int cc, uint32_t comment);
H A Dtexturing.cpp55 comment("compute initial iterated color (smooth and/or dither case)");
133 comment("load initial iterated color (8888 packed)");
138 comment("load initial iterated color (dest format packed)");
336 comment("compute texture coordinates");
452 comment("fetch texel");
460 comment("reload s/t (multitexture or linear filtering)");
470 comment("compute repeat/clamp");
513 comment("compute linear filtering offsets");
602 comment("iterate s,t");
623 comment("merg
[all...]
H A DMIPSAssembler.h56 virtual void comment(const char* string);
139 virtual void SWI(int cc, uint32_t comment);
256 void comment(const char* string);
H A DMIPSAssembler.cpp132 void ArmToMipsAssembler::comment(const char* string) function in class:android::ArmToMipsAssembler
134 mMips->comment(string);
1019 void ArmToMipsAssembler::SWI(int cc, uint32_t comment) { argument
1020 // *mPC++ = (cc<<28) | (0xF<<24) | comment;
1353 ssize_t comment = mComments.indexOfKey(mipsPC); local
1354 if (comment >= 0) {
1355 ALOGW("; %s\n", mComments.valueAt(comment));
1366 void MIPSAssembler::comment(const char* string) function in class:android::MIPSAssembler
H A DARMAssemblerInterface.h113 virtual void comment(const char* string) = 0;
180 virtual void SWI(int cc, uint32_t comment) = 0;
H A Dblending.cpp38 comment("fog");
91 comment("blending");
H A Dload_store.cpp342 comment("dithering");

Completed in 464 milliseconds