代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/357083/3030949
h atomic.h
/* $Id: atomic.h,v 1.3 2001/07/25 16:15:19 bjornw Exp $ */
#ifndef __ASM_CRIS_ATOMIC__
#define __ASM_CRIS_ATOMIC__
#include
/*
* Atomic operations that C can't guarantee us. Useful
www.eeworm.com/read/357083/3032130
h bitops.h
/*
* BK Id: SCCS/s.bitops.h 1.9 05/26/01 14:48:14 paulus
*/
/*
* bitops.h: Bit string operations on the ppc
*/
#ifdef __KERNEL__
#ifndef _PPC_BITOPS_H
#define _PPC_BITOPS_H
#include
www.eeworm.com/read/350657/3119390
h vis.h
/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $
* VIS.h: High speed copy/clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/264095/4293067
h vis.h
/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $
* VIS.h: High speed copy/clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/161121/5556589
h vis.h
/* $Id: VIS.h,v 1.4 1999/05/25 16:52:50 jj Exp $
* VIS.h: High speed copy/clear operations utilizing the UltraSparc
* Visual Instruction Set.
*
* Copyright (C) 1997 David S. Miller (davem@c
www.eeworm.com/read/159496/5583028
h text.h
/*
** $Id: text.h,v 1.7 2004/09/15 07:23:36 snig Exp $
**
** text.h: header file of text operations.
**
** Copyright (C) 2004 Feynman Software.
*/
#ifndef _MG_TEXT_H
#define _MG_TEXT_H
www.eeworm.com/read/210638/6872818
cpp newmat2.cpp
//$$ newmat2.cpp Matrix row and column operations
// Copyright (C) 1991,2,3,4: R B Davies
#define WANT_MATH
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
#ifdef use_namespac
www.eeworm.com/read/292920/8323939
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/292920/8323970
c~ ptr_ops.c~
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a
www.eeworm.com/read/413044/11168952
c ptr_ops.c
// ptr_ops.c -- pointer operations
#include
int main(void)
{
int urn[5] = {100,200,300,400,500};
int * ptr1, * ptr2, *ptr3;
ptr1 = urn; // assign an address to a