代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/174323/5362193
plg 14-1.plg
Build target 'Target 1'
compiling 14-1.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?READDATA?14_1
*** WARNING L15: MULTIPLE CALL TO SEGMENT
SEGM
www.eeworm.com/read/162614/5515413
c cls_multi_sshortchar.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple signed short/char values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do ru
www.eeworm.com/read/162614/5515428
c cls_multi_sshort.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple signed short values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do run { x
www.eeworm.com/read/341644/3246761
plg 14-1.plg
Build target 'Target 1'
compiling 14-1.c...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
SEGMENT: ?PR?READDATA?14_1
*** WARNING L15: MULTIPLE CALL TO SEGMENT
SEGM
www.eeworm.com/read/340665/3276438
c virtual.c
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
// Date: 25 Jan 1994 2
www.eeworm.com/read/340665/3281023
c multattr-3.c
/* Test for multiple format_arg attributes. Test for both branches
getting checked. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99 -Wformat" }
www.eeworm.com/read/339446/3307212
5 jng.5
.TH JNG 5 "July 26, 2000"
.SH NAME
jng \- JPEG Network Graphics (JNG) sub-format
.SH DESCRIPTION
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
Network Graphics) format. As wit
www.eeworm.com/read/323643/3512138
5 jng.5
.TH JNG 5 "July 26, 2000"
.SH NAME
jng \- JPEG Network Graphics (JNG) sub-format
.SH DESCRIPTION
JNG (JPEG Network Graphics) is a sub-format of the MNG (Multiple-image
Network Graphics) format. As wit
www.eeworm.com/read/316872/3586302
kconfig
#
# This Kconfig describes xen options
#
config XEN
bool "Xen guest support"
select PARAVIRT
depends on X86_CMPXCHG && X86_TSC && !NEED_MULTIPLE_NODES && !(X86_VISWS || X86_VOYAGER)
help
This
www.eeworm.com/read/305277/3778372
scala constructors.scala
// $Id: constructors.scala 5359 2005-12-16 15:33:49Z dubochet $
// Test constructors, including multiple ones.
class A(x: Int, y: Int) {
def this(x: Int) = this(x, x);
def this() = this(1);
ov