代码搜索:Operations
找到约 10,000 项符合「Operations」的源代码
代码结果 10,000
www.eeworm.com/read/258893/4349450
h pgpfixedkey.h
/*
* A single, fixed PGP key for decryption operations.
*
* $Id: pgpFixedKey.h,v 1.10 1997/09/30 21:03:01 lloyd Exp $
*/
#include "pgpPubTypes.h"
#include "pgpOpaqueStructs.h"
PGP_BEGIN
www.eeworm.com/read/252364/4409352
java serialnumberchecker.java
//: c13:SerialNumberChecker.java
// Operations that may seem safe are not,
// when threads are present.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/162614/5530798
c spill-1.c
/* This caused an ICE during register spilling when targeting thumb.
There are 8 registers available for arithmetic operations (r0-r7)
r7 is the frame pointer, and r0-r3 are used to pass argumen
www.eeworm.com/read/162614/5537517
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/162614/5537518
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/162614/5537522
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/162614/5540500
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/159825/5580638
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;
www.eeworm.com/read/159715/5582109
h ide_ctrl_io.h
/*
* ide_ctrl_io.h
*
* LibChip library IDE controller header file - IO operations defined for
* IDE controllers.
*
* Copyright (C) 2002 OKTET Ltd., St.-Petersburg, Russia
* Author: Eugeny S. Mi
www.eeworm.com/read/159496/5583078
c rect.c
/*
** $Id: rect.c,v 1.10 2003/09/04 03:09:52 weiym Exp $
**
** Rectangle operations of GDI.
**
** Copyright (C) 2000, Wei Yongming.
**
** Current maintainer: Wei Yongming.
** Create date: 200