Searched refs:DONE (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/gcc/libatomic/config/linux/arm/
H A Dstore_n.c29 #if !DONE && N <= WORDSIZE && !defined(HAVE_DMB) && !defined(HAVE_DMB_MCR)
43 #define DONE 1 macro
H A Dload_n.c29 #if !DONE && N <= WORDSIZE && !defined(HAVE_DMB) && !defined(HAVE_DMB_MCR)
46 #define DONE 1 macro
/haiku-buildtools/gcc/libatomic/
H A Dload_n.c29 #if !DONE && SIZE(HAVE_ATOMIC_LDST)
42 #define DONE 1 macro
48 #if !DONE && defined(atomic_compare_exchange_n)
67 #define DONE 1 macro
72 #if !DONE && N < WORDSIZE && defined(atomic_compare_exchange_w)
91 #define DONE 1 macro
96 #if !DONE
H A Dtas_n.c29 #if !DONE && SIZE(HAVE_ATOMIC_TAS)
41 #define DONE 1 macro
47 #if !DONE && N <= WORDSIZE && defined(atomic_compare_exchange_w)
79 #define DONE 1 macro
84 #if !DONE && N == 1
103 #define DONE 1 macro
107 #if !DONE
H A Dexch_n.c29 #if !DONE && SIZE(HAVE_ATOMIC_EXCHANGE)
41 #define DONE 1 macro
45 #if !DONE && defined(atomic_compare_exchange_n)
63 #define DONE 1 macro
69 #if !DONE && N <= WORDSIZE && defined(atomic_compare_exchange_w)
103 #define DONE 1 macro
108 #if !DONE
H A Dstore_n.c29 #if !DONE && SIZE(HAVE_ATOMIC_LDST)
42 #define DONE 1 macro
46 #if !DONE && defined(atomic_compare_exchange_n)
62 #define DONE 1 macro
68 #if !DONE && N < WORDSIZE && defined(atomic_compare_exchange_w)
91 #define DONE 1 macro
96 #if !DONE
H A Dgload.c32 # define EXACT_INLINE(N, DEST, SRC, DONE) \
36 DONE; \
39 # define EXACT_INLINE(N, DEST, SRC, DONE)
43 #define EXACT_(N, DEST, SRC, DONE) \
45 EXACT_INLINE (N, DEST, SRC, DONE); \
47 DONE; \
H A Dcas_n.c29 #if !DONE && defined(atomic_compare_exchange_n)
45 #define DONE 1 macro
51 #if !DONE && N <= WORDSIZE && defined(atomic_compare_exchange_w)
93 #define DONE 1 macro
98 #if !DONE
H A Dfop_n.c35 #if !DONE && SIZE(HAVE_ATOMIC_FETCH_OP)
58 #define DONE 1 macro
62 #if !DONE && defined(atomic_compare_exchange_n)
101 #define DONE 1 macro
107 #if !DONE && N < WORDSIZE && defined(atomic_compare_exchange_w)
156 #define DONE 1 macro
161 #if !DONE
/haiku-buildtools/gcc/gcc/config/i386/
H A Dsysv4.h42 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
49 goto DONE; \
H A Dgnu-user.h121 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
128 goto DONE; \
H A Ddarwin.h274 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
282 goto DONE; \
290 goto DONE; \
/haiku-buildtools/gcc/zlib/contrib/infback9/
H A Dinflate9.h17 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon2302
27 TYPE -> STORED or TABLE or LEN or DONE
H A Dinfback9.c281 mode = DONE;
583 case DONE:
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinflate9.h17 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon1149
27 TYPE -> STORED or TABLE or LEN or DONE
/haiku-buildtools/gcc/libatomic/config/arm/
H A Dexch_n.c32 #if !DONE && HAVE_STREX && !HAVE_STREXBH && N == 2
78 #define DONE 1 macro
82 #if !DONE && HAVE_STREX && !HAVE_STREXBH && N == 1
111 #define DONE 1 macro
/haiku-buildtools/gcc/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon1543
77 CHECK -> LENGTH -> DONE
/haiku-buildtools/binutils/zlib/
H A Dinflate.h49 DONE, /* finished check, done -- remain here until reset */ enumerator in enum:__anon1165
77 CHECK -> LENGTH -> DONE
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddual03.s35 bte r21,r17,DONE
38 DONE: label
H A Ddual03.d43 6c: 02 a8 20 5a bte %r21,%r17,0x00000078 // 78 <DONE>
47 00000078 <DONE>:
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Ddual03.s35 bte r21,r17,DONE
38 DONE: label
H A Ddual03.d43 6c: 02 a8 20 5a bte %r21,%r17,0x00000078 // 78 <DONE>
47 00000078 <DONE>:
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixincl.sh51 ( cd $LIB && touch DONE && rm DONE ) || {
376 if [ -f ${DESTDIR}/DONE ]
379 touch ${DESTDIR}/DONE
433 then echo 'Cleaning up DONE files.' ; fi
/haiku-buildtools/gcc/fixincludes/
H A Dfixinc.in49 ( cd $LIB && touch DONE && rm DONE ) || {
411 if [ -f ${DESTDIR}/DONE ]
414 touch ${DESTDIR}/DONE
468 then echo 'Cleaning up DONE files.' ; fi
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-ldmstm.ml253 Printf.printf " if (gen_ldm_seq (operands, %d, false))\n DONE;\n else\n FAIL;\n})\n\n" nregs
262 Printf.printf " if (gen_ldm_seq (operands, %d, false))\n DONE;\n else\n FAIL;\n})\n\n" nregs
269 Printf.printf " if (gen_stm_seq (operands, %d))\n DONE;\n else\n FAIL;\n})\n\n" nregs
278 Printf.printf " if (gen_stm_seq (operands, %d))\n DONE;\n else\n FAIL;\n})\n\n" nregs
285 Printf.printf " if (gen_const_stm_seq (operands, %d))\n DONE;\n else\n FAIL;\n})\n\n" nregs
293 Printf.printf " if (gen_const_stm_seq (operands, %d))\n DONE;\n else\n FAIL;\n})\n\n" nregs

Completed in 199 milliseconds

12