代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/471667/1426703

java opcode.java

// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org) package org.xbill.DNS; /** * Constants and functions relating to DNS opcodes * * @author Brian Wellington */ public final class
www.eeworm.com/read/460691/1558329

h opcode.h

#define pp_i_preinc pp_preinc #define pp_i_predec pp_predec #define pp_i_postinc pp_postinc #define pp_i_postdec pp_postdec typedef enum { OP_NULL, /* 0 */ OP_STUB, /* 1 */ OP_SCALAR, /* 2
www.eeworm.com/read/456693/1604767

h opcode.h

#ifndef Py_OPCODE_H #define Py_OPCODE_H #ifdef __cplusplus extern "C" { #endif /* Instruction opcodes for compiled code */ #define STOP_CODE 0 #define POP_TOP 1 #define ROT_TWO 2 #def
www.eeworm.com/read/250731/4428068

py opcode.py

""" $Id: Opcode.py,v 1.1 2003/03/26 16:03:58 magnun Exp $ This file is part of the pydns project. Homepage: http://pydns.sourceforge.net This code is covered by the standard Python License. Op
www.eeworm.com/read/233914/4664380

cs opcode.cs

/* * OpCode.cs - Implementation of the * "System.Reflection.Emit.OpCode" class. * * Copyright (C) 2001 Southern Storm Software, Pty Ltd. * * This program is free software; you can redistribut
www.eeworm.com/read/231546/4714687

pm opcode.pm

package Opcode; require 5.005_64; our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK); $VERSION = "1.04"; $XS_VERSION = "1.03"; use strict; use Carp; use Exporter (); use XSLoader (); @ISA = qw(Exporter)
www.eeworm.com/read/231546/4714752

h opcode.h

/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by opcode.pl from its data. Any changes made here will be lost! */ #define Perl_pp_i_preinc Perl_pp_preinc #define Perl_pp_i_pr
www.eeworm.com/read/215493/4902724

java opcode.java

/* * Bytecode Analysis Framework * Copyright (C) 2003,2004 University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser
www.eeworm.com/read/209354/4979176

java opcode.java

/* * Javassist, a Java-bytecode translator toolkit. * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License Version *
www.eeworm.com/read/202764/5046389

h opcode.h

#ifndef __Opcode_H__ #define __Opcode_H__ // This enumeration defines the set of opcodes that the interpreter // understands. The code generator needs to use this enumeration to generate // t