代码搜索:same

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

代码结果 10,000
www.eeworm.com/read/443386/1743764

s vsyscall-sigreturn.s

/* * Common code for the sigreturn entry points on the vsyscall page. * So far this code is the same for both int80 and sysenter versions. * This file is #include'd by vsyscall-*.S to define them a
www.eeworm.com/read/443386/1748054

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/443235/1751563

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/442177/1765277

svn-base calendar-en.js.svn-base

// ** 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/442177/1765280

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/440906/1775528

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/440906/1782188

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/440906/1782451

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/440906/1782746

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/440773/1789616

n3 rdf-test-21.n3

# Datatypes @prefix : . @prefix xsd: . # No datatype. :a :p "11" . ## Datatype - same property, but datatyped => new statement :a :p "11"^^xsd:integ