Searched refs:bits (Results 51 - 75 of 836) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dgenctype.py54 bits = [] variable
58 bits.append('SVN_CTYPE_ASCII')
67 bits.append('SVN_CTYPE_CNTRL')
71 bits.append('SVN_CTYPE_SPACE')
78 bits.append('SVN_CTYPE_PUNCT')
82 bits.append('SVN_CTYPE_DIGIT')
86 bits.append('SVN_CTYPE_UPPER')
89 bits.append('SVN_CTYPE_XALPHA')
93 bits.append('SVN_CTYPE_LOWER')
96 bits
[all...]
/freebsd-10.0-release/sys/crypto/camellia/
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) argument
42 Camellia_Ekeygen(bits, key, ctx->subkey);
43 ctx->bits = bits;
50 Camellia_DecryptBlock(ctx->bits, src, ctx->subkey, dst);
57 Camellia_EncryptBlock(ctx->bits, src, ctx->subkey, dst);
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dpair.h60 #include <bits/c++config.h>
61 #include <bits/stl_pair.h>
H A Dtempbuf.h65 #include <bits/cpp_type_traits.h>
66 #include <bits/stl_construct.h>
67 #include <bits/stl_uninitialized.h>
/freebsd-10.0-release/lib/msun/src/
H A Ds_truncl.c45 int e = u.bits.exp - LDBL_MAX_EXP + 1;
50 u.e = zero[u.bits.sign];
53 if (((u.bits.manh & m) | u.bits.manl) == 0)
56 u.bits.manh &= ~m;
57 u.bits.manl = 0;
62 if ((u.bits.manl & m) == 0)
65 u.bits.manl &= ~m;
H A De_sqrtl.c43 if (++u.bits.manl == 0) {
44 if (++u.bits.manh == 0) {
45 u.bits.exp++;
46 u.bits.manh |= LDBL_NBIT;
59 if (u.bits.manl-- == 0) {
60 if (u.bits.manh-- == LDBL_NBIT) {
61 u.bits.exp--;
62 u.bits.manh |= LDBL_NBIT;
88 if (u.bits.exp == LDBL_MAX_EXP * 2 - 1)
92 if ((u.bits
[all...]
H A Ds_isfinite.c39 return (u.bits.exp != 2047);
48 return (u.bits.exp != 255);
57 return (u.bits.exp != 32767);
H A Ds_signbit.c39 return (u.bits.sign);
48 return (u.bits.sign);
57 return (u.bits.sign);
H A Ds_remquol.c55 * Return the IEEE remainder and set *quo to the last n bits of the
57 * we wind up computing all the integer bits of the quotient anyway as
59 * method. In practice, this is far more bits than are needed to use
65 * for an explicit integer bit in front of the fractional bits.
78 sx = ux.bits.sign;
79 sxy = sx ^ uy.bits.sign;
80 ux.bits.sign = 0; /* |x| */
81 uy.bits.sign = 0; /* |y| */
85 if((uy.bits.exp|uy.bits
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-jtag.h62 * Write up to 32bits into the QLM jtag chain. Bits are shifted
64 * order bits followed by the high order bits. The JTAG chain for
65 * CN52XX and CN56XX is 4 * 268 bits long, or 1072. The JTAG chain
66 * for CN63XX is 4 * 300 bits long, or 1200.
69 * @param bits Number of bits to shift in (1-32).
73 * @return The low order bits of the JTAG chain that shifted out of the
76 extern uint32_t cvmx_helper_qlm_jtag_shift(int qlm, int bits, uint32_t data);
80 * common to need to shift more than 32 bits o
[all...]
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Ddel_opvnt.cc31 #include <bits/c++config.h>
/freebsd-10.0-release/crypto/openssl/crypto/aes/
H A Daes_misc.c69 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, argument
75 return private_AES_set_encrypt_key(userKey, bits, key);
78 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, argument
84 return private_AES_set_decrypt_key(userKey, bits, key);
/freebsd-10.0-release/lib/libc/amd64/
H A D_fpmath.h38 } bits; member in union:IEEEl2bits
47 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
53 (a)[0] = (uint32_t)(u).bits.manl; \
54 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-10.0-release/lib/libc/i386/
H A D_fpmath.h37 } bits; member in union:IEEEl2bits
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
52 (a)[0] = (uint32_t)(u).bits.manl; \
53 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-10.0-release/lib/libc/mips/
H A D_fpmath.h43 } bits; member in union:IEEEl2bits
54 (a)[0] = (uint32_t)(u).bits.manl; \
55 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-10.0-release/lib/libc/powerpc/
H A D_fpmath.h36 } bits; member in union:IEEEl2bits
47 (a)[0] = (uint32_t)(u).bits.manl; \
48 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-10.0-release/lib/libc/powerpc64/
H A D_fpmath.h36 } bits; member in union:IEEEl2bits
47 (a)[0] = (uint32_t)(u).bits.manl; \
48 (a)[1] = (uint32_t)(u).bits.manh; \
/freebsd-10.0-release/contrib/gdtoa/
H A Dg_Qfmt.c61 ULong bits[4], *L, sign; local
76 bits[3] = L[_0] & 0xffff;
77 bits[2] = L[_1];
78 bits[1] = L[_2];
79 bits[0] = L[_3];
84 if (bits[0] | bits[1] | bits[2] | bits[3])
95 bits[
[all...]
H A DstrtorQ.c56 ULtoQ(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
58 ULtoQ(ULong *L, ULong *bits, Long exp, int k)
68 L[_3] = bits[0];
69 L[_2] = bits[1];
70 L[_1] = bits[2];
71 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
75 L[_3] = bits[0];
76 L[_2] = bits[1];
77 L[_1] = bits[
114 ULong bits[4]; local
[all...]
H A DstrtopQ.c60 ULong bits[4]; local
70 k = strtodg(s, sp, fpi, &exp, bits);
79 L[_3] = bits[0];
80 L[_2] = bits[1];
81 L[_1] = bits[2];
82 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);
86 L[_3] = bits[0];
87 L[_2] = bits[1];
88 L[_1] = bits[2];
89 L[_0] = bits[
[all...]
H A Dstrtord.c36 ULtod(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtod(ULong *L, ULong *bits, Long exp, int k)
48 L[_1] = bits[0];
49 L[_0] = bits[1];
54 L[_1] = bits[0];
55 L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
81 ULong bits[2]; local
91 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
92 ULtod((ULong*)d, bits, ex
[all...]
H A Dstrtopd.c42 ULong bits[2]; local
51 k = strtodg(s, sp, fpi, &exp, bits);
52 ULtod((ULong*)d, bits, exp, k);
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A Dcmll_misc.c59 int private_Camellia_set_key(const unsigned char *userKey, const int bits, argument
64 if(bits != 128 && bits != 192 && bits != 256)
66 key->grand_rounds = Camellia_Ekeygen(bits , userKey, key->u.rd_key);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dfilemode.c64 /* Get definitions for the file permission bits. */
184 ftypelet (unsigned long bits)
186 if (S_ISDIR (bits))
188 if (S_ISLNK (bits))
190 if (S_ISBLK (bits))
192 if (S_ISCHR (bits))
194 if (S_ISSOCK (bits))
196 if (S_ISFIFO (bits))
201 if ((bits & S_IFMT) == S_IFMPC
202 || (bits
183 ftypelet(unsigned long bits) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h20 Bits64 (const uint64_t bits, const uint32_t msbit, const uint32_t lsbit) argument
23 return (bits >> lsbit) & ((1u << (msbit - lsbit + 1)) - 1);
29 Bits32 (const uint32_t bits, const uint32_t msbit, const uint32_t lsbit) argument
32 return (bits >> lsbit) & ((1u << (msbit - lsbit + 1)) - 1);
37 Bit32 (const uint32_t bits, const uint32_t bit) argument
39 return (bits >> bit) & 1u;
43 Bit64 (const uint64_t bits, const uint32_t bit) argument
45 return (bits >> bit) & 1ull;
51 SetBits32(uint32_t &bits, const uint32_t msbit, const uint32_t lsbit, const uint32_t val) argument
55 bits
[all...]

Completed in 113 milliseconds

1234567891011>>