代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/209211/4982107
c ksc.c
#include "ksc.h"
/* KSC5601 -> Unicode mapping table, compressed for the 94*94 codeset. */
/*
* Unlike kuten-table, needed offset is 33 (0x21) instead of
* 32 for 7-bit portion of each byte. i.e.
www.eeworm.com/read/190666/5175697
c crash12.c
// Bug: g++ dies instead of flagging this invalid.
// Build don't link:
inline float max(float x, float y) { return (x>y)?x:y; }
float b(float x, float y, float z)
{
float f = (y
www.eeworm.com/read/183549/5254643
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/183549/5254704
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/182103/5267762
changelog
2005-11-07 Till Straumann
PR 834/bsps
* vectors/vectors.S: reload stack pointer/R1 from exception frame
instead of adding static offset.
2005-04-11 Jennifer Aver
www.eeworm.com/read/180137/5289402
chronicle glimpse.chronicle
0. Created file on 2/May/94
1. Added patches to main.c to use sizeof(char*) instead of 4 in relevant
places. Same for other pointer mallocs.
-- bg 2 May 1994
2. Successfully ported to DEC-ALPHA:
www.eeworm.com/read/340665/3276351
c crash12.c
// Bug: g++ dies instead of flagging this invalid.
// Build don't link:
inline float max(float x, float y) { return (x>y)?x:y; }
float b(float x, float y, float z)
{
float f = (y
www.eeworm.com/read/337546/3338501
c usbusx2y.c
/*
* usbusy2y.c - ALSA USB US-428 Driver
*
2005-04-14 Karsten Wiese
Version 0.8.7.2:
Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom.
Tested o
www.eeworm.com/read/324920/3497246
c usbusx2y.c
/*
* usbusy2y.c - ALSA USB US-428 Driver
*
2005-04-14 Karsten Wiese
Version 0.8.7.2:
Call snd_card_free() instead of snd_card_free_in_thread() to prevent oops with dead keyboard symptom.
Tested o
www.eeworm.com/read/316872/3602050
h rwsem.h
#ifndef _ASM_POWERPC_RWSEM_H
#define _ASM_POWERPC_RWSEM_H
#ifndef _LINUX_RWSEM_H
#error "Please don't include directly, use instead."
#endif
#ifdef __KERNEL__
/*
* in