代码搜索结果
找到约 10,000 项符合
State Machine 的代码
sfp-machine.h
/*
* BK Id: SCCS/s.sfp-machine.h 1.5 05/17/01 18:14:23 cort
*/
/* Machine-dependent software floating-point definitions. PPC version.
Copyright (C) 1997 Free Software Foundation, Inc.
This fi
sfp-machine.h
/* Machine-dependent software floating-point definitions.
Sparc userland (_Q_*) version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
sfp-machine.h
#define _FP_W_TYPE_SIZE 64
#define _FP_W_TYPE unsigned long
#define _FP_WS_TYPE signed long
#define _FP_I_TYPE long
#define _FP_MUL_MEAT_S(R,X,Y) \
_FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
sfp-machine.h
#define _FP_W_TYPE_SIZE 32
#define _FP_W_TYPE unsigned long
#define _FP_WS_TYPE signed long
#define _FP_I_TYPE long
#define _FP_MUL_MEAT_S(R,X,Y) \
_FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,
sfp-machine.h
/* Machine-dependent software floating-point definitions.
Sparc64 kernel version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contri
sfp-machine.h
/* Machine-dependent software floating-point definitions.
S/390 kernel version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contribu
linuette_machine.h
/*
* linuette_machine.h
*
* vendor/machine specifice ioctl function
*
* Author: Yong-iL Joh
* Date : $Date: 2002/08/05 10:49:37 $
*
* $Revision: 1.1.2.5 $
*/
/* extended
sfp-machine.h
/* Machine-dependent software floating-point definitions.
Alpha kernel version.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contribu
machine_reboot.c
#include
#include
#include
#include
#include
#include "platform-pci.h"
#include
struct ap_suspend_i
machine_kexec.c
/******************************************************************************
* machine_kexec.c
*
* Xen port written by:
* - Simon 'Horms' Horman
* - Magnus Damm