代码搜索:runtime
找到约 10,000 项符合「runtime」的源代码
代码结果 10,000
www.eeworm.com/read/444799/7606399
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/444799/7606400
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/444091/7618134
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/444091/7618135
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/440702/7683106
o runtime.o
www.eeworm.com/read/436521/7768574
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/436521/7768575
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/297233/8041286
h runtime.h
/* GNU Objective C Runtime internal declarations
Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
This file is part of GNU CC.
GNU CC is f