Searched refs:opcode (Results 1 - 19 of 19) sorted by path

/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
/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/include/pixelflinger/
H A Dpixelflinger.h292 void (*logicOp)(void* c, GGLenum opcode);
/system/core/include/private/pixelflinger/
H A Dggl_context.h312 uint16_t opcode; member in struct:android::logic_op_state_t
/system/core/libpixelflinger/
H A Dbuffer.cpp210 v = logic_op(c->state.logic_op.opcode, v, d);
H A Dpicker.cpp109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
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/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 DARMAssembler.h91 virtual void dataProcessing(int opcode, int cc, int s,
H A DARMAssemblerInterface.h122 dataProcessing( int opcode, int cc, int s,
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 DARMAssemblerProxy.h79 virtual void dataProcessing(int opcode, int cc, int s,
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
H A DMIPSAssembler.h90 virtual void dataProcessing(int opcode, int cc, int s,
432 // opcode field of all instructions
453 // func field for special opcode
473 // func field for spec2 opcode
482 // func field for spec3 opcode
H A Dtexturing.cpp235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; local
236 switch(opcode) {
/system/core/sdcard/
H A Dfuse.h538 __u32 opcode; member in struct:fuse_in_header
H A Dsdcard.c1038 switch (hdr->opcode) {
1152 handler->token, hdr->opcode, hdr->unique, hdr->nodeid);
/system/extras/libublock/
H A Dublock.c209 switch (in_h->opcode) {
211 out_h->opcode = UBLOCK_INIT_OUT;
215 out_h->opcode = UBLOCK_READY_OUT;
219 out_h->opcode = UBLOCK_READ_OUT;
223 out_h->opcode = UBLOCK_WRITE_OUT;

Completed in 131 milliseconds