代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/232568/4698490

c icon-lite.c

/* ** $Id: icon-lite.c,v 1.16 2003/09/04 03:09:52 weiym Exp $ ** ** icon.c Icon operations of GDI. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 2000 ~ 2002 Wei Yongming. ** ** Current m
www.eeworm.com/read/231081/4717978

art assy_fab_skt.art

G04 ================== begin FILE IDENTIFICATION RECORD ==================* G04 Layout Name: \\Server\US_OPERATIONS\SANMINA_JOBS\S1649A\GERBER\052805\s1649a_060205_Ecad.brd* G04 Film Name: ASSY_
www.eeworm.com/read/231081/4717986

art assy_fab_sa.art

G04 ================== begin FILE IDENTIFICATION RECORD ==================* G04 Layout Name: \\Server\US_OPERATIONS\SANMINA_JOBS\S1649A\GERBER\052805\s1649a_060205_Ecad.brd* G04 Film Name: ASSY_
www.eeworm.com/read/229812/4750091

gml deque.gml

:H1.Introduction :P. The class template :CLASS.std::deque provides a random access sequence with amortized O(1) :FUNC.push_back and :FUNC.push_front operations. :H2. Status :P. :AUTHOR date=
www.eeworm.com/read/228117/4766541

h list.h

/* * list.h * list operations * * copied from Linux_Kernel_Dir/include/linux/list.h */ #ifndef _MG_LIST_H #define _MG_LIST_H struct list_head { struct list_head *next, *prev; }; typedef
www.eeworm.com/read/217381/4871389

h bitops.h

/* * bitops.h: Bit string operations on the ppc */ #ifndef _PPC_BITOPS_H #define _PPC_BITOPS_H #include #include extern void set_bit(int nr, volatile void *addr
www.eeworm.com/read/216450/4895299

h uio.h

/* sys/uio.h definitions for vector I/O operations */ #ifndef _SYS_UIO_H #define _SYS_UIO_H /* Open Group Base Specifications Issue 6 (not complete) */ struct iovec { void *iov_base; size_t iov_
www.eeworm.com/read/209559/4962365

s bitops.s

/* bitops.S: Low level assembler bit operations. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ #include #include #include .text
www.eeworm.com/read/209559/4962406

s hypersparc.s

/* $Id: hypersparc.S,v 1.18 2001/12/21 04:56:15 davem Exp $ * hypersparc.S: High speed Hypersparc mmu/cache operations. * * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) */ #include
www.eeworm.com/read/209559/4966856

h sungem_phy.h

#ifndef __SUNGEM_PHY_H__ #define __SUNGEM_PHY_H__ struct mii_phy; /* Operations supported by any kind of PHY */ struct mii_phy_ops { int (*init)(struct mii_phy *phy); int (*suspend)(struct mii_p