Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c66 u_int32_t *o32, *n32; in ffs_sb_swap() local
74 n32 = (u_int32_t *)n; in ffs_sb_swap()
76 n32[i] = bswap32(o32[i]); in ffs_sb_swap()
198 u_int32_t *n32, *o32; in ffs_cg_swap() local
243 n32 = (u_int32_t *)((u_int8_t *)n + btotoff); in ffs_cg_swap()
249 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
254 n32 = (u_int32_t *)((u_int8_t *)n + clustersumoff); in ffs_cg_swap()
257 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
/freebsd/sys/contrib/xen/
H A Darch-arm.h220 # define __DECL_REG(n64, n32) union { \ argument
222 uint32_t n32; \
226 #define __DECL_REG(n64, n32) uint64_t n64 argument
/freebsd/contrib/ntp/sntp/m4/
H A Dos_cflags.m464 ntp_os_cflags="-n32 -mips3 -Wl,-woff,84"
H A Dlibtool.m41329 LD="${LD-ld} -n32"
1364 emul="${emul}n32"
2799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3537 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h539 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZSTD_NbCommonBytes()
540 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h769 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZSTD_NbCommonBytes()
770 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZSTD_NbCommonBytes()
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake134 _lfs_check_compiler_option(lfs_need_n32 "-n32" "" "")
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c184 …const unsigned n32 = sizeof(size_t)*4; /* calculate this way due to compiler complaining in 32-b… in ZDICT_NbCommonBytes()
185 if (!(val>>n32)) { r=4; } else { r=0; val>>=n32; } in ZDICT_NbCommonBytes()
/freebsd/sys/contrib/openzfs/config/
H A Dconfig.rpath585 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
H A Dhost-cpu-c-abi.m4189 [# In the n32 ABI, _ABIN32 is defined, _ABIO32 is not defined (but
/freebsd/sys/contrib/zlib/
H A DREADME60 -O, one libpng test fails. The test works in 32 bit mode (with the -n32
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41461 SHLIB_LD="ld -n32 -shared -rdata_shared"
1467 CFLAGS="$CFLAGS -mabi=n32"
1468 LDFLAGS="$LDFLAGS -mabi=n32"
1473 CFLAGS="$CFLAGS -n32 -D_OLD_TERMIOS"
1476 CFLAGS="$CFLAGS -n32"
1479 LDFLAGS="$LDFLAGS -n32"
1484 SHLIB_LD="ld -n32 -shared -rdata_shared"
/freebsd/contrib/tcsh/
H A DPorted498 COMPILER: cc -n32
/freebsd/contrib/file/m4/
H A Dlibtool.m41329 LD="${LD-ld} -n32"
1364 emul="${emul}n32"
2799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3537 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/openbsm/m4/
H A Dlibtool.m41329 LD="${LD-ld} -n32"
1364 emul="${emul}n32"
2799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3537 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dlibtool.m41329 LD="${LD-ld} -n32"
1364 emul="${emul}n32"
2799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3537 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/ldns/m4/
H A Dlibtool.m41328 LD="${LD-ld} -n32"
1363 emul="${emul}n32"
2798 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3548 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/openpam/m4/
H A Dlibtool.m41327 LD="${LD-ld} -n32"
1362 emul="${emul}n32"
2819 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3557 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/libevent/m4/
H A Dlibtool.m41328 LD="${LD-ld} -n32"
1363 emul="${emul}n32"
2820 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3558 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/libpcap/
H A Daclocal.m4893 # We used to set -n32 for IRIX 6 when not using GCC (presumed
/freebsd/contrib/unbound/
H A Daclocal.m41335 LD="${LD-ld} -n32"
1370 emul="${emul}n32"
2805 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3546 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/crypto/heimdal/
H A Dconfigure5693 *-n32|*"-n32 ") libmagic=N32;;
10717 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11823 ac_cv_sys_largefile_CC=' -n32'; break
12610 n32|yes) abi='-mabi=n32'; abilibdirext='32' ;;
12679 -mabi=n32|-mabi=64)
12695 n32|yes) abi='-n32'; abilibdirext='32' ;;
/freebsd/crypto/openssh/
H A Dconfigure.ac955 ]])],[mips_abi="n32"],[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
1003 "n32")
1013 "n32")
/freebsd/contrib/sqlite3/
H A Daclocal.m41342 LD="${LD-ld} -n32"
1377 emul="${emul}n32"
2812 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
3562 *-n32|*"-n32 ") libmagic=N32;;
/freebsd/contrib/file/
H A Dconfigure6749 *-n32|*"-n32 ") libmagic=N32;;
12270 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14167 ac_cv_sys_largefile_CC=' -n32'; break

12