代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/229812/4738264
c diag0119.c
// DIAG119 -- test #define, #undef of predefined macros
#undef __LINE__
#undef __FILE__
#undef __DATE__
#undef __TIME__
#undef __STDC__
#undef __cplusplus
#undef defined
#define __LINE__
www.eeworm.com/read/209211/4983535
c libsys.c
#include "common.h"
#include
#include
/*
* number of predefined fd's
*/
int nsysfile=3;
static char err[Errlen];
/*
* return the date
*/
extern char *
thedate(void)
{
static
www.eeworm.com/read/202518/5050745
hpp delegate_template.hpp
/*
(c) Sergey Ryazanov (http://home.onego.ru/~ryazanov)
Template file. May be included many times with different predefined macros.
*/
#if SRUTIL_DELEGATE_PARAM_COUNT > 0
#define SRUTIL_DELEG
www.eeworm.com/read/347503/3172042
s err-builtin.s
% { dg-do assemble { target mmix-*-* } }
% { dg-options "-no-predefined-syms" }
% When disallowing built-in names, we have to treat GET and PUT
% specially, so when parsing the special register operan
www.eeworm.com/read/340665/3267874
s err-builtin.s
% { dg-do assemble { target mmix-*-* } }
% { dg-options "-no-predefined-syms" }
% When disallowing built-in names, we have to treat GET and PUT
% specially, so when parsing the special register operan
www.eeworm.com/read/317484/3579511
vhd dportvidram.vhd
--Dual port synchronous RAM for character data / attributes
--Port A is R/W, port B is just R
--Uses predefined components to be synthetized as block-ram
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
www.eeworm.com/read/317484/3579532
vhd dportvidram.vhd
--Dual port synchronous RAM for character data / attributes
--Port A is R/W, port B is just R
--Uses predefined components to be synthetized as block-ram
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
www.eeworm.com/read/447738/1698145
s err-builtin.s
% { dg-do assemble { target mmix-*-* } }
% { dg-options "-no-predefined-syms" }
% When disallowing built-in names, we have to treat GET and PUT
% specially, so when parsing the special register operan
www.eeworm.com/read/438718/1822634
s setjmp.s
/* These are predefined by new versions of GNU cpp. */
#include "libc_segments.h"
AS_SEG_LIBC
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#endif
#ifndef __REGISTER_PREFIX__
#defi
www.eeworm.com/read/293183/8310496
m subimage.m
%SUBIMAGE Display dataset image in subplot with predefined colormap
%
% subimage(A,map)
function subimage(a,map)
nx = [];
clf;
cla;
[m,k] = size(a);
y = a.c;
x = k/y;
if x ~= round(x)
if (m/y) == r