代码搜索:automatic

找到约 5,059 项符合「automatic」的源代码

代码结果 5,059
www.eeworm.com/read/233448/4681613

f90 auto_array_1.f90

! { dg-do run } ! PR fortran/17077. ! Automatic arrays are allocated on the heap. When used as an actual argument ! we were passing the address of the pointer, not the pointer itself. program p i
www.eeworm.com/read/231081/4717963

did 07211421.did

# Cadence Design Systems, Inc. # Allegro PCB Router Automatic Router # Allegro PCB Router V15.6 made 2005/10/31 at 22:04:32 # Running on host # # Command Line Parameters #
www.eeworm.com/read/222917/4817192

conv_proto

#! /bin/sh # # do some automatic conversion of prototypes # if test "$1" = "" ; then echo "usage: $0 list-of-files" exit 1 fi tmpfile=`mktemp -q /tmp/asd.XXXXXX` if test "$?" != "0" ; then echo
www.eeworm.com/read/216502/4891389

macdefs

# define makecc(val,i) lastcon |= val
www.eeworm.com/read/213039/4932765

mpb taoidldefaults.mpb

// -*- MPC -*- // taoidldefaults.mpb,v 1.4 2004/03/19 14:37:07 elliott_c Exp project { Define_Custom(IDL) { automatic = 1 dependent = 1 command = $(ACE_
www.eeworm.com/read/213039/4932840

mpb lex.mpb

// lex.mpb,v 1.2 2004/04/01 00:13:16 bala Exp project { Define_Custom(LEX) { automatic = 1 command = lex commandflags = -t output_option = > inputex
www.eeworm.com/read/213039/4932867

mpb flex.mpb

// flex.mpb,v 1.2 2004/04/01 00:13:16 bala Exp project { Define_Custom(FLEX) { automatic = 1 command = flex commandflags = -t output_option = > inpu
www.eeworm.com/read/173078/5380428

asn h235asn1.asn

H235-SECURITY-MESSAGES DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- EXPORTS All -- tokenOID shall be set to the value -- {itu-t (0) recommendation (0) h (8) 235 version (0) 2} ChallengeStr
www.eeworm.com/read/162614/5526306

f90 auto_array_1.f90

! { dg-do run } ! PR fortran/17077. ! Automatic arrays are allocated on the heap. When used as an actual argument ! we were passing the address of the pointer, not the pointer itself. program p i
www.eeworm.com/read/340665/3280034

c 20030418-1.c

/* PR optimization/7675 */ /* Contributed by Volker Reichelt */ /* Verify that we don't put automatic variables in registers too early. */ extern int dummy (int *); void foo(int i) { int j=i;