代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/179911/5293880
s sasin.s
|
| sasin.sa 3.3 12/19/90
|
| Description: The entry point sAsin computes the inverse sine of
| an input argument; sAsind does the same except for denormalized
| input.
|
| Input: Double-extended nu
www.eeworm.com/read/179911/5293886
s stanh.s
|
| stanh.sa 3.1 12/10/90
|
| The entry point sTanh computes the hyperbolic tangent of
| an input argument; sTanhd does the same except for denormalized
| input.
|
| Input: Double-extended number X in
www.eeworm.com/read/179911/5295494
h keyspan_pda_fw.h
/*
* keyspan_pda_fw.h
*
* Generated from keyspan_pda.s by ezusb_convert.pl
* This file is presumed to be under the same copyright as the source file
* from which it was derived.
*/
static const
www.eeworm.com/read/179911/5296931
h gmac.h
/*
* Definitions for the GMAC ethernet chip, used in the
* Apple G4 powermac.
*/
/*
* GMAC register definitions
*
* Note: We encode the register size the same way Apple does. I didn't copy
www.eeworm.com/read/179911/5297103
h platinumfb.h
/*
* linux/drivers/video/platinumfb-hw.c -- Frame buffer device for the
* Platinum on-board video in PowerMac 7200s (and some clones based
* on the same motherboard.)
*
* Created 09 Feb 1998 by
www.eeworm.com/read/179911/5298283
h bitops.h
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
/*
* ffs: find first bit set. This is defined the same way as
* the libc and compiler builtin ffs routines, therefore
* differs in spirit from the
www.eeworm.com/read/179911/5300563
c inetpeer.c
/*
* INETPEER - A storage for permanent information about peers
*
* This source is covered by the GNU GPL, the same as all kernel sources.
*
* Version: $Id: inetpeer.c,v 1.3 2000/10/03 07:29:0
www.eeworm.com/read/179153/5309715
t threads.t
# as of 2.09 on win32 Storable w/threads dies with "free to wrong
# pool" since it uses the same context for different threads. since
# win32 perl implementation allocates a different memory pool for
www.eeworm.com/read/176125/5340144
h bitops.h
#ifndef _LINUX_BITOPS_H
#define _LINUX_BITOPS_H
/*
* ffs: find first bit set. This is defined the same way as
* the libc and compiler builtin ffs routines, therefore
* differs in spirit from the
www.eeworm.com/read/175705/5342583
java ripemd256digest.java
package org.bouncycastle.crypto.digests;
/**
* implementation of RIPEMD256.
*
* note: this algorithm offers the same level of security as RIPEMD128.
*/
public class RIPEMD256Digest