代码搜索:Operations

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

代码结果 10,000
www.eeworm.com/read/449295/7509154

txt readme.txt

FIFO DESCRIPTION: 16x32 FIFO with simultaneous read/write operations. TOP-LEVEL - fifo.bde schematic. DESING TYPE: XILINX (library SPARTAN2) CONTROLS: DIP[31:0] - data input, PUS
www.eeworm.com/read/398754/7925570

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132a 2006/04/26 20:41:19 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/330908/12861599

c zc0301_v4l2.c

/* This file contains operations about V4L2 spec * * The most effective way to understand V4L2 spec is read manual carefully more and more * * It's created by WE.XCC at 2008.05.06 * * Author's E
www.eeworm.com/read/140830/13060071

c r.c

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

c lstrlib.c

/* ** $Id: lstrlib.c,v 1.132 2006/04/26 20:41:19 roberto Exp $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ #include #include
www.eeworm.com/read/136959/13351579

c bastrngs.c

/* ** BASIC-like string operations ** ** public domain by Bob Stout */ #include #include #include #include #include #include "sniptype.h" #incl
www.eeworm.com/read/310556/13649261

h malloc.h

/* @(#) malloc.h 1.2 1/27/86 17:46:48 */ /*ident "@(#)cfront:incl/malloc.h 1.2"*/ /* Constants defining mallopt operations */ #define M_MXFAST 1 /* set size of blocks to be fast */ #define M_NLBLKS
www.eeworm.com/read/152695/5668689

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/147766/5722145

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/147766/5722147

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