Searched refs:ORDER (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 64 having as many components as necessary. ORDER is the sorting order 66 #define VECTOR_MODES_WITH_PREFIX(PREFIX, C, W, ORDER) \ 67 - make_vector_modes (MODE_##C, #PREFIX, W, ORDER, __FILE__, __LINE__) 68 + make_vector_modes (MODE_##C, #PREFIX, W, ORDER, __FILE__, 0) 168 #define VECTOR_MODE_WITH_PREFIX(PREFIX, C, M, N, ORDER) \ 169 - make_vector_mode (MODE_##C, #PREFIX, #M, N, ORDER, __FILE__, __LINE__); 170 + make_vector_mode (MODE_##C, #PREFIX, #M, N, ORDER, __FILE__, 0);
|
/openbmc/qemu/hw/display/ |
H A D | pl110.c | 133 #define ORDER 0 macro 135 #define ORDER 1 macro 137 #define ORDER 2 macro 142 #define ORDER 0 macro 144 #define ORDER 1 macro 146 #define ORDER 2 macro
|
H A D | pl110_template.h | 12 #ifndef ORDER 16 #if ORDER == 0 21 #elif ORDER == 1 301 #undef ORDER
|
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-zynqmp-crf.h | 47 FIELD(APLL_FRAC_CFG, ORDER, 18, 1) 67 FIELD(DPLL_FRAC_CFG, ORDER, 18, 1) 87 FIELD(VPLL_FRAC_CFG, ORDER, 18, 1)
|
H A D | xlnx-versal-crl.h | 50 FIELD(RPLL_FRAC_CFG, ORDER, 18, 1)
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | explanation.txt | 15 7. THE PROGRAM ORDER RELATION: po AND po-loc 19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 22 14. PROPAGATION ORDER RELATION: cumul-fence 26 18. THE PRESERVED PROGRAM ORDER RELATION: ppo 328 THE PROGRAM ORDER RELATION: po AND po-loc 608 CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 882 PROPAGATION ORDER RELATION: cumul-fence 1042 THE PRESERVED PROGRAM ORDER RELATION: ppo
|
H A D | litmus-tests.txt | 940 the "THE PROGRAM ORDER RELATION: po AND po-loc" and "A WARNING"
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 265 #define SKB_MAX_ORDER(X, ORDER) \ argument 266 SKB_WITH_OVERHEAD((PAGE_SIZE << (ORDER)) - (X))
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 9025 #--REGISTERS SAVED SO FAR ARE (IN ORDER) FPCR, D0, FP1, a1, AND FP2. 9122 #--REGISTERS SAVED SO FAR ARE (IN ORDER) FPCR, D0, FP1, a1, AND FP2. 9148 #--FPCR, FP2, FP3 ARE SAVED IN ORDER AS SHOWN.
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | CHANGELOG | 178 problems when parsing a Unicode string beginning with BYTE ORDER MARK.
|