Searched defs:opcode (Results 1 - 10 of 10) 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/codeflinger/
H A DARMAssembler.cpp216 void ARMAssembler::dataProcessing(int opcode, int cc, argument
219 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2;
H A DARMAssemblerProxy.cpp160 void ARMAssemblerProxy::dataProcessing( int opcode, int cc, int s, argument
163 mTarget->dataProcessing(opcode, cc, s, Rd, Rn, Op2);
H A Dtexturing.cpp235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
236 switch(opcode) {
H A DGGLAssembler.cpp818 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
819 if (opcode == GGL_COPY)
831 switch(opcode) {
962 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
963 if (opcode != GGL_CLEAR) {
H A DMIPSAssembler.cpp417 void ArmToMipsAssembler::dataProcessing(int opcode, int cc, argument
432 switch (opcode) {
599 if (s && opcode != opCMP) {
1940 // using this as special opcode for not-yet-implemented ARM instruction
1947 // using this as special opcode for purposefully NOT implemented ARM instruction
/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;
/system/core/include/private/pixelflinger/
H A Dggl_context.h312 uint16_t opcode; member in struct:android::logic_op_state_t
/system/core/sdcard/
H A Dfuse.h538 __u32 opcode; member in struct:fuse_in_header
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h1866 uint16_t opcode; member in struct:__anon191
1875 uint16_t opcode; member in struct:__anon192
2322 uint16_t opcode; member in struct:__anon243
2382 uint16_t opcode; member in struct:hci_filter

Completed in 340 milliseconds