代码搜索:Operations

找到约 10,000 项符合「Operations」的源代码

代码结果 10,000
www.eeworm.com/read/15240/439528

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/17071/710996

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/38039/1095113

mnu comptwist.mnu

TWIST#COMP # Set#Ref#Port Select entry port along cable segment as reference for twist operations. # Set#Zero#Ref Specify edge/axis to use as a zero reference for cabling component Twist. # Clear#Zer
www.eeworm.com/read/494783/1153505

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/490530/1197996

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/489717/1212135

c mkcert.c

/* Certificate creation. Demonstrates some certificate related * operations. */ #include #include #include #include #include
www.eeworm.com/read/489559/1217607

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/489527/1222734

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
www.eeworm.com/read/480930/1305913

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/480930/1305915

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