代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/123322/6061189
changelog
2000-03-21 Jonathan Larmour
* src/mips_tx39.ld: Revert previous change, but add .lit8 and .lit4
input sections for .data instead
2000-03-16 Jonathan Larmour
www.eeworm.com/read/410595/11276068
h crc.h
#ifndef CRC32_H
#define CRC32_H
#include "cryptlib.h"
/* Must use this value instead of ~0 due to 64-bit computers */
const unsigned long CRC32_NEGL = 0xffffffffL;
class CRC32 : public Hash
www.eeworm.com/read/410380/11288555
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (noinst_LIBRARIES): Use libls_BUILD instead of
BUILD_LIBLS.
2002-02-10 Jeff Bailey
* Makefile.am: Ad
www.eeworm.com/read/410380/11288745
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (inetdaemon_PROGRAMS): Use uucpd_BUILD instead of
BUILD_UUCPD.
2002-02-10 Jeff Bailey
* Makefile.am:
www.eeworm.com/read/410380/11289364
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (inetdaemon_PROGRAMS): Use tftpd_BUILD instead of
BUILD_TFTPD.
* tftpd.c [HAVE_STRERROR_DECL]: Renamed to HAVE_DECL_STRERROR.
2002-02-
www.eeworm.com/read/260514/11722847
h crc.h
#ifndef CRC32_H
#define CRC32_H
#include "cryptlib.h"
/* Must use this value instead of ~0 due to 64-bit computers */
const unsigned long CRC32_NEGL = 0xffffffffL;
class CRC32 : public Hash
www.eeworm.com/read/130965/14165147
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (noinst_LIBRARIES): Use libls_BUILD instead of
BUILD_LIBLS.
2002-02-10 Jeff Bailey
* Makefile.am: Ad
www.eeworm.com/read/130965/14165353
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (inetdaemon_PROGRAMS): Use uucpd_BUILD instead of
BUILD_UUCPD.
2002-02-10 Jeff Bailey
* Makefile.am:
www.eeworm.com/read/130965/14165881
changelog
2002-04-21 Alfred M. Szmidt
* Makefile.am (inetdaemon_PROGRAMS): Use tftpd_BUILD instead of
BUILD_TFTPD.
* tftpd.c [HAVE_STRERROR_DECL]: Renamed to HAVE_DECL_STRERROR.
2002-02-
www.eeworm.com/read/225725/14521322
htm mi22.htm
More Effective C++ | Item 22: Consider using op= instead of