Home
last modified time | relevance | path

Searched refs:DO32 (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/stand/
Ddefs.mk71 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
122 .if ${MACHINE_ARCH} == "amd64" && ${DO32:U0} == 1
146 .if ${MACHINE_CPUARCH} == "i386" || (${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1)
150 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
228 if [ ${DO32:U0} -eq 0 ]; then \
Dficl.mk5 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 1
13 .if ${MACHINE_CPUARCH} == "amd64" && ${DO32:U0} == 0
/freebsd-12-stable/stand/liblua32/
DMakefile3 DO32=1 macro
/freebsd-12-stable/stand/ficl32/
DMakefile3 DO32=1 macro
/freebsd-12-stable/stand/libsa32/
DMakefile3 DO32=1 macro
/freebsd-12-stable/stand/i386/
DMakefile.inc33 DO32=1
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddmu_send.c2048 #define DO32(X) (drr->drr_u.X = BSWAP_32(drr->drr_u.X)) in byteswap_record() macro
2057 DO32(drr_begin.drr_type); in byteswap_record()
2058 DO32(drr_begin.drr_flags); in byteswap_record()
2064 DO32(drr_object.drr_type); in byteswap_record()
2065 DO32(drr_object.drr_bonustype); in byteswap_record()
2066 DO32(drr_object.drr_blksz); in byteswap_record()
2067 DO32(drr_object.drr_bonuslen); in byteswap_record()
2077 DO32(drr_write.drr_type); in byteswap_record()
2102 DO32(drr_write_embedded.drr_lsize); in byteswap_record()
2103 DO32(drr_write_embedded.drr_psize); in byteswap_record()
[all …]