Searched refs:DO32 (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/stand/liblua32/
H A DMakefile2 DO32=1 macro
/freebsd-current/stand/ficl32/
H A DMakefile2 DO32=1 macro
/freebsd-current/stand/libsa32/
H A DMakefile2 DO32=1 macro
/freebsd-current/stand/
H A Dficl.mk4 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
10 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
H A Ddefs.mk81 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
133 # and activate it when DO32 is explicitly defined to be 1.
134 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
159 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
163 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
240 if [ ${DO32:U0} -eq 0 ]; then \
/freebsd-current/stand/i386/
H A DMakefile.inc32 DO32=1
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c155 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) macro
164 DO32(drr_begin.drr_type);
165 DO32(drr_begin.drr_flags);
171 DO32(drr_object.drr_type);
172 DO32(drr_object.drr_bonustype);
173 DO32(drr_object.drr_blksz);
174 DO32(drr_object.drr_bonuslen);
175 DO32(drr_object.drr_raw_bonuslen);
186 DO32(drr_write.drr_type);
199 DO32(drr_write_embedde
239 #undef DO32 macro
[all...]
/freebsd-current/stand/libsa/
H A DMakefile192 .if ${DO32:U0} == 0

Completed in 107 milliseconds