HomeSort by: relevance | last modified time | path
    Searched refs:n32 (Results 1 - 15 of 15) sorted by relevancy

  /src/compat/mips64/n32/
Makefile 3 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.n32.mk
bsd.n32.mk 1 # $NetBSD: bsd.n32.mk,v 1.2 2021/04/25 18:44:04 christos Exp $
9 MLIBDIR= n32
17 COPTS+= -mabi=n32
18 CPUFLAGS+= -mabi=n32
19 LDADD+= -mabi=n32
20 LDFLAGS+= -mabi=n32
21 MKDEPFLAGS+= -mabi=n32
  /src/sys/modules/arch/mips/mips-n32/
Makefile 3 BSD_MK_COMPAT_FILE=${.CURDIR}/bsd.mips-n32.mk
bsd.mips-n32.mk 1 # $NetBSD: bsd.mips-n32.mk,v 1.1 2015/06/22 06:46:27 matt Exp $
14 KMODULEARCHDIR:= mips-n32
16 CPPFLAGS+= -mabi=n32
17 CPUFLAGS+= -mabi=n32
  /src/sys/modules/arch/
archdirs.mk 10 ARCHDIR_SUBDIR= mips/mips-n32
  /src/sys/net/
toeplitz.c 191 uint32_t n32 = 0; local in function:stoeplitz_hash_ip6
195 n32 ^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
197 return (stoeplitz_hash_n32(scache, n32));
205 uint32_t n32 = 0; local in function:stoeplitz_hash_ip6port
209 n32 ^= faddr6->s6_addr32[i] ^ laddr6->s6_addr32[i];
211 n32 ^= fport ^ lport;
213 return (stoeplitz_hash_n32(scache, n32));
toeplitz.h 74 stoeplitz_hash_n32(const struct stoeplitz_cache *scache, uint32_t n32)
76 return (stoeplitz_hash_n16(scache, n32 ^ (n32 >> 16)));
  /src/sys/ufs/ffs/
ffs_bswap.c 59 u_int32_t *n32; local in function:ffs_sb_swap
67 n32 = (u_int32_t *)n;
69 n32[i] = bswap32(o32[i]);
197 u_int32_t *n32, *o32; local in function:ffs_cg_swap
256 n32 = (u_int32_t *)((u_int8_t *)n + clustersumoff);
259 n32[i] = bswap32(o32[i]);
264 n32 = (u_int32_t *)((u_int8_t *)n + btotoff);
270 n32[i] = bswap32(o32[i]);
  /src/lib/libc/arch/mips/sys/
cerror.S 53 PIC_PROLOGUE(__cerror) # saves caller gp in t3 (n32/n64)
78 # on the stack and not in the t3 reg (for the n32/n64 case).
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
arch-arm.h 202 # define __DECL_REG(n64, n32) union { \
204 uint32_t n32; \
208 #define __DECL_REG(n64, n32) uint64_t n64
  /src/sys/lib/libsa/
ffs_bswap.c 60 u_int32_t *n32; local in function:ffs_sb_swap
68 n32 = (u_int32_t *)n;
70 n32[i] = bswap32(o32[i]);
  /src/sys/compat/netbsd32/
netbsd32.h 150 netbsd32_pointer_t n32 = *p32; local in function:netbsd32_ptr32_incr
152 n32.i32 += incr;
153 KASSERT(NETBSD32PTR64(n32) > NETBSD32PTR64(*p32));
154 return *p32 = n32;
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 1316 *N32*)
1328 *N32*)
1329 LD="${LD-ld} -n32"
1363 *N32*)
1364 emul="${emul}n32"
2799 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2800 libsuff=32 shlibsuff=N32 libmagic=N32;;
3537 *-n32|*"-n32 ") libmagic=N32;
    [all...]
  /src/lib/librumpuser/
configure 3068 # so use the C compiler's -n32 option if that helps.
3092 CC="$CC -n32"
3094 ac_cv_sys_largefile_CC=' -n32'; break
  /src/sys/external/isc/libsodium/dist/
configure 10009 *-n32|*"-n32 ") libmagic=N32;;
11202 *N32*)
11214 *N32*)
11215 LD="${LD-ld} -n32"
11253 *N32*)
11254 emul="${emul}n32"
15396 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 "
    [all...]

Completed in 33 milliseconds