代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/158872/5589865
h i370.h
/* i370.h -- Header file for S/390 opcode table
Copyright 1994, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
PowerPC version written by Ian Lance Taylor, Cygnus Support
Rewritten for
www.eeworm.com/read/128531/5988662
h ip_conntrack_tftp.h
#ifndef _IP_CT_TFTP
#define _IP_CT_TFTP
#define TFTP_PORT 69
struct tftphdr {
u_int16_t opcode;
};
#define TFTP_OPCODE_READ 1
#define TFTP_OPCODE_WRITE 2
#define TFTP_OPCODE_DATA 3
#define TFTP_OP
www.eeworm.com/read/139291/5804192
notes tech.notes
Technical Notes about PCRE
--------------------------
Many years ago I implemented some regular expression functions to an algorithm
suggested by Martin Richards. These were not Unix-like in form, an
www.eeworm.com/read/132649/5914937
notes tech.notes
Technical Notes about PCRE
--------------------------
Many years ago I implemented some regular expression functions to an algorithm
suggested by Martin Richards. These were not Unix-like in form, an
www.eeworm.com/read/112162/6150493
notes tech.notes
Technical Notes about PCRE
--------------------------
Many years ago I implemented some regular expression functions to an algorithm
suggested by Martin Richards. These were not Unix-like in form, an
www.eeworm.com/read/169190/5426544
notes tech.notes
Technical Notes about PCRE
--------------------------
Many years ago I implemented some regular expression functions to an algorithm
suggested by Martin Richards. These were not Unix-like in form, an
www.eeworm.com/read/187270/8837733
h intcode.h
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push string [var]
OP_GETTOP, // get st
www.eeworm.com/read/332813/12726481
h intcode.h
#ifndef _INTCODE_H_
#define _INTCODE_H_
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push
www.eeworm.com/read/141295/5774033
java instr.java
// Instr.java -- Java bytecode instructions
package toba.classfile;
import java.io.*;
public class Instr { // one instruction in the bytecode
// instance variables
public int label;