代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/361261/2948217

am makefile.am

# modules/mux/mpeg/Makefile.am automatically generated from modules/mux/mpeg/Modules.am by modules/genmf # DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead. basedir = mux dir = mux/mpeg mods =
www.eeworm.com/read/357083/3030182

h malloc.h

#ifndef _LINUX_MALLOC_H #define _LINUX_MALLOC_H #warning linux/malloc.h is deprecated, use linux/slab.h instead. #include #endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/357083/3031306

h freebird.h

/* * */ #ifndef __ASM_ARCH_HARDWARE_H #error "include instead" #endif /* Board Control Register */ #define BCR_BASE 0xf0000000 #define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/351636/3101855

h vcl_stdexcept.h

#ifndef vcl_generic_stdexcept_h_ #define vcl_generic_stdexcept_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_stdexcept.hhh and run make // logic_error #ifndef vcl_logic_err
www.eeworm.com/read/351636/3101879

h vcl_sstream.h

#ifndef vcl_generic_sstream_h_ #define vcl_generic_sstream_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_sstream.hhh and run make // basic_stringbuf #ifndef vcl_basic_strin
www.eeworm.com/read/351636/3101887

h vcl_istream.h

#ifndef vcl_generic_istream_h_ #define vcl_generic_istream_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_istream.hhh and run make // basic_istream #ifndef vcl_basic_istream
www.eeworm.com/read/351636/3101918

h vcl_ostream.h

#ifndef vcl_generic_ostream_h_ #define vcl_generic_ostream_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_ostream.hhh and run make // basic_ostream #ifndef vcl_basic_ostream
www.eeworm.com/read/351636/3101925

h vcl_limits.h

#ifndef vcl_generic_limits_h_ #define vcl_generic_limits_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_limits.hhh and run make // numeric_limits #ifndef vcl_numeric_limits
www.eeworm.com/read/350657/3123848

h freebird.h

/* * */ #ifndef __ASM_ARCH_HARDWARE_H #error "include instead" #endif /* Board Control Register */ #define BCR_BASE 0xf0000000 #define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/265464/4282041

sample makefile.sample

TARGET = mymodule OBJS = main.o # Define to build this as a prx (instead of a static elf) BUILD_PRX=1 # Define the name of our custom exports (minus the .exp extension) PRX_EXPORTS=exports.exp USE_P