Searched refs:o32 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.sbin/makefs/ffs/
H A Dffs_bswap.c71 u_int32_t *o32, *n32; local
78 o32 = (u_int32_t *)o;
81 n32[i] = bswap32(o32[i]);
200 u_int32_t *n32, *o32; local
246 o32 = (u_int32_t *)((u_int8_t *)o + btotoff);
251 n32[i] = bswap32(o32[i]);
257 o32 = (u_int32_t *)((u_int8_t *)o + clustersumoff);
259 n32[i] = bswap32(o32[i]);
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-mips.pl15 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which
34 # - never ever touch $tp, "thread pointer", former $gp [o32 can be
48 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
259 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
285 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification
/freebsd-10.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl50 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
364 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
387 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification
701 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
724 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification
1049 $code.=<<___ if ($flavour =~ /o32/
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dmips-mont.pl49 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
127 $code.=<<___ if ($flavour =~ /o32/i);
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure12609 32|o32) abi='-mabi=32'; abilibdirext='' ;;
12694 32|o32) abi='-32'; abilibdirext='' ;;

Completed in 93 milliseconds