代码搜索:bytecode

找到约 2,773 项符合「bytecode」的源代码

代码结果 2,773
www.eeworm.com/read/312649/13606973

c bytecode.c

#include "c.h" #define I(f) b_##f static char rcsid[] = "$Id: bytecode.c,v 1.1 2002/08/28 23:12:41 drh Exp $"; static void I(segment)(int n) { static int cseg; if (cseg != n) switch (c
www.eeworm.com/read/148721/5709528

c bytecode.c

#include "c.h" #define I(f) b_##f static void I(segment)(int n) { static int cseg; if (cseg != n) switch (cseg = n) { case CODE: print("code\n"); return; case DATA: print("data\n"
www.eeworm.com/read/144216/5752053

pm bytecode.pm

# Bytecode.pm # # Copyright (c) 1996-1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in
www.eeworm.com/read/144216/5752233

h bytecode.h

typedef char *pvcontents; typedef char *strconst; typedef U32 PV; typedef char *op_tr_array; typedef int comment_t; typedef SV *svindex; typedef OP *opindex; typedef char *pvindex; typedef IV IV64; #
www.eeworm.com/read/134009/5895947

pm bytecode.pm

# Bytecode.pm # # Copyright (c) 1996-1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in
www.eeworm.com/read/131315/5939747

c bytecode.c

/* Execution of byte code produced by bytecomp.el. Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute i
www.eeworm.com/read/152752/12089240

c bytecode.c

#include "c.h" #define I(f) b_##f static char rcsid[] = "$Id: bytecode.c,v 1.1 2002/08/28 23:12:41 drh Exp $"; static void I(segment)(int n) { static int cseg; if (cseg != n) switch (c
www.eeworm.com/read/123658/14618975

h bytecode.h

/* Bytecode definitions for GNU C-compiler. Copyright (C) 1993, 1994 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it
www.eeworm.com/read/123658/14619019

def bytecode.def

# -*- C -*- # bytecode.def - definitions of bytecodes for the stack machine. # The production of the bytecode interpreter and compiler is # heavily automated by using this file creatively. # Various
www.eeworm.com/read/460691/1558042

pm bytecode.pm

# Bytecode.pm # # Copyright (c) 1996-1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specifi