代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/385462/2590254
s check_clrjmp1.s
# mach: crisv3 crisv8 crisv10 crisv32
# output: ffffff00\n
; A bug resulting in a non-effectual clear.b discovered running the GCC
; testsuite; jump actually wrote to p0.
.include "testutils.inc"
www.eeworm.com/read/385462/2590256
s check_movprv32.s
# mach: crisv32
# output: ffffff20\nbb113344\n
# Test v32-specific special registers. FIXME: more registers.
.include "testutils.inc"
start
moveq -1,r3
setf zcvn
move vr,r3
test_cc 1 1 1 1
c
www.eeworm.com/read/385462/2590259
c check_int64.c
#include
#include
#include
#include "sys.h"
#include "crisutils.h"
extern inline int64_t add64(const int64_t a, const int64_t b) {
return a + b;
}
extern inline int
www.eeworm.com/read/385462/2590260
s check_clearfv32.s
# mach: crisv32
# output: ef\nef\n
; Check that "clearf x" doesn't trivially fail.
.include "testutils.inc"
start
setf puixnzvc
clearf x ; Actually, x would be cleared by almost-all other insns.
www.eeworm.com/read/385462/2590263
s check_movemrv32.s
# mach: crisv32
# output: 15\n7\n2\nffff1234\nb\n16\nf\n2\nffffffef\nf\nffff1234\nf\nfffffff4\nd\nfffffff2\n10\nfffffff2\nd\n
.include "testutils.inc"
.data
x:
.dword 8,9,10,11
y:
.dword -12,13,-
www.eeworm.com/read/384760/2597653
ac ac_check_class.ac
dnl @synopsis AC_CHECK_CLASS
dnl
dnl AC_CHECK_CLASS tests the existence of a given Java class, either in
dnl a jar or in a '.class' file.
dnl
dnl *Warning*: its success or failure can depend on a prop
www.eeworm.com/read/384760/2597658
ac ac_check_classpath.ac
dnl @synopsis AC_CHECK_CLASSPATH
dnl
dnl AC_CHECK_CLASSPATH just displays the CLASSPATH, for the edification
dnl of the user.
dnl
dnl Note: This is part of the set of autoconf M4 macros for Java progr
www.eeworm.com/read/384760/2597661
ac ac_check_junit.ac
dnl @synopsis AC_CHECK_JUNIT
dnl
dnl AC_CHECK_JUNIT tests the availability of the Junit testing
dnl framework, and set some variables for conditional compilation
dnl of the test suite by automake.
dnl
www.eeworm.com/read/383940/2605387
1 tos-check-env.1
.TH tos-check-env 1 "Feb 3, 2006"
.LO 1
.SH NAME
tos-check-env - Check that your environment is properly configured for TinyOS development
.SH SYNOPSIS
\fBtos-check-env\fR [\fB-avr\fR] [\fB-m
www.eeworm.com/read/382494/2635047
h fl_check_browser.h
//
// "$Id: Fl_Check_Browser.H 4461 2005-08-05 13:31:02Z dejan $"
//
// Fl_Check_Browser header file for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2005 by Bill Spitzak and others.
//
// Thi