代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/382755/9002845
html opcode.html
SQLite Virtual Machine Opcodes
body {
margin: auto;
www.eeworm.com/read/184772/9078102
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $}
source common.tcl
header {SQLite Virtual Machine Opcodes}
puts {
www.eeworm.com/read/379134/9206731
c opcode.c
/*
** opcode.c
** TecCGraf - PUC-Rio
** 26 Apr 93
*/
#include
#include
#include
#ifdef __GNUC__
#include
#endif
#include "opcode.h"
#include "hash.h
www.eeworm.com/read/379134/9206744
h opcode.h
/*
** opcode.h
** TeCGraf - PUC-Rio
** 16 Apr 92
*/
#ifndef opcode_h
#define opcode_h
#ifndef STACKGAP
#define STACKGAP 128
#endif
#ifndef real
#define real float
#endif
typedef unsigned char By
www.eeworm.com/read/175933/9525325
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $}
source common.tcl
header {SQLite Virtual Machine Opcodes}
puts {
www.eeworm.com/read/366616/9807124
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $}
source common.tcl
header {SQLite Virtual Machine Opcodes}
puts {
www.eeworm.com/read/164708/10092976
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.12 2003/06/29 16:11:13 drh Exp $}
puts {
SQLite Virtual Machine Opcodes
www.eeworm.com/read/359567/10138532
tcl opcode.tcl
#
# Run this Tcl script to generate the sqlite.html file.
#
set rcsid {$Id: opcode.tcl,v 1.15 2005/03/09 12:26:51 danielk1977 Exp $}
source common.tcl
header {SQLite Virtual Machine Opcodes}
puts {
www.eeworm.com/read/355383/10272151
pdf opcode.pdf
www.eeworm.com/read/426133/10284197
h opcode.h
#ifndef _OPCODE_H
#define _OPCODE_H
typedef WORD OPCODE;
#define _OPCODE(BUFF) (*((OPCODE *)BUFF))
#define _PACKET_LEN(BUFF) (*((WORD *)(BUFF+2)))
///////////////////////////////////////////