Searched refs:ORDER (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/29_atomics/atomic/requirements/
H A Dcompare_exchange_lowering.cc36 #define ORDER_TEST(ORDER) \
38 __gnu_test::compare_exchange_order_lowering<ORDER> test; \
46 #define ORDER_TEST(ORDER) \
50 x.compare_exchange_strong(expected, b, ORDER); \
51 x.compare_exchange_weak(expected, c, ORDER); \
56 #define ORDER_TEST(ORDER) \
60 x.compare_exchange_strong(expected, nullptr, ORDER); \
61 x.compare_exchange_weak(expected, nullptr, ORDER); \
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dreshape_zerosize_1.f9022 rDA(NF9:NF8, NF7:NF3) = RESHAPE(rCA1,(/0,0/),ORDER=(/2,1/))
36 RdA(NF4:NF8, NF7:NF3) = RESHAPE(RcA1,ILA,ORDER=(/NF1,NF2/))
/haiku-buildtools/legacy/binutils/ld/
H A Dldgram.h120 ORDER = 346, enumerator in enum:yytokentype
237 #define ORDER 346 macro
H A Dldlex.l332 <MRI>"ORDER" { RTOKEN(ORDER); }
349 <MRI>"order" { RTOKEN(ORDER); }
H A Dldgram.c147 ORDER = 346, enumerator in enum:yytokentype
264 #define ORDER 346 macro
836 "LOAD", "NEWLINE", "ENDWORD", "ORDER", "NAMEWORD", "ASSERT_K", "FORMAT",
H A Dldgram.y148 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
209 | ORDER ordernamelist
H A Dldlex.c2403 { RTOKEN(ORDER); } variable
2488 { RTOKEN(ORDER); } variable
/haiku-buildtools/binutils/ld/
H A Dldgram.h145 ORDER = 355, enumerator in enum:yytokentype
277 #define ORDER 355 macro
H A Dldlex.l340 <MRI>"ORDER" { RTOKEN(ORDER); }
357 <MRI>"order" { RTOKEN(ORDER); }
H A Dldgram.y150 %token CHIP LIST SECT ABSOLUTE LOAD NEWLINE ENDWORD ORDER NAMEWORD ASSERT_K
214 | ORDER ordernamelist
H A Dldgram.c236 ORDER = 355, enumerator in enum:yytokentype
368 #define ORDER 355 macro
807 "ENDWORD", "ORDER", "NAMEWORD", "ASSERT_K", "LOG2CEIL", "FORMAT",
H A Dldlex.c2871 { RTOKEN(ORDER); } variable
2956 { RTOKEN(ORDER); } variable
/haiku-buildtools/gcc/gcc/
H A Dggc-page.c156 the indicated ORDER. */
157 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER]
162 /* The size of an object on a page of the indicated ORDER. */
163 #define OBJECT_SIZE(ORDER) object_size_table[ORDER]
169 #define DIV_MULT(ORDER) inverse_table[ORDER].mult
170 #define DIV_SHIFT(ORDER) inverse_table[ORDER]
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D20010519-1.f358 * HYDROG, INITIA, LONE, LTSTEQ, ORDER, ORDER5, local in subroutine:NMDIMB
374 * HYDROG, INITIA, LONE, LTSTEQ, ORDER, ORDER5,

Completed in 212 milliseconds