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

12

/netbsd-6-1-5-RELEASE/tools/groff/
H A DMakefile26 echo '.ORDER: $$(ALLDIRS) dot';\
27 echo '.ORDER: all install' ) >> build/Makefile
56 .ORDER: realinstall ${TMACDIR}/${F}.tmac
62 .ORDER: realinstall ${SITETMACDIR}/${F}
73 .ORDER: realinstall install.grofflinks
/netbsd-6-1-5-RELEASE/tools/
H A DMakefile219 # a .ORDER releation between the nodes as well.
227 .ORDER: depend-${d} all-${d} dependall-${d} install-${d}
230 .ORDER: realdepend dependall-${d}
231 .ORDER: realdepend depend-${d}
232 .ORDER: realall all-${d}
/netbsd-6-1-5-RELEASE/usr.bin/ktruss/
H A DMakefile21 .ORDER: misc.c misc.h
/netbsd-6-1-5-RELEASE/bin/sh/
H A DMakefile60 .ORDER: builtins.h builtins.c
70 .ORDER: nodes.h nodes.c
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.h135 ORDER = 351, enumerator in enum:yytokentype
260 #define ORDER 351 macro
H A Dldlex.l335 <MRI>"ORDER" { RTOKEN(ORDER); }
352 <MRI>"order" { RTOKEN(ORDER); }
/netbsd-6-1-5-RELEASE/extsrc/
H A DMakefile.extsrc18 .ORDER: ${BUILDTARGETS}
/netbsd-6-1-5-RELEASE/external/mit/xorg/
H A DMakefile22 .ORDER: ${BUILDTARGETS}
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_emu.h113 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
127 #define ORDER(x, y) { \ macro
H A Dfpu_add.c96 ORDER(x, y);
H A Dfpu_div.c165 * Since divide is not commutative, we cannot just use ORDER.
185 ORDER(x, y);
H A Dfpu_mul.c134 ORDER(x, y);
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_emu.h115 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
129 #define ORDER(x, y) { \ macro
H A Dfpu_div.c161 * Since divide is not commutative, we cannot just use ORDER.
177 ORDER(x, y);
H A Dfpu_mul.c125 ORDER(x, y);
H A Dfpu_add.c91 ORDER(x, y);
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_mul.c125 ORDER(x, y);
H A Dfpu_add.c87 ORDER(x, y);
H A Dfpu_div.c163 * Since divide is not commutative, we cannot just use ORDER.
179 ORDER(x, y);
H A Dfpu_emulate.h120 * ORDER(x,y) `sorts' a pair of `fpn *'s so that the right operand (y) points
134 #define ORDER(x, y) { \ macro
/netbsd-6-1-5-RELEASE/x11/
H A DMakefile20 .ORDER: ${BUILDTARGETS}
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.dep.mk5 .ORDER: beforedepend .depend afterdepend
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-page.c145 the indicated ORDER. */
146 #define OBJECTS_PER_PAGE(ORDER) objects_per_page_table[ORDER]
151 /* The size of an object on a page of the indicated ORDER. */
152 #define OBJECT_SIZE(ORDER) object_size_table[ORDER]
158 #define DIV_MULT(ORDER) inverse_table[ORDER].mult
159 #define DIV_SHIFT(ORDER) inverse_table[ORDER]
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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...]
/netbsd-6-1-5-RELEASE/distrib/sets/
H A DMakefile253 .ORDER: ${MAKETARSETS:@.TARS.@do-sum-${.TARS.}@}

Completed in 603 milliseconds

12