代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/190666/5174721
c union1.c
// GROUPS passed unions
// This is fixed by finish_anon_union doing a string_cst_equal check on
// the DECL_SIZE of the decls, instead of comparing the DECL_SIZE nodes.
// The compiler currently fail
www.eeworm.com/read/190666/5178948
c trunctfdf.c
/* Sparc w/128-bit long double bombed on this because even though
the trunctfdf libcall passed the long double by reference, the
libcall was still marked as LCT_CONST instead of LCT_PURE. */
d
www.eeworm.com/read/186388/5233027
irix fixinc.irix
#! /bin/sh
# Install modified versions of certain problematic Irix include files.
# If possible, create a wrapper (see fixinc.wrap) instead of copying files.
#
# Copyright (C) 1997, 1998 Free Software
www.eeworm.com/read/180137/5289279
news
0.90.1 Nov 26 1998
Top-level Makefile now uses $MAKE instead of make
fixed missing end-line escaping in wordview.tcl
All occurences of strcpy, strcat and sprinf investigated
to a
www.eeworm.com/read/179693/5302521
java workqueue.java
// HORRIBLE PROGRAM - uses busy-wait instead of Object.wait! - Page 204
import java.util.*;
public abstract class WorkQueue {
private final List queue = new LinkedList();
private boole
www.eeworm.com/read/177353/5328162
todo
* Remove plural.c from GIT.
* Use our own charset routines instead of iconv.
* Make it possible to include the translations directly in the ELinks binary.
* Maybe some portability fixes...?
www.eeworm.com/read/174990/5354996
java poolobjectfactory.java
/*
* Licensed under the X license (see http://www.x.org/terms.htm)
*/
package org.ofbiz.minerva.pool;
/**
* Creates objects to be used in an object pool. This is a class instead of
* an interfac
www.eeworm.com/read/167185/5462876
c dither.c
/* dither.c
*
* completely reworked dithering module for xloadimage
* uses error-diffusion dithering (floyd-steinberg) instead
* of simple 4x4 ordered-dither that was previously used
*
* the pre
www.eeworm.com/read/167185/5463975
c dither.c
/* dither.c
*
* completely reworked dithering module for xloadimage
* uses error-diffusion dithering (floyd-steinberg) instead
* of simple 4x4 ordered-dither that was previously used
*
* the pre
www.eeworm.com/read/167133/5468230
java nullpointerexception.java
/* NullPointerException.java -- thrown when using null instead of an object
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath i