| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| fuse.h | 381 __u32 opcode; member in struct:fuse_in_header
|
| /system/core/libpixelflinger/ |
| picker.cpp | 109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
|
| /dalvik/vm/mterp/armv5te/ |
| footer.S | 270 GET_INST_OPCODE(ip) @ extract opcode from rINST 389 GET_INST_OPCODE(ip) @ extract opcode from rINST 638 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 646 GET_PREFETCHED_OPCODE(ip, r9) @ extract prefetched opcode from r9 701 GET_INST_OPCODE(ip) @ extract opcode from rINST 805 GET_INST_OPCODE(ip) @ extract opcode from rINST 808 GET_INST_OPCODE(ip) @ extract opcode from rINST [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| Dops.java | 54 * pseudo-opcode used for nonstandard formatted "instructions" 62 // BEGIN(dops); GENERATED AUTOMATICALLY BY opcode-gen [all...] |
| /dalvik/vm/interp/ |
| Interp.cpp | 85 u1 originalOpcode; /* original 8-bit opcode value */ 182 * Retrieve the opcode that was originally at the specified location. 186 * Returns "true" with the opcode in *pOrig on success. 200 * Check the opcode. If it's a "magic" NOP, indicating the start of 226 * For a new entry, this will extract and preserve the current opcode from 227 * the instruction stream, and replace it with a breakpoint opcode. 264 * Change the opcode. We must ensure that the BreakpointSet 265 * updates happen before we change the opcode. 273 * The class init code will "flush" all pending opcode writes 307 * opcode is restored 848 u2 opcode = GET_OPCODE(*pc); local [all...] |
| /external/webkit/Source/JavaScriptCore/interpreter/ |
| Interpreter.cpp | 531 bool Interpreter::isOpcode(Opcode opcode) 534 return opcode != HashTraits<Opcode>::emptyValue() 535 && !HashTraits<Opcode>::isDeletedValue(opcode) 536 && m_opcodeIDTable.contains(opcode); 538 return opcode >= 0 && opcode <= op_end; [all...] |
| /system/core/libpixelflinger/codeflinger/ |
| GGLAssembler.cpp | 815 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 [all...] |
| /external/llvm/lib/Transforms/InstCombine/ |
| InstCombineCalls.cpp | 1142 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI, local 1168 Instruction::CastOps opcode = local 1212 Instruction::CastOps opcode = local [all...] |
| /dalvik/vm/compiler/ |
| SSATransformation.cpp | 489 phi->dalvikInsn.opcode = (Opcode)kMirOpPhi; 510 if (mir->dalvikInsn.opcode != (Opcode)kMirOpPhi)
|
| /external/llvm/examples/Kaleidoscope/Chapter6/ |
| toy.cpp | 129 char Opcode; 132 UnaryExprAST(char opcode, ExprAST *operand) 133 : Opcode(opcode), Operand(operand) {} 562 Function *F = TheModule->getFunction(std::string("unary")+Opcode);
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_mdls.c | 2171 EAS_U16 opcode; local [all...] |
| /external/strace/ |
| syscall.c | 833 long opcode, offset_reg, tmp; local 843 opcode = ptrace(PTRACE_PEEKTEXT, pid, (char *)(pc-sizeof(long)), 0); 853 * Unfortunately the opcode sizes of EXECUTE and SVC are differently, 854 * so that this doesn't work if a SVC opcode is part of an EXECUTE 855 * opcode. Since there is no way to find out the opcode size this 859 if ((opcode & 0xff00) == 0x0a00) { 860 /* SVC opcode */ 861 scno = opcode & 0xff; 870 svc_addr = (void *) (opcode & 0xfff) [all...] |
| /frameworks/base/opengl/libagl/ |
| state.cpp | 548 void glLogicOp(GLenum opcode) { 550 c->rasterizer.procs.logicOp(c, opcode);
|
| /packages/apps/Stk/src/com/android/stk/ |
| StkAppService.java | 86 static final String OPCODE = "op"; 178 msg.arg1 = args.getInt(OPCODE); 252 int opcode = msg.arg1; local 254 switch (opcode) {
|
| /external/bluetooth/bluez/attrib/ |
| att.h | 292 uint16_t enc_error_resp(uint8_t opcode, uint16_t handle, uint8_t status,
|
| att.c | 698 uint16_t enc_error_resp(uint8_t opcode, uint16_t handle, uint8_t status, 701 const uint16_t min_len = sizeof(pdu[0]) + sizeof(opcode) + 710 pdu[1] = opcode;
|
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| resolv.h | 358 const char * p_section (int section, int opcode) __THROW;
|
| /system/core/include/pixelflinger/ |
| pixelflinger.h | 292 void (*logicOp)(void* c, GGLenum opcode);
|
| /system/core/sdcard/ |
| fuse.h | 538 __u32 opcode; member in struct:fuse_in_header
|
| /dalvik/dx/src/com/android/dx/ssa/back/ |
| FirstFitLocalCombiningAllocator.java | 222 Rop opcode = defInsn.getOpcode(); local 224 // opcode == null for phi insns. 225 if (opcode != null && opcode.getOpcode() == RegOps.MOVE_PARAM) { [all...] |
| /external/proguard/src/proguard/optimize/evaluation/ |
| PartialEvaluator.java | [all...] |
| /external/valgrind/main/perf/ |
| tinycc.c | 15020 uint16_t opcode; member in struct:ASMInstr 17665 int opcode; local [all...] |
| /external/bluetooth/bluez/lib/ |
| hci.c | 1060 hc.opcode = htobs(cmd_opcode_pack(ogf, ocf)); 1086 uint16_t opcode = htobs(cmd_opcode_pack(r->ogf, r->ocf)); local 1102 hci_filter_set_opcode(opcode, &nf); 1154 if (cs->opcode != opcode) 1172 if (cc->opcode != opcode) [all...] |
| /external/dnsmasq/src/ |
| rfc1035.c | 456 if (header->opcode == QUERY) 872 if (ntohs(header->qdcount) != 1 || header->opcode != QUERY) 1171 if (ntohs(header->qdcount) == 0 || header->opcode != QUERY ) [all...] |
| /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
| GLDispatch.h | 106 void (GLAPIENTRY *glLogicOp) (GLenum opcode);
|