/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | int128.cc | 66 uint32 n32 = n; in Fls64() local 67 STEP(uint32, n32, pos, 0x10); in Fls64() 68 STEP(uint32, n32, pos, 0x08); in Fls64() 69 STEP(uint32, n32, pos, 0x04); in Fls64() 70 return pos + ((PROTOBUF_ULONGLONG(0x3333333322221100) >> (n32 << 2)) & 0x3); in Fls64()
|
/third_party/skia/src/utils/ |
H A D | SkJSON.cpp | 790 int32_t n32 = 0; in matchFast32OrFloat() local 797 n32 = (*p++ - '0'); in matchFast32OrFloat() 799 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 800 n32 = n32 * 10 + (*p++ - '0'); in matchFast32OrFloat() 807 this->pushInt32(sign * n32); in matchFast32OrFloat() 819 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 820 n32 = n32 * 10 + (*p++ - '0'); --exp; in matchFast32OrFloat() 821 if (!is_digit(*p) || n32 > kMaxInt3 in matchFast32OrFloat() [all...] |
/third_party/skia/include/private/ |
H A D | SkFixed.h | 46 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() local 47 SkASSERT(n64 == n32); in SkFloatToFixed_Check() 48 return n32; in SkFloatToFixed_Check()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_init.c | 53 int n32 = n >> 5; in imdct_half_altivec() local 62 k = n32-1; in imdct_half_altivec() 108 j = -n32; in imdct_half_altivec() 109 k = n32-1; in imdct_half_altivec()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conv.c | 37 uint32_t n32; in nghttp3_get_varint() member 53 return (int64_t)ntohl(n.n32); in nghttp3_get_varint()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_conv.c | 68 uint32_t n32; in ngtcp2_get_varint() member 84 return ngtcp2_ntohl(n.n32); in ngtcp2_get_varint()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | mips-mont.pl | 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 62 if ($flavour =~ /64|n32/i) { 63 $PTR_ADD="daddu"; # incidentally works even on n32 64 $PTR_SUB="dsubu"; # incidentally works even on n32 83 if ($flavour =~ /64|n32/i) {
|
H A D | mips.pl | 62 if ($flavour =~ /64|n32/i) {
|
/third_party/openssl/crypto/bn/asm/ |
H A D | mips-mont.pl | 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 62 if ($flavour =~ /64|n32/i) { 63 $PTR_ADD="daddu"; # incidentally works even on n32 64 $PTR_SUB="dsubu"; # incidentally works even on n32 83 if ($flavour =~ /64|n32/i) {
|
H A D | mips.pl | 62 if ($flavour =~ /64|n32/i) {
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 62 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 65 die "MIPS64 only" unless ($flavour =~ /64|n32/i);
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-mips.pl | 62 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 65 die "MIPS64 only" unless ($flavour =~ /64|n32/i);
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha1-mips.pl | 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 62 if ($flavour =~ /64|n32/i) { 63 $PTR_ADD="daddu"; # incidentally works even on n32 64 $PTR_SUB="dsubu"; # incidentally works even on n32 67 $PTR_SLL="dsll"; # incidentally works even on n32
|
H A D | sha512-mips.pl | 22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which 65 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 68 if ($flavour =~ /64|n32/i) { 70 $PTR_ADD="daddu"; # incidentally works even on n32 71 $PTR_SUB="dsubu"; # incidentally works even on n32 74 $PTR_SLL="dsll"; # incidentally works even on n32
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-mips.pl | 22 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which 65 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 68 if ($flavour =~ /64|n32/i) { 70 $PTR_ADD="daddu"; # incidentally works even on n32 71 $PTR_SUB="dsubu"; # incidentally works even on n32 74 $PTR_SLL="dsll"; # incidentally works even on n32
|
H A D | sha1-mips.pl | 59 # supported flavours are o32,n32,64,nubi32,nubi64, default is o32 62 if ($flavour =~ /64|n32/i) { 63 $PTR_ADD="daddu"; # incidentally works even on n32 64 $PTR_SUB="dsubu"; # incidentally works even on n32 67 $PTR_SLL="dsll"; # incidentally works even on n32
|
/third_party/eudev/ |
H A D | configure | 4166 # so use the C compiler's -n32 option if that helps. 4190 CC="$CC -n32" 4192 ac_cv_sys_largefile_CC=' -n32'; break 6330 *-n32|*"-n32 ") libmagic=N32;; 7536 LD="${LD-ld} -n32" 7575 emul="${emul}n32" 11730 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 16494 *-n32|*" [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 73 $flavour ||= "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 75 if ($flavour =~ /64|n32/i) { 77 $PTR_ADD="daddu"; # incidentally works even on n32 78 $PTR_SUB="dsubu"; # incidentally works even on n32 82 $PTR_SLL="dsll"; # incidentally works even on n32
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 73 $flavour ||= "o32"; # supported flavours are o32,n32,64,nubi32,nubi64 75 if ($flavour =~ /64|n32/i) { 77 $PTR_ADD="daddu"; # incidentally works even on n32 78 $PTR_SUB="dsubu"; # incidentally works even on n32 82 $PTR_SLL="dsll"; # incidentally works even on n32
|
/third_party/lame/ |
H A D | configure | 6059 *-n32|*"-n32 ") libmagic=N32;; 7265 LD="${LD-ld} -n32" 7304 emul="${emul}n32" 11442 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 13918 # so use the C compiler's -n32 option if that helps. 13942 CC="$CC -n32" 13944 ac_cv_sys_largefile_CC=' -n32'; break
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | configure | 5545 *-n32|*"-n32 ") libmagic=N32;; 6621 LD="${LD-ld} -n32" 11053 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 15140 # so use the C compiler's -n32 option if that helps. 15164 CC="$CC -n32" 15166 ac_cv_sys_largefile_CC=' -n32'; break
|
/third_party/node/deps/cares/ |
H A D | configure | 7732 *-n32|*"-n32 ") libmagic=N32;; 9001 LD="${LD-ld} -n32" 9040 emul="${emul}n32" 13612 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 17616 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") 19876 # so use the C compiler's -n32 option if that helps. 19901 CC="$CC -n32" [all...] |
/third_party/libevdev/ |
H A D | configure | 6139 *-n32|*"-n32 ") libmagic=N32;; 7414 LD="${LD-ld} -n32" 7453 emul="${emul}n32" 11675 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 5644 *-n32|*"-n32 ") libmagic=N32;; 6848 LD="${LD-ld} -n32" 6887 emul="${emul}n32" 11457 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
|