HomeSort by relevance Sort by last modified time
    Searched refs:opcode (Results 976 - 1000 of 1019) sorted by null

<<31323334353637383940>>

  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 127 void glLogicOp_enc(void *self , GLenum opcode);
gl_entry.cpp 112 void glLogicOp(GLenum opcode);
931 void glLogicOp(GLenum opcode)
934 ctx->glLogicOp(ctx, opcode);
    [all...]
gl_enc.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 167 SDL_PROC_UNUSED(void,glLogicOp,(GLenum opcode))
  /external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp 554 // Switch on the current bytecode opcode.
556 switch (interpreter->getOpcodeID(currentInstruction->u.opcode)) {
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 322 ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
    [all...]
JITPropertyAccess32_64.cpp 200 ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c     [all...]
  /external/llvm/lib/IR/
Core.cpp 716 /*-- Opcode mapping */
718 static LLVMOpcode map_to_llvmopcode(int opcode)
720 switch (opcode) {
721 default: llvm_unreachable("Unhandled Opcode.");
735 llvm_unreachable("Unhandled Opcode.");
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 767 { vlogmsg = "Request opcode not an update"; goto failure; }
772 { vlogmsg = "Reply opcode not an update response"; goto failure; }
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h     [all...]
  /external/v8/src/
objects.cc 8181 Translation::Opcode opcode = local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 242 /* Extract primary opcode, instr[31:26] */
247 /* Extract 10-bit secondary opcode, instr[10:1] */
252 /* Extract 9-bit secondary opcode, instr[9:1] */
257 /* Extract 8-bit secondary opcode, instr[8:1] */
262 /* Extract 5-bit secondary opcode, instr[5:1] */
16273 UInt opcode; member in struct:vsx_insn
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp     [all...]

Completed in 1547 milliseconds

<<31323334353637383940>>