代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.xpm
/* XPM */
static char * system[] = {
"32 32 7 1",
" c None s None",
"` c black",
"a c tan",
"b c gainsboro",
"c c gray50",
"d c white",
"e c lemon chiffon",
" ``````````````````` ",
" `e
system.xbm
#define system_width 32
#define system_height 32
static unsigned char system_bits[] = {
0xf8, 0xff, 0x3f, 0x00, 0x08, 0x00, 0x60, 0x00, 0x08, 0x00, 0xa0, 0x00,
0x08, 0x00, 0x20, 0x01, 0x08, 0x00,
system.xpm
/* XPM */
static char * system_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 11 1",
/* colors */
" s background c None",
". c black",
"X c #CECEFF",
"o c white",
"O c #9C9CFF",
"+ c #CE
system.h
/*文件名: system.h
说明: 系统指令接口
作者: Linus Torvalds
日期: 2005/12/20
*/
#define move_to_user_mode(esp) \
__asm__ __volatile__ ( \
"pushl $0x23\n\t" \
"pushl %%eax\n\t" \
system.h
#define move_to_user_mode() \
__asm__ ("movl %%esp,%%eax\n\t" \
"pushl $0x17\n\t" \
"pushl %%eax\n\t" \
"pushfl\n\t" \
"pushl $0x0f\n\t" \
"pushl $1f\n\t" \
"iret\n" \
"1:\tmovl $0x17,%%eax\n\t
system.c
/*
* system.c: Probe the system type using ARCS prom interface library.
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
*
* $Id: system.c,v 1.8 1999/10/09 00:00:59 ralf Exp $
*/
#includ
system.c
/* $Id: system.c,v 1.3 1999/10/19 20:51:52 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this
system.h
/* $Id: system.h,v 1.84 2000/09/23 02:11:22 davem Exp $ */
#include
#ifndef __SPARC_SYSTEM_H
#define __SPARC_SYSTEM_H
#include
#include
#ifdef __K
system.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1994
system.h
/* $Id: system.h,v 1.20 1999/12/06 23:13:21 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of thi