代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/243567/4522302

s satanh.s

| | satanh.sa 3.3 12/19/90 | | The entry point satanh computes the inverse | hyperbolic tangent of | an input argument; satanhd does the same except for denormalized | input. | | Input: Double-extende
www.eeworm.com/read/243567/4522394

s copy_user.s

/* * arch/alpha/lib/copy_user.S * * Copy to/from user space, handling exceptions as we go.. This * isn't exactly pretty. * * This is essentially the same as "memcpy()", but with a few twists.
www.eeworm.com/read/243567/4525262

h ip_conntrack_tuple.h

#ifndef _IP_CONNTRACK_TUPLE_H #define _IP_CONNTRACK_TUPLE_H /* A `tuple' is a structure containing the information to uniquely identify a connection. ie. if two packets have the same tuple, they
www.eeworm.com/read/243359/4527876

js calendar-ru_win_.js

// ** I18N // Calendar RU language // Translation: Sly Golovanov, http://golovanov.net, // Encoding: any // Distributed under the same terms as the calendar itself. // For
www.eeworm.com/read/243359/4527877

js calendar-lt-utf8.js

// ** I18N // Calendar LT language // Author: Martynas Majeris, // Encoding: UTF-8 // Distributed under the same terms as the calendar itself. // For translators: pleas
www.eeworm.com/read/243359/4527886

js cn_utf8.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Translator : Niko // Distributed under the same terms as the calendar it
www.eeworm.com/read/243359/4527893

js calendar-en.js

// ** I18N // Calendar EN language // Author: Mihai Bazon, // Encoding: any // Distributed under the same terms as the calendar itself. // For translators: please use
www.eeworm.com/read/242732/4540626

c cons_nt.c

/* Client interface for General purpose Win32 console save/restore server Having the same interface as its Linux counterpart: Copyright (C) 1994 Janne Kukonlehto
www.eeworm.com/read/240204/4578173

java tostring.java

package com.sri.oaa2.icl; import antlr_oaa.ANTLRStringBuffer; import java.util.*; /** * Sometime, this needs to be changed to use the same structure that ToWireString uses. */ final class
www.eeworm.com/read/240162/4580522

c lookup21.c

// { dg-do run } // Check that we don't complain about ambiguity between the same static // member function in different subobjects. struct A { static void f() {} }; struct B: public A { }; struc