Searched refs:more (Results 1 - 25 of 814) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/libio/
H A Dioignore.c13 GNU General Public License for more details.
32 register _IO_size_t more = n; local
38 if (count > more)
39 count = more;
41 more -= count;
43 if (more == 0 || __underflow(fp) == EOF)
46 return n - more;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dunc1.c12 more text
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Dapp3.d2 #name: APP with macro then NO_APP then more code
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/macros/
H A Dapp3.d2 #name: APP with macro then NO_APP then more code
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dattr-array-16-4.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-16-48.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-16-8.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-4-16.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-4-8.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-4-816.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-48-16.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-8-16.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-8-4.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-array-816-4.d6 #error: .*requires more array alignment than .* preserves
H A Dattr-stack-16-8.d6 #error: .*requires more stack alignment than .* preserves
H A Dattr-stack-8-16.d6 #error: .*requires more stack alignment than .* preserves
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr47372-2.c8 void fill_window( unsigned more, unsigned m) argument
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drange-err-3.s1 ; Test more error cases for constant ranges.
/haiku-buildtools/gcc/gcc/
H A Ddata-streamer.c16 for more details.
78 int more, half_byte; local
85 more = !((work == 0 && (half_byte & 0x4) == 0)
87 if (more)
92 while (more);
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/aarch64/
H A Dillegal.s7 # FIXME: Add more illegal instructions here.
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Derr-greg1.s3 % One more than greg9.s is one too many.
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s19 ; more initialized data in .data
30 ; more initialized data into .data
35 ; define another section for more variables
41 ; more code
/haiku-buildtools/binutils/ld/testsuite/ld-sh/sh64/
H A Dcrange-2a.s1 ! Simple example with assembler-generated .cranges that do not need more
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Derr-greg1.s3 % One more than greg9.s is one too many.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dsections.s19 ; more initialized data in .data
30 ; more initialized data into .data
35 ; define another section for more variables
41 ; more code

Completed in 138 milliseconds

1234567891011>>