Searched defs:bits (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/web-agents-v4/zlib/
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:__anon117
[all...]
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 Dinfback.c92 unsigned sym, bits; local
103 bits = 9;
104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
110 bits = 5;
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
135 bits = state->bits; \
146 state->bits = bits; \
153 bits
262 unsigned bits; /* bits in bit buffer */ local
[all...]
H A Dinflate.c30 * - Add comments on state->bits assertion in inffast.c
121 state->bits = 0;
166 /* set number of window bits, free window if different */
230 int ZEXPORT inflatePrime(strm, bits, value)
232 int bits;
239 if (bits < 0) {
241 state->bits = 0;
244 if (bits > 16 || state->bits + bits > 3
271 unsigned sym, bits; local
614 unsigned bits; /* bits in bit buffer */ local
[all...]
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
99 unsigned bits; /* number of bits in "in" */ member in struct:inflate_state
104 unsigned extra; /* extra bits needed */
108 unsigned lenbits; /* index bits for lencode */
109 unsigned distbits; /* index bits for distcode */
120 int back; /* bits back of last unprocessed length/lit */
H A Dtrees.c48 /* Bit length codes must not exceed MAX_BL_BITS bits */
54 /* repeat previous bit length 3-6 times (2 bits of repeat count) */
57 /* repeat a zero length 3-10 times (3 bits of repeat count) */
60 /* repeat a zero length 11-138 times (7 bits of repeat count) */
62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
95 * 5 bits.)
100 * 3 .. 258, the last 256 values correspond to the top 8 bits of
119 const intf *extra_bits; /* extra bits fo
239 int bits; /* bit counter */ local
500 int bits; /* bit length */ local
582 int bits; /* bit index */ local
[all...]
/forgerock/web-agents-v4/tests/
H A Dtest_notenforced_lists.c61 * address and then to exactly the same binary with no bits masked. This checks that the masking is correct.
68 int bits, ctl_bits; local
70 bits = ipv6_pton(p, &addr);
71 if (bits != -1)
84 if (bits != ctl_bits)
96 if (bits != -1 && ctl_bits != -1)
112 assert_int_equal(expected, bits);
/forgerock/web-agents-v4/source/
H A Dip.c113 * Modify the binary address to set only the network mask bits
115 static void ipv6_set_mask(struct in6_addr * n, int bits) { argument
116 int quads = bits >> 5; /* number of whole quads masked = bits/32 */
117 int remainder = bits & 0x1F; /* number of bits masked in the subsequent quad = bits%32 */
127 * Modify the binary address to set only the network mask bits
129 static void ipv4_set_mask(struct in_addr * n, int bits) { argument
130 n->s_addr &= htonl(0xFFFFFFFFu << (32 - bits));
202 cidr_match(const struct in_addr * addr, const struct in_addr * net, int bits) argument
224 cidr6_match(const struct in6_addr * addr, const struct in6_addr * net, int bits) argument
404 int bits; local
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jar ... int) com.google.zxing.common.BitMatrix bits com.google.zxing.ResultPoint[] points boolean compact ...
/forgerock/opendj2/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... int i byte[] foo public byte[] getMPIntBits () byte[] bar int bits int bytes byte[] foo public byte[] getString () int i byte ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... int i byte[] foo public byte[] getMPIntBits () byte[] bar int bits int bytes byte[] foo public byte[] getString () int i byte ...
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... int i byte[] foo public byte[] getMPIntBits () byte[] bar int bits int bytes byte[] foo public byte[] getString () int i byte ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... int i byte[] foo public byte[] getMPIntBits () byte[] bar int bits int bytes byte[] foo public byte[] getString () int i byte ...
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dantlr-runtime-3.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c2981 /* The upper 5 bits are known at this point. */
3916 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks);
4202 static BOOL check_class_ranges(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) argument
4209 bit = bits[0] & 0x1;
4210 /* All bits will be zero or one (since bit is zero or one). */
4216 if ((i & 0x7) == 0 && bits[byte] == all)
4220 cbit = (bits[byte] >> (i & 0x7)) & 0x1;
4245 bit = bits[0] & 0x1;
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
H A Dantlr-runtime.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/runtime/ org/antlr/runtime/misc/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 133 milliseconds

12