代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/228117/4766682
c rect.c
/*
** $Id: rect.c,v 1.10 2003/09/04 03:09:52 weiym Exp $
**
** Rectangle operations of GDI.
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 2000/06/12,
www.eeworm.com/read/228117/4766709
c screen.c
/*
** $Id: screen.c,v 1.16 2005/01/04 02:07:02 snig Exp $
**
** Screen operations of GDI
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 2000/06/12, der
www.eeworm.com/read/223124/4813828
c lookup.c
/* vi: set sw=4 ts=4: */
/*
* lookup.c --- ext2fs directory lookup operations
*
* Copyright (C) 1993, 1994, 1994, 1995 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under th
www.eeworm.com/read/217381/4871381
h atomic.h
/*
* PowerPC atomic operations
*/
#ifndef _ASM_PPC_ATOMIC_H_
#define _ASM_PPC_ATOMIC_H_
#include
#ifdef CONFIG_SMP
typedef struct { volatile int counter; } atomic_t;
#else
typede
www.eeworm.com/read/216450/4895336
h bitmap.h
#ifndef _BITMAP_H
#define _BITMAP_H
/* Bit map operations to manipulate bits of a simple mask variable. */
#define bit_set(mask, n) ((mask) |= (1
www.eeworm.com/read/209559/4961129
s vismemset.s
/* $Id: VISmemset.S,v 1.10 1999/12/23 17:02:16 jj Exp $
* VISmemset.S: High speed memset operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller
www.eeworm.com/read/209559/4961133
s visbzero.s
/* $Id: VISbzero.S,v 1.11 2001/03/15 08:51:24 anton Exp $
* VISbzero.S: High speed clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller
www.eeworm.com/read/209559/4961494
c locks.c
/*
* Spin and read/write lock operations.
*
* Copyright (C) 2001-2004 Paul Mackerras , IBM
* Copyright (C) 2001 Anton Blanchard , IBM
* Copyright (C) 2002 Dav
www.eeworm.com/read/209559/4969592
h spinlock.h
#ifndef __ASM_SPINLOCK_H
#define __ASM_SPINLOCK_H
/*
* Simple spin lock operations.
*
* Copyright (C) 2001-2004 Paul Mackerras , IBM
* Copyright (C) 2001 Anton Blanchard
www.eeworm.com/read/209559/4969598
h bitops.h
/*
* PowerPC64 atomic bit operations.
* Dave Engebretsen, Todd Inglett, Don Reed, Pat McCarthy, Peter Bergner,
* Anton Blanchard
*
* Originally taken from the 32b PPC code. Modified to use 64b v