代码搜索:CFront
找到约 1,009 项符合「CFront」的源代码
代码结果 1,009
www.eeworm.com/read/310556/13649146
c obj.c
/* @(#) obj.c 1.2 1/27/86 17:48:06 */
/*ident "@(#)cfront:lib/task/obj.c 1.2"*/
#include "task.h"
object.~object()
{
DB(("x%x->~object()\n", this));
if (o_link) task_error(E_OLINK,this);
if (o_next
www.eeworm.com/read/310556/13649162
c oper.c
/* @(#) oper.c 1.2 1/27/86 17:47:38 */
/*ident "@(#)cfront:lib/complex/oper.c 1.2"*/
#include "complex.h"
#include "const.h"
complex
operator*(complex a1,complex a2)
{
return complex(a1.re*a2.re-a1
www.eeworm.com/read/310556/13649247
h pwd.h
/* @(#) pwd.h 1.4 1/27/86 17:46:54 */
/*ident "@(#)cfront:incl/pwd.h 1.4"*/
#ifndef FILE
# include
#endif
struct passwd {
char *pw_name;
char *pw_passwd;
int pw_uid;
int pw_gid;
www.eeworm.com/read/310556/13649256
h stat.h
/* @(#) stat.h 1.3 1/27/86 17:47:11 */
/*ident "@(#)cfront:incl/sys/stat.h 1.3"*/
/*
* Structure of the result of stat
*/
struct stat
{
dev_t st_dev;
ino_t st_ino;
ushort st_mode;
short st_n
www.eeworm.com/read/458360/7298468
c timer.c
/* @(#) timer.c 1.2 1/27/86 17:48:11 */
/*ident "@(#)cfront:lib/task/timer.c 1.2"*/
/* @(#) timer.c 1.1 1/17/85 14:48:50 */
#include "task.h"
timer.timer(int d) : (TIMER)
{
DB(("x%x->timer( %d )\n",
www.eeworm.com/read/458360/7298490
c sqrt.c
/* @(#) sqrt.c 1.2 1/27/86 17:47:43 */
/*ident "@(#)cfront:lib/complex/sqrt.c 1.2"*/
# include "complex.h"
#define SQRT_DANGER 1e17
# define PERIL(t) (t > SQRT_DANGER || (t < 1/SQRT_DANGER && t != 0
www.eeworm.com/read/310556/13649143
c timer.c
/* @(#) timer.c 1.2 1/27/86 17:48:11 */
/*ident "@(#)cfront:lib/task/timer.c 1.2"*/
/* @(#) timer.c 1.1 1/17/85 14:48:50 */
#include "task.h"
timer.timer(int d) : (TIMER)
{
DB(("x%x->timer( %d )\n",
www.eeworm.com/read/310556/13649165
c sqrt.c
/* @(#) sqrt.c 1.2 1/27/86 17:47:43 */
/*ident "@(#)cfront:lib/complex/sqrt.c 1.2"*/
# include "complex.h"
#define SQRT_DANGER 1e17
# define PERIL(t) (t > SQRT_DANGER || (t < 1/SQRT_DANGER && t != 0
www.eeworm.com/read/458360/7298465
s 3b_swap.s
.file "3b_swap.s"
# ident "@(#)cfront:lib/task/3b_swap.s 1.2"
# swap of SHARED
.data
.globl rr4
.globl rr3
.globl rr2
.text
.globl sswap
.align 4
sswap:
save &1
movw 0(%ap),%r8 # this
m
www.eeworm.com/read/458360/7298470
c sim.c
/* @(#) sim.c 1.2 1/27/86 17:48:09 */
/*ident "@(#)cfront:lib/task/sim.c 1.2"*/
/* @(#) sim.c 1.1 1/17/85 14:49:52 */
#include "task.h"
histogram.histogram(int nb, int ll, int rr)
{
DB(("x%x->histogr