代码搜索:macro

找到约 10,000 项符合「macro」的源代码

代码结果 10,000
www.eeworm.com/read/137956/5817919

macro

#include #include #include #include "cpp.h" /* * do a macro definition. tp points to the name being defined in the line */ void dodefine(Tokenrow *trp) { Token *tp
www.eeworm.com/read/101082/6251429

macro

.\" .\" @(#)macro 1.1 (Berkeley) 5/19/83 .\" .nr TX 2 \" default line space for text is 2 .nr PG 8 \" default paragraph indentation in PG is 8 .nr QI 8 \" default indentation for quotes is 8 .n
www.eeworm.com/read/392151/8360807

mac macro.mac

;a library of macro--macro.mac summing macro array,count,result local next push eax push ecx push edx push esi
www.eeworm.com/read/192315/8386741

h macro.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/192089/8407766

cpp macro.cpp

// Section 10.1 // $ CC macro.cpp /* elem_cnt : 5 expecting: 10 */ #include using std::cout; using std::endl; #define min(a,b) ((a) < (b) ? (a) : (b)) const int s
www.eeworm.com/read/191290/8431763

h macro.h

#if !defined( MACRO_H ) #define MACRO_H //######################################################################## #define STRNCPY(to, head, len) strncpy(to, head, len); *(to+len) = 0; #define V
www.eeworm.com/read/189743/8455775

h macro.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/390183/8480454

pl macro.pl

#!/usr/bin/perl # # Generate a test case for macro lookup performance # ($len) = @ARGV; $len = 100000 unless ($len); print "\tbits 32\n"; print "\tsection .data\n"; print "\n"; for ($i
www.eeworm.com/read/290355/8488625

h macro.h

/***************************************************************************\ Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved. by threewter 2004.4.26 \************************
www.eeworm.com/read/390009/8489575

c macro.c

#include "tdestr.h" #include "common.h" #include "define.h" #include "tdefunc.h" int record_on_off( WINDOW *window ) { register int next; int prev; int line; int ke