代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/346457/3182790

svn-base check_openpf1.c.svn-base

/* Check that --sysroot is applied to open(2). #sim: --sysroot=@exedir@ We assume, with EXE being the name of the executable: - The simulator executes with cwd the same directory where the exec
www.eeworm.com/read/346457/3182793

svn-base check_openpf4.c.svn-base

/* Basic file operations, now *with* sysroot. #sim: --sysroot=@exedir@ */ #define PREFIX "/" #include "check_openpf3.c"
www.eeworm.com/read/346457/3182797

svn-base check_stat3.c.svn-base

/* Simulator options: #sim: --sysroot=@exedir@ */ #include #include #include #include #include #include int main (int argc, char
www.eeworm.com/read/346457/3182802

svn-base check_mmap2.c.svn-base

/* #notarget: cris*-*-elf */ #define _GNU_SOURCE #include #include #include #include #include #include #include #includ
www.eeworm.com/read/346457/3182807

svn-base check_mulv32.s.svn-base

# 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/346457/3182814

svn-base check_clrjmp1.s.svn-base

# 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/346457/3182815

svn-base check_openpf2.c.svn-base

/* 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/346457/3182816

svn-base check_stat4.c.svn-base

/* Simulator options: #notarget: cris*-*-elf #sim: --sysroot=@exedir@ */ #include #include #include #include #include #include i
www.eeworm.com/read/346457/3182817

svn-base check_movdelsr1.s.svn-base

# 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/346457/3182819

svn-base check_cmp-2.s.svn-base

.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