代码搜索:bytecode
找到约 2,773 项符合「bytecode」的源代码
代码结果 2,773
www.eeworm.com/read/395929/2430876
c bytecode.c
#include "c.h"
#define I(f) b_##f
static char rcsid[] = "$Id: inter.nw,v 2.35 1998/09/10 21:47:37 drh Exp $";
static void I(segment)(int n) {
static int cseg;
if (cseg != n)
switch (cseg = n) {
www.eeworm.com/read/366468/2890149
java bytecode.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozil
www.eeworm.com/read/363497/2917503
java bytecode.java
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Netscape Public
* License Version 1.1 (the "License"); you may not use
www.eeworm.com/read/362572/2930898
h bytecode.h
/*
* bytecode.h
* Bytecode defines.
*
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistribu
www.eeworm.com/read/358237/2994464
java bytecode.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/156531/5611502
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
www.eeworm.com/read/170603/9797010
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 (cseg = n)
www.eeworm.com/read/188182/5214466
c snap_bytecode.c
/* $Id: snap_bytecode.c,v 1.2 2003/09/17 11:26:10 tmoerlan Exp $ */
#ifdef __KERNEL__
#include
#include
#include
#include
#include
www.eeworm.com/read/472233/1417254
pl make-bytecode-docs.pl
#!/usr/bin/perl -w
use strict;
open MACHINE, "" . $ARGV[1];
my @undocumented = ();
print OUTPUT "p code \{ font-size: 14px; \}\n";
while () {