Home
last modified time | relevance | path

Searched refs:ORDER (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch64 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 Dpl110.c133 #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 Dpl110_template.h12 #ifndef ORDER
16 #if ORDER == 0
21 #elif ORDER == 1
301 #undef ORDER
/openbmc/qemu/include/hw/misc/
H A Dxlnx-zynqmp-crf.h47 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 Dxlnx-versal-crl.h50 FIELD(RPLL_FRAC_CFG, ORDER, 18, 1)
/openbmc/linux/tools/memory-model/Documentation/
H A Dexplanation.txt15 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 Dlitmus-tests.txt940 the "THE PROGRAM ORDER RELATION: po AND po-loc" and "A WARNING"
/openbmc/linux/include/linux/
H A Dskbuff.h265 #define SKB_MAX_ORDER(X, ORDER) \ argument
266 SKB_WITH_OVERHEAD((PAGE_SIZE << (ORDER)) - (X))
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S9025 #--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 DCHANGELOG178 problems when parsing a Unicode string beginning with BYTE ORDER MARK.