代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/162614/5529459
c asm-4.c
/* { dg-do compile } */
/* { dg-options "" } */
int main()
{
int x, y, z;
asm volatile ("test0 X%0Y%[arg]Z" : [arg] "=g" (x));
asm volatile ("test1 X%[out]Y%[in]Z" : [out] "=g" (y) : [in] "0"(
www.eeworm.com/read/162614/5531404
c pr23584.c
/* Regression test for PR middle-end/23584 */
/* Verify that dereferencing an absolute address inside of a function
makes that function impure. */
/* { dg-do compile } */
/* { dg-options "-O1 -fd
www.eeworm.com/read/147025/12593279
lst test1.lst
C51 COMPILER V6.23a TEST1 03/09/2005 20:46:01 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE TEST1
OBJECT MODULE PLACED IN
www.eeworm.com/read/387658/8660219
makefile
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -g
TARGETS = test1 test2 test3 test4 test5 test6 test7 test8 test11 test12 test13 launcher
all: $(TARGETS)
clean:
rm -f *~ $(TARGETS) *.o
www.eeworm.com/read/387647/8661071
makefile
CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -g -D_DEBUG_
TARGETS = test1 test2 test3
all: $(TARGETS)
clean:
rm -f *~ $(TARGETS) *.o
www.eeworm.com/read/264965/11292398
cpp test_binarytree.cpp
//---------------------------------------------------------------------------
/*
例9-1 二叉链表类的测试程序。
二叉树二叉链表类的测试
递归遍历算法与非遍历算法
*/
#include "BinaryTree_Bas.h"
//-----------------------
www.eeworm.com/read/264965/11292441
cpp test_binarytree.cpp
//---------------------------------------------------------------------------
/*
例9-1 二叉链表类的测试程序。
二叉树二叉链表类的测试
递归遍历算法与非遍历算法
*/
#include "BinaryTree_Bas.h"
//-----------------------
www.eeworm.com/read/162614/5516516
c mips-3d-6.c
/* { dg-do run { target mipsisa64*-*-* } } */
/* { dg-mips-options "-mips64 -O2 -mips3d -mhard-float -mgp64" } */
/* Test MIPS-3D absolute compare (floats) builtin functions */
#include
#i
www.eeworm.com/read/162614/5516524
c mips-3d-7.c
/* { dg-do run { target mipsisa64*-*-* } } */
/* { dg-mips-options "-mips64 -O2 -mips3d -mhard-float -mgp64" } */
/* Test MIPS-3D absolute compare (doubles) builtin functions */
#include
#