代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/357083/3030862
h atomic.h
#ifndef __ARCH_I386_ATOMIC__
#define __ARCH_I386_ATOMIC__
#include
/*
* Atomic operations that C can't guarantee us. Useful for
* resource counting etc..
*/
#ifdef CONFIG_SMP
#
www.eeworm.com/read/355697/3050083
c mkcert.c
/* Certificate creation. Demonstrates some certificate related
* operations.
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/350657/3119370
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/350657/3119372
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/350657/3119386
s viscopy.s
/* $Id: VIScopy.S,v 1.26 2001/09/27 04:36:24 kanoj Exp $
* VIScopy.S: High speed copy operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Mille
www.eeworm.com/read/268146/4255458
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/264095/4293047
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/264095/4293049
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/264095/4293063
s viscopy.s
/* $Id: VIScopy.S,v 1.26 2001/09/27 04:36:24 kanoj Exp $
* VIScopy.S: High speed copy operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Mille
www.eeworm.com/read/262875/4308531
java servlettemplate.java
package org.eclipse.jst.j2ee.web;
import org.eclipse.jst.j2ee.internal.web.operations.*;
import java.util.*;
public class ServletTemplate
{
protected static String nl;
public static sync