代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4690019
h atomicity.h
// Low-level functions for atomic operations: IA64 version -*- C++ -*-
// Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. Thi
www.eeworm.com/read/233448/4690024
h atomicity.h
// Low-level functions for atomic operations: m68k version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This
www.eeworm.com/read/233448/4690025
h atomicity.h
// Low-level functions for atomic operations: x86, x >= 4 version -*- C++ -*-
// Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Librar
www.eeworm.com/read/233448/4690029
h atomicity.h
// Low-level functions for atomic operations: x86, x >= 3 version -*- C++ -*-
// Copyright (C) 2003, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This lib
www.eeworm.com/read/233448/4692496
c fail26-frag.c
#include
#include
#include
int main ()
{
char *foo;
__mf_set_options ("-check-initialization");
foo = (char *)malloc (1);
/* These two operations each expand to a rea
www.eeworm.com/read/232568/4698440
c bitmap.c
/*
** $Id: bitmap.c,v 1.41 2003/09/17 03:36:26 weiym Exp $
**
** Bitmap operations of GDI.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
** Current maintaine
www.eeworm.com/read/232568/4698459
c coor.c
/*
** $Id: coor.c,v 1.4 2003/09/04 06:02:53 weiym Exp $
**
** Coordinates operations of GDI.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2001 ~ 2002 Wei Yongming.
**
** Current maintain
www.eeworm.com/read/228774/4762981
c short.c
/*
* short.c -- Simple Hardware Operations and Raw Tests
* short.c -- also a brief example of interrupt handling ("short int")
*
* $Id: short.c,v 1.20 2001/03/16 21:04:49 rubini Exp $
*
*******
www.eeworm.com/read/227600/4773150
java fpgenerator.java
package st.ata.util;
import java.util.Hashtable;
/**
This class provides methods that construct fingerprints of strings
of bytes via operations in GF[2^d] for 0 < d
www.eeworm.com/read/226741/4780605
c register.c
/*
* target/arm9tdmi/register.c: implements the ARM9TDMI target core's registers
* read/write operations.
*
* Copyright (C) 2003, Rongkai zhan
*
* This program i