代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/254049/4389291
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/254049/4389298
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/252364/4408927
707af0099c92001b1480d697f94b239e
//: appendixa:CopyConstructor.java
// A constructor for copying an object of the same
// type, as an attempt to create a local copy.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www
www.eeworm.com/read/162614/5530968
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/162614/5531392
c sibcall-3.c
/* Simple check that sibling calls are performed from a
void non-leaf-function taking one int argument calling a function which
is about the same as itself.
Copyright (C) 2002 Free Software
www.eeworm.com/read/161121/5556820
s sacos.s
|
| sacos.sa 3.3 12/19/90
|
| Description: The entry point sAcos computes the inverse cosine of
| an input argument; sAcosd does the same except for denormalized
| input.
|
| Input: Double-extended
www.eeworm.com/read/161121/5556828
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/161121/5557038
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/161121/5560133
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/160303/5573865
sh roadrun3.sh
: check if eroute owner is the same as newest IPSEC
if ipsec whack --status | grep 'newest IPSEC' | grep 'eroute owner' >/dev/null; then echo newest is eroute owner; else echo two SAs alive; fi