代码搜索:defined

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

代码结果 10,000
www.eeworm.com/read/117182/6107430

find-func defined.find-func

/home/asysweb/public_html/cortex/ports/h8s/src/defined FIND optionbase_path = /home/asysweb/public_html/cortex/ports/h8s/src/defined find_opt =
www.eeworm.com/read/484529/6579387

h pre-defined.h

#ifndef _PRE_DEFINED_H #define _PRE_DEFINED_H //=========================头文件========================================== #include #include #include #include
www.eeworm.com/read/403922/11502946

html function.defined.html

Checks whether a given named constant exists
www.eeworm.com/read/254137/12159764

c defined1.c

#include #include #include #include #include /* 直接访问方式地址定义,根据用户平台接口修改 */ #define cwadd1 XBYTE[0x800] /*写指令代码地址(左)*/ #define cradd1
www.eeworm.com/read/125797/14460781

c defined1.c

#include #include #include #include /* 直接访问方式地址定义,根据用户平台接口修改 */ #define cwadd1 XBYTE[0x800] /*写指令代码地址(左)*/ #define cradd1 XBYTE[0xa00]
www.eeworm.com/read/125782/14464160

c key_defined.c

/**************************************************************************** * Copyright (c) 2003 Free Software Foundation, Inc. * *
www.eeworm.com/read/190666/5179823

c defined_trad.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-traditional" } */ /* Tests tradcpp0 with defined. The defined operator in traditional C work
www.eeworm.com/read/347503/3168478

t defined2.t

SECTIONS { .text : { *(.text) sym1 = 3 - DEFINED (x); } .data : { *(.data) } .bss : { *(.bss) *(COMMON) } } defined1 = !DEFINED (x); defined2 = DEFINED (defined1) + 16; defined3 = DEFINED (defined2
www.eeworm.com/read/347503/3168490

t defined3.t

defined6 = DEFINED (sym2) ? 1 : 0; SECTIONS { .text : { *(.text) sym2 = .; } .data : { *(.data) } .bss : { *(.bss) *(COMMON) } } defined4 = DEFINED (sym1) ? 1 : 0; sym1 = 42; defined3 = DEFINED (de
www.eeworm.com/read/347503/3168496

d defined2.d

#ld: -Tdefined2.t #nm: -B #source: phdrs.s # Check that arithmetic on DEFINED works. # Matching both A and T accounts for formats that can't tell a .text # symbol from an absolute symbol (mmo), but m