代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5172035
x-vms
# Under VMS, directory names cannot contain dots.
version:=$(shell echo $(gcc_version) | sed -e 's/\./_/g')
libsubdir=$(libdir)/gcc-lib
# Rules for linker and compiler wrappers. These are only usef
www.eeworm.com/read/190666/5176127
x 20001201.x
# Scratch files aren't implemented for mmixware
# (_stat is a stub and files can't be deleted).
# Similar restrictions exist for most simulators.
if { [istarget "mmix-knuth-mmixware"]
|| [istarg
www.eeworm.com/read/190666/5178302
x rbug.x
# This doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
}
return 0
www.eeworm.com/read/190666/5178319
x hugeval.x
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
# instead of +Infinity.
global target_triplet
if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
set tort
www.eeworm.com/read/190666/5179105
x dll.x
# This test examines the attribute support for DLLs.
# Only COFF/PE formats support DLLs, (plus, as a special case
# the mcore-elf toolchain), so the code here tries to determine
# the file format and
www.eeworm.com/read/189285/5201549
java x.java
package com.thoughtworks.acceptance.someobjects;
import com.thoughtworks.acceptance.StandardObject;
public class X extends StandardObject {
public String aStr;
public int anInt;
public Y
www.eeworm.com/read/188551/5208133
eps x.eps
%!PS-Adobe-2.0 EPSF-1.2
%%BoundingBox: 0 0 20 18
%%Creator: Jasc Software, Inc.
%%Title: x.eps
%%CreationDate: 0
%%EndComments
/width 20 def
/height 18 def
/pixwidth 20 def
/pixheight 18 def
/picstr w
www.eeworm.com/read/187464/5220785
x rdict.x
/* dict.x */
/* RPC declarations for dictionary program */
const MAXWORD = 50; /* maximum length of a command or word */
const DICTSIZ = 100; /* number of entries in dictionary */
struct example