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

/system/bluetooth/brfpatch/
H A Dbrfpatch.c54 static void dump_record(FILE *fpo, unsigned short opcode, unsigned char len, argument
59 fwrite(&opcode, 2, 1, fpo); // opcode
81 unsigned int opcode; local
83 FAILIF(advance(&buf), "Could not find opcode in: %s\n", buffer);
84 FAILIF(sscanf(buf, "0x%04x\n", &opcode) != 1,
85 "Could not find opcode in: %s\n", buffer);
162 dump_record(file_out, opcode, dp - data, data);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp580 static void ggl_logicOp(void* con, GGLenum opcode) argument
583 if ((opcode < GGL_CLEAR) || (opcode > GGL_SET)) {
587 if (c->state.logic_op.opcode != opcode) {
588 c->state.logic_op.opcode = opcode;
801 c->state.logic_op.opcode = GGL_COPY;
H A Dpicker.cpp109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
H A Dbuffer.cpp210 v = logic_op(c->state.logic_op.opcode, v, d);
/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h50 virtual void dataProcessing(int opcode, int cc, int s,
H A DARMAssemblerProxy.cpp69 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, argument
72 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2);
H A DARMAssembler.cpp211 void ARMAssembler::dataProcessing(int opcode, int cc, argument
214 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
H A DARMAssembler.h60 virtual void dataProcessing(int opcode, int cc, int s,
H A DGGLAssembler.cpp815 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
816 if (opcode == GGL_COPY)
828 switch(opcode) {
950 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
951 if (opcode != GGL_CLEAR) {
H A DARMAssemblerInterface.h114 dataProcessing( int opcode, int cc, int s,
H A Dtexturing.cpp232 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
233 switch(opcode) {
/system/core/include/pixelflinger/
H A Dpixelflinger.h292 void (*logicOp)(void* c, GGLenum opcode);
/system/core/include/private/pixelflinger/
H A Dggl_context.h292 uint16_t opcode; member in struct:android::logic_op_state_t
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h713 uint16_t opcode; member in struct:__anon3

Completed in 231 milliseconds