代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/374465/2751587

txt supporttemplates.txt

Defect report: What steps will reproduce the problem? (simple SQL scripts or simple standalone applications are preferred) 1. 2. 3. What is the expected output? What do you see instead?
www.eeworm.com/read/373367/2762782

todo

Area Reduction ============== Reduce one or both stages of dec/interp to max rate of 8 instead of 16 Optimize CICs to minimize registers Reduce width of RX CORDIC Fix CORDIC wasted logic cells from
www.eeworm.com/read/368386/2818582

makefile

# File: drivers/irda/Makefile # # Makefile for the Linux IrDA infrared port device drivers. # # 9 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. #
www.eeworm.com/read/366702/2872616

ads size_clause1.ads

-- { dg-do compile } package Size_Clause1 is -- The record inherits the alignment of Integer, which is 4, so -- the real size is 64 instead of 40. That's OK, as long as the -- size of a compo
www.eeworm.com/read/366702/2877115

f90 default_initialization_3.f90

! { dg-do run } ! Test the fix for PR34438, in which default initializers ! forced the derived type to be static; ie. initialized once ! during the lifetime of the programme. Instead, they should ! b
www.eeworm.com/read/366702/2880180

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu
www.eeworm.com/read/366702/2880921

c vla-10.c

/* ICE with VLA in nested parameter declaration: should be treated like [*] instead of the size being expanded. Bug 28504 from Volker Reichelt . */ /* { dg-do compile } *
www.eeworm.com/read/362989/2924706

h mca-legacy.h

/* -*- mode: c; c-basic-offset: 8 -*- */ /* This is the function prototypes for the old legacy MCA interface * * Please move your driver to the new sysfs based one instead */ #ifndef _LINUX_MCA_LE
www.eeworm.com/read/362989/2925034

h uaccess.h

#ifndef _ASM_GENERIC_UACCESS_H_ #define _ASM_GENERIC_UACCESS_H_ /* * This macro should be used instead of __get_user() when accessing * values at locations that are not known to be aligned. */ #de
www.eeworm.com/read/350657/3122596

makefile

# File: drivers/irda/Makefile # # Makefile for the Linux IrDA infrared port device drivers. # # 9 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. #