Searched refs:simple (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr25376.c4 void simple (void) __attribute__((section("my_named_section")));
5 void simple (void) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dsra-1.c15 struct sim_struct simple; local
17 simple = get_x ();
18 if (simple.x % 2)
19 simple.x = 39;
21 simple.x -=8;
23 return simple;
35 struct sim_cmplx simple; local
37 simple = get_sc ();
38 if (__real__ simple.c > 200.3)
39 __imag__ simple
55 union sim_union simple; local
68 union sim_union simple; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-common-3.s1 .cfi_startproc simple
H A Dcfi-common-4.s1 .cfi_startproc simple
6 .cfi_startproc simple
H A Dcfi-common-1.s1 .cfi_startproc simple
H A Dcfi-common-7.s1 .cfi_startproc simple
H A Dcfi-common-2.s1 .cfi_startproc simple
H A Dcfi-common-5.s2 .cfi_startproc simple
5 .cfi_startproc simple
H A Dcfi-common-6.s2 .cfi_startproc simple
8 .cfi_startproc simple
15 .cfi_startproc simple
21 .cfi_startproc simple
27 .cfi_startproc simple
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Deh5.s2 .cfi_startproc simple
8 .cfi_startproc simple
14 .cfi_startproc simple
20 .cfi_startproc simple
H A Deh5a.s2 .cfi_startproc simple
7 .cfi_startproc simple
13 .cfi_startproc simple
18 .cfi_startproc simple
H A Deh5b.s2 .cfi_startproc simple
8 .cfi_startproc simple
14 .cfi_startproc simple
20 .cfi_startproc simple
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt5.C10 void simple(const Array &an_array);
22 void simple(const A &a) function
24 s.simple(a.array);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt5.C10 void simple(const Array &an_array);
22 void simple(const A &a) function
24 s.simple(a.array);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/sh64/
H A Dptc-1.s1 ! Check that simple constants get expected results.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dbpo-1.s1 # A most simple instruction needing a linker-supplied GREG.
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dbackupfile.h25 /* Make simple backups of every file. */
26 simple, enumerator in enum:backup_type
30 * and simple backups of the others.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Deval.d2 #name: evaluation of simple expressions
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcmpd-minsyms.cc22 static int simple (void) { return 0; } function in class:GDB
36 return GDB<int>::simple ();
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Deqn.y116 %type <b> mark from_to sqrt_over script simple equation nonsup
179 | simple SUP script
184 simple %prec SUP
186 | simple SUB nonsup
188 | simple SUB simple SUP script
192 simple: label
223 | simple BAR
225 | simple UNDER
227 | simple PRIM
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/librumphijack/
H A Dt_cwd.sh47 test_case basic_chdir /rump simple chdir
48 test_case basic_fchdir /rump simple fchdir
49 test_case slash_chdir // simple chdir
50 test_case slash_fchdir // simple fchdir

Completed in 312 milliseconds

1234567891011>>