代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/470720/1452596

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/470693/1457395

c overload7.c

// Check that object call works when there are multiple conversion ops // returning the same type. typedef int (*pfn)(); int zero () { return 0; } int one () { return 1; } int two () { return 2; }
www.eeworm.com/read/470693/1464002

c asm-5.c

/* Asm operands that are given as hard registers must keep the same hard register all the way through compilation. Example derived from glibc source. */ /* { dg-do compile { target alpha*-*-*
www.eeworm.com/read/470693/1464252

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/470693/1464542

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/469304/1480784

java shared.java

import javax.naming.*; import javax.naming.directory.*; import java.util.Hashtable; /** * Shows contexts that share the same connection. * * usage: java Shared */ class Shared { public stati
www.eeworm.com/read/467579/1499302

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 UTF
www.eeworm.com/read/466392/1511208

es_es

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy
www.eeworm.com/read/461308/1553400

js calendar-me.js

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

pm deparse.pm

# B::Deparse.pm # Copyright (c) 1998 Stephen McCamant. All rights reserved. # This module is free software; you can redistribute and/or modify # it under the same terms as Perl itself. # This is