代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/136821/5851378

updatefromcvs

#!/bin/sh # # This is needed to resolve file name clashes # of libmad files from CVS with other headers # of the same names in Qtopia # p4 edit ... cvs up for file in *.c do echo "fixing $file"
www.eeworm.com/read/136786/5863400

s scosh.s

| | scosh.sa 3.1 12/10/90 | | The entry point sCosh computes the hyperbolic cosine of | an input argument; sCoshd does the same except for denormalized | input. | | Input: Double-extended number X in
www.eeworm.com/read/136786/5863410

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/136786/5863416

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/136786/5864891

c radio-maxiradio.c

/* * Guillemot Maxi Radio FM 2000 PCI radio card driver for Linux * (C) 2001 Dimitromanolakis Apostolos * * Based in the radio Maestro PCI driver. Actually it uses the same c
www.eeworm.com/read/136072/5874100

bits readme.bits

include/bits is mostly the same as glibc-2.2.4. The glibc-2.2.4 versions can be accessed with the tag glibc224. Major differences: - termios.h is from the Linux kernel, not glibc, because glibc
www.eeworm.com/read/135153/5889169

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/135153/5889685

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.7 2001/09/20 21:22:5
www.eeworm.com/read/134009/5895955

pm concise.pm

package B::Concise; # Copyright (C) 2000, 2001 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. our
www.eeworm.com/read/132748/5909961

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