Searched refs:bits (Results 76 - 100 of 836) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dalist_new.c15 int a, b, c, d, bits; local
45 bits = -1;
49 bits = atoi(slash + 1);
53 if (bits > 32)
59 if (bits > 0 && bits < 33) {
60 mask = 0xffffffff << (32 - bits);
75 if (bits > 128)
77 fill6bits(bits, al->al_i6mask.i6);
/freebsd-10.0-release/contrib/libstdc++/config/io/
H A Dc_io_stdio.h43 #include <bits/gthr.h>
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cwctype.h39 #include <bits/c++config.h>
/freebsd-10.0-release/contrib/libstdc++/libsupc++/
H A Ddel_opnt.cc31 #include <bits/c++config.h>
H A Dnew_opv.cc31 #include <bits/c++config.h>
H A Dnew_opvnt.cc31 #include <bits/c++config.h>
/freebsd-10.0-release/lib/msun/src/
H A Ds_fabsl.c41 u.bits.sign = 0;
H A Ds_copysignl.c40 ux.bits.sign = uy.bits.sign;
/freebsd-10.0-release/lib/libc/inet/
H A Dinet_net_ntop.c44 static char * inet_net_ntop_ipv4(const u_char *src, int bits, char *dst,
46 static char * inet_net_ntop_ipv6(const u_char *src, int bits, char *dst,
51 * inet_net_ntop(af, src, bits, dst, size)
60 inet_net_ntop(af, src, bits, dst, size)
63 int bits;
69 return (inet_net_ntop_ipv4(src, bits, dst, size));
71 return (inet_net_ntop_ipv6(src, bits, dst, size));
80 * inet_net_ntop_ipv4(src, bits, dst, size)
92 inet_net_ntop_ipv4(src, bits, dst, size)
94 int bits;
171 inet_net_ntop_ipv6(const u_char *src, int bits, char *dst, size_t size) argument
[all...]
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-types.h42 * vBIT(val, loc, sz) - set bits at offset
48 * bVALx(bits, loc) - Get the value of x bits at location
50 #define bVAL1(bits, loc) ((((u64)bits) >> (64-(loc+1))) & 0x1)
51 #define bVAL2(bits, loc) ((((u64)bits) >> (64-(loc+2))) & 0x3)
52 #define bVAL3(bits, loc) ((((u64)bits) >> (64-(loc+3))) & 0x7)
53 #define bVAL4(bits, lo
[all...]
/freebsd-10.0-release/lib/libz/
H A Dinffast.c46 state->bits < 8
56 - The maximum input bits used by a length/distance pair is 15 bits for the
57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
85 unsigned bits; /* local strm->bits */ local
91 unsigned op; /* code bits, operatio
[all...]
H A Dinftrees.h14 table that indexes more bits of the code. op indicates whether
17 pointer, the low four bits of op is the number of index bits of
18 that table. For a length or distance, the low four bits of op
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
25 unsigned char op; /* operation, extra bits, table bits */
26 unsigned char bits; /* bit member in struct:__anon5721
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c48 state->bits < 8
58 - The maximum input bits used by a length/distance pair is 15 bits for the
59 length code, 5 bits for the length extra, 15 bits for the distance code,
60 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
87 unsigned bits; /* local strm->bits */ local
93 unsigned op; /* code bits, operatio
[all...]
H A Dinftrees.h16 table that indexes more bits of the code. op indicates whether
19 pointer, the low four bits of op is the number of index bits of
20 that table. For a length or distance, the low four bits of op
21 is the number of extra bits to get after the code. bits is
22 the number of bits in this code or part of the code to drop off
27 unsigned char op; /* operation, extra bits, table bits */
28 unsigned char bits; /* bit member in struct:__anon6481
[all...]
/freebsd-10.0-release/contrib/gdtoa/
H A Dg_xLfmt.c59 ULong bits[2], *L, sign; local
74 bits[1] = L[_1];
75 bits[0] = L[_2];
79 if (bits[0] | bits[1])
91 else if (bits[0] | bits[1]) {
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xfmt.c63 ULong bits[2], sign; local
79 bits[1] = (L[_1] << 16) | L[_2];
80 bits[0] = (L[_3] << 16) | L[_4];
84 if (bits[0] | bits[1])
96 else if (bits[0] | bits[1]) {
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dstrtodnrp.c33 /* require setting the precision control to 53 bits. */
48 ULong bits[2]; local
53 k = strtodg(s, sp, &fpi, &exp, bits);
61 u.L[_1] = bits[0];
62 u.L[_0] = (bits[1] & ~0x100000) | ((exp + 0x3ff + 52) << 20);
66 u.L[_1] = bits[0];
67 u.L[_0] = bits[1];
81 u.L[_0] = 0x7ff00000 | bits[1];
82 u.L[_1] = bits[0];
H A Dstrtorf.c36 ULtof(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
38 ULtof(ULong *L, ULong *bits, Long exp, int k)
49 L[0] = (bits[0] & 0x7fffff) | ((exp + 0x7f + 23) << 23);
53 L[0] = bits[0];
76 ULong bits[1]; local
86 k = strtodg(s, sp, fpi, &exp, bits);
87 ULtof((ULong*)f, bits, exp, k);
H A DstrtorxL.c52 ULtoxL(L, bits, exp, k) ULong *L; ULong *bits; Long exp; int k;
54 ULtoxL(ULong *L, ULong *bits, Long exp, int k)
67 L[_1] = bits[1];
68 L[_2] = bits[0];
95 ULong bits[2]; local
105 k = strtodg(s, sp, fpi, &exp, bits);
106 ULtoxL((ULong*)L, bits, exp, k);
H A Dstrtorx.c58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k;
60 ULtox(UShort *L, ULong *bits, Long exp, int k)
76 L[_4] = (UShort)bits[0];
77 L[_3] = (UShort)(bits[0] >> 16);
78 L[_2] = (UShort)bits[1];
79 L[_1] = (UShort)(bits[1] >> 16);
84 L[_4] = (UShort)bits[0];
85 L[_3] = (UShort)(bits[0] >> 16);
86 L[_2] = (UShort)bits[
117 ULong bits[2]; local
[all...]
/freebsd-10.0-release/contrib/libstdc++/config/cpu/generic/atomicity_builtins/
H A Datomicity.h35 #include <bits/c++config.h>
36 #include <bits/atomic_word.h>
/freebsd-10.0-release/contrib/libstdc++/include/backward/
H A Dheap.h59 #include <bits/c++config.h>
60 #include <bits/stl_heap.h>
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A Dcmll_utl.c57 int Camellia_set_key(const unsigned char *userKey, const int bits, argument
63 return private_Camellia_set_key(userKey, bits, key);
/freebsd-10.0-release/sys/ia64/disasm/
H A Ddisasm_extract.c99 uint64_t bits = i->i_bits; local
101 switch (FIELD(bits, 33, 2)) { /* bwh */
116 if (FIELD(bits, 12, 1)) /* ph */
121 if (FIELD(bits, 35, 1)) /* dh */
130 uint64_t bits = i->i_bits; local
132 switch (FIELD(bits, 3, 2)) { /* ipwh, indwh */
147 if (FIELD(bits, 5, 1)) /* ph */
152 switch (FIELD(bits, 0, 3)) { /* pvec */
179 if (FIELD(bits, 35, 1)) /* ih */
1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, argument
1823 imm(uint64_t bits, int sign, int o, int l) argument
1833 s_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) argument
1840 u_imm(struct asm_inst *i, int op, uint64_t bits, int o, int l) argument
1847 vimm(uint64_t bits, int sign, va_list ap) argument
1864 s_immf(struct asm_inst *i, int op, uint64_t bits, ...) argument
1874 u_immf(struct asm_inst *i, int op, uint64_t bits, ...) argument
1884 disp(struct asm_inst *i, int op, uint64_t bits, ...) argument
1901 asm_extract(enum asm_op op, enum asm_fmt fmt, uint64_t bits, struct asm_bundle *b, int slot) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDisassembler.cpp48 unsigned bits; local
50 bits = 32;
52 bits = 64;
59 ud_set_mode(&ud_obj, bits);
64 << std::setw(bits/4);

Completed in 215 milliseconds

1234567891011>>