代码搜索结果
找到约 820,005 项符合
if 的代码
zones.cc
#include "HWRawDataC.hh"
#include
#include
#include
int main(int argc, char *argv[])
{
if (argc < 2 || argc > 3)
{
cout
config.h.in
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if your processor stores words with the
arcmisc.c
/*
* Miscellaneous routines to get ARC running on non-MSDOS systems...
* $Header: arcmisc.c,v 1.7 88/06/12 19:23:13 hyc Locked $
*/
#include
#include
#include "arc.h"
#if MSD
arcmisc.c
/*
* Miscellaneous routines to get ARC running on non-MSDOS systems...
* $Header: arcmisc.c,v 1.7 88/06/12 19:23:13 hyc Locked $
*/
#include
#include
#include "arc.h"
#if MSD
build64.sh
#! /bin/sh
#
# Usage: build.sh {gcc}
#
IPPENV=${IPPROOT}/tools/env/ippvars64.sh
if [ ! -x "${IPPENV}" ]; then
IPPENV=/opt/intel/ipp/5.0/itanium/tools/env/ippvars64.sh
fi
if [ ! -x "${IPPENV}" ]
build64.sh
#! /bin/sh
#
# Usage: build.sh {gcc}
#
IPPENV=${IPPROOT}/tools/env/ippvars64.sh
if [ ! -x "${IPPENV}" ]; then
IPPENV=/opt/intel/ipp/5.0/itanium/tools/env/ippvars64.sh
fi
if [ ! -x "${IPPENV}" ]
check.js
function CheckNull(CheckElement)
{
if (CheckElement.value=="")
{
alert("必须输入数据!");
return false;
}
return true;
}
function checkValidate(CheckElement)
{
if (!CheckElement.datatyp
darwin_semaphore.h
#ifndef GC_DARWIN_SEMAPHORE_H
#define GC_DARWIN_SEMAPHORE_H
#if !defined(GC_DARWIN_THREADS)
#error darwin_semaphore.h included with GC_DARWIN_THREADS not defined
#endif
/*
This is a very simple s
branch-1.c
/* We should implement these "if" statements using an "andi" instruction
followed by a branch on zero. */
/* { dg-mips-options "-O2 -mno-mips16" } */
void bar (void);
void f1 (int x) { if (x & 4)
mips-3d-2.c
/* { dg-do run { target mipsisa64*-*-* } } */
/* { dg-mips-options "-mips64 -O2 -mips3d -mhard-float -mgp64" } */
/* Test MIPS-3D branch-if-any-two builtin functions */
#include
#include