代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/138638/13227526
s runtime.s
.data
.even
.globl _static_variable
_static_variable:
.long 5
.text
.globl _f
_f: link a6,#-88
moveml #0x3cfc,sp@
moveq #1,d7
moveq #2,d6
moveq #3,d5
moveq #4,d4
moveq #5,d3
www.eeworm.com/read/138638/13227528
c runtime.c
/*
** Program to determine the C runtime environment.
*/
/*
** Static initialization
*/
int static_variable = 5;
void
f()
{
register int i1, i2, i3, i4, i5,
i6, i7, i8, i9, i10;
r
www.eeworm.com/read/137504/13319062
class runtime.class
www.eeworm.com/read/314910/13555783
cpp runtime.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/136031/13877215
gif runtime.gif
www.eeworm.com/read/152843/5661802
c runtime.c
/*
* drivers/base/power/runtime.c - Handling dynamic device power management.
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
*/
#include
www.eeworm.com/read/151814/5678772
java runtime.java
/*
libaegisvm - The Aegis Virtual Machine for executing Java bytecode
Copyright (C) 2001-2002 Philip W. L. Fong
This library is free software; you can redistribute it and/or
modify i
www.eeworm.com/read/144216/5752066
porting runtime.porting
Notes on porting the perl runtime PP engine.
Importance: 1 = who cares?, 10 = vital
Difficulty: 1 = trivial, 10 = very difficult. Level assumes a
reasonable implementation of the SV and OP API already
www.eeworm.com/read/144216/5752069
runtime curcop.runtime
PP code uses of curcop
----------------------
pp_rv2gv
when a new glob is created for an OPpLVAL_INTRO,
curcop->cop_line is stored as GvLINE() in the new GP.
pp_bless
curcop->cop_stash is used as
www.eeworm.com/read/141297/5773410
i runtime.i
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter