代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/385462/2590173
c check_time1.c
/* Basic time functionality test: check that milliseconds are
incremented for each syscall (does not work on host). */
#include
#include
#include
#include
www.eeworm.com/read/385462/2590183
c check_stat1.c
#include
#include
#include
#include
#include
int main (void)
{
struct stat buf;
if (stat (".", &buf) != 0
|| !S_ISDIR (buf.st_mod
www.eeworm.com/read/385462/2590188
c check_stat3.c
/* Simulator options:
#sim: --sysroot=@exedir@
*/
#include
#include
#include
#include
#include
#include
int main (int argc, char
www.eeworm.com/read/385462/2590189
c check_mmap1.c
/*
#notarget: cris*-*-elf
*/
#define _GNU_SOURCE
#include
#include
#include
#include
#include
#include
#include
#includ
www.eeworm.com/read/385462/2590191
s check_addiv32.s
# mach: crisv32
# output: 4455aa77\n4455aa77\nee19ccff\nff22\n4455aa77\nff224455\n55aa77ff\n
.include "testutils.inc"
.data
x:
.dword 0x55aa77ff
.dword 0xccff2244
.dword 0x88ccee19
start
setf
www.eeworm.com/read/385462/2590193
s check_mulv32.s
# mach: crisv32
# output: fffffffe\n
# output: ffffffff\n
# output: fffffffe\n
# output: 1\n
# output: fffffffe\n
# output: ffffffff\n
# output: fffffffe\n
# output: 1\n
; Check that carry is not mod
www.eeworm.com/read/385462/2590200
s check_cmp-2.s
.include "testutils.inc"
start
move.d 4294967283, $r0
move.d $r0, $r10
cmp.d $r0, $r10
beq 1f
move.d $r10, $r3
fail
1:
pass
quit
www.eeworm.com/read/385462/2590203
s check_movdelsr1.s
# mach: crisv0 crisv3 crisv8 crisv10 crisv32
# output: aa117acd\n
# output: eeaabb42\n
; Bug with move to special register in delay slot, due to
; special flush-insn-cache simulator use. Ordinary mo
www.eeworm.com/read/385462/2590207
c check_openpf2.c
/* Check that the simulator has chdir:ed to the --sysroot argument
#sim: --sysroot=@srcdir@
(or that --sysroot is applied to relative file paths). */
#include
#include
#incl
www.eeworm.com/read/385462/2590208
c check_mmap2.c
/*
#notarget: cris*-*-elf
*/
#define _GNU_SOURCE
#include
#include
#include
#include
#include
#include
#include
#includ