Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 150) sorted by relevance

123456

/dragonfly/contrib/zlib-1.2/
H A Dinffast.c94 hold = state->hold;
105 hold += (unsigned long)(*in++) << bits;
107 hold += (unsigned long)(*in++) << bits;
110 here = lcode[hold & lmask];
113 hold >>= op;
131 hold >>= op;
141 here = dcode[hold & dmask];
144 hold >>= op;
166 hold >>= op;
296 hold &= (1U << bits) - 1;
[all …]
H A Dinflate.c135 state->hold = 0;
257 state->hold = 0;
482 hold = state->hold; \
493 state->hold = hold; \
500 hold = 0; \
524 ((unsigned)hold & ((1U << (n)) - 1))
529 hold >>= (n); \
536 hold >>= bits & 7; \
708 state->flags = (int)(hold);
890 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
H A Dinfback.c134 hold = state->hold; \
145 state->hold = hold; \
152 hold = 0; \
176 hold += (unsigned long)(*next++) << bits; \
191 ((unsigned)hold & ((1U << (n)) - 1))
196 hold >>= (n); \
203 hold >>= bits & 7; \
261 unsigned long hold; /* bit buffer */ local
284 hold = 0;
330 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) {
[all …]
/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inffast.c111 hold = state->hold; in inflate_fast()
122 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
124 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
127 here = lcode[hold & lmask]; in inflate_fast()
130 hold >>= op; in inflate_fast()
148 hold >>= op; in inflate_fast()
158 here = dcode[hold & dmask]; in inflate_fast()
161 hold >>= op; in inflate_fast()
183 hold >>= op; in inflate_fast()
313 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
H A Dhammer2_zlib_inflate.c129 state->hold = 0; in inflateResetKeep()
223 state->hold = 0; in inflatePrime()
229 state->hold += value << state->bits; in inflatePrime()
415 hold = state->hold; \
426 state->hold = hold; \
433 hold = 0; \
457 ((unsigned)hold & ((1U << (n)) - 1))
462 hold >>= (n); \
469 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ in inflate() local
[all …]
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inffast.c111 hold = state->hold; in inflate_fast()
122 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
124 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
127 here = lcode[hold & lmask]; in inflate_fast()
130 hold >>= op; in inflate_fast()
148 hold >>= op; in inflate_fast()
158 here = dcode[hold & dmask]; in inflate_fast()
161 hold >>= op; in inflate_fast()
183 hold >>= op; in inflate_fast()
313 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
H A Dhammer2_zlib_inflate.c129 state->hold = 0; in inflateResetKeep()
223 state->hold = 0; in inflatePrime()
229 state->hold += value << state->bits; in inflatePrime()
415 hold = state->hold; \
426 state->hold = hold; \
433 hold = 0; \
457 ((unsigned)hold & ((1U << (n)) - 1))
462 hold >>= (n); \
469 hold >>= bits & 7; \
562 unsigned long hold; /* bit buffer */ in inflate() local
[all …]
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_inffast.c111 hold = state->hold; in inflate_fast()
122 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
124 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast()
127 here = lcode[hold & lmask]; in inflate_fast()
130 hold >>= op; in inflate_fast()
148 hold >>= op; in inflate_fast()
158 here = dcode[hold & dmask]; in inflate_fast()
161 hold >>= op; in inflate_fast()
183 hold >>= op; in inflate_fast()
313 hold &= (1U << bits) - 1; in inflate_fast()
[all …]
H A Dhammer2_zlib_inflate.c124 state->hold = 0; in inflateResetKeep()
218 state->hold = 0; in inflatePrime()
224 state->hold += value << state->bits; in inflatePrime()
410 hold = state->hold; \
421 state->hold = hold; \
428 hold = 0; \
452 ((unsigned)hold & ((1U << (n)) - 1))
457 hold >>= (n); \
464 hold >>= bits & 7; \
557 unsigned long hold; /* bit buffer */ in inflate() local
[all …]
/dragonfly/sys/dev/raid/asr/
H A Ddptalign.h196 = osdLocal2(&hold); \
202 = osdLocal2(&hold); \
208 = osdSLocal2(&hold); \
218 { unsigned DPT_4_BYTES hold = z; \
221 = (unsigned short)hold; \
225 { unsigned DPT_4_BYTES hold = z; \
239 { unsigned DPT_4_BYTES hold = z; \
242 = (unsigned short)hold; \
265 = osdLocal4(&hold); \
272 = osdLocal4(&hold); \
[all …]
/dragonfly/contrib/binutils-2.27/gas/
H A Dstabs.c513 char *hold; in generate_asm_file() local
528 hold = input_line_pointer; in generate_asm_file()
569 input_line_pointer = hold; in generate_asm_file()
579 char *hold; in stabs_generate_asm_lineno() local
593 hold = input_line_pointer; in stabs_generate_asm_lineno()
645 input_line_pointer = hold; in stabs_generate_asm_lineno()
657 char *hold = input_line_pointer; in stabs_generate_asm_func() local
676 input_line_pointer = hold; in stabs_generate_asm_func()
688 char *hold = input_line_pointer; in stabs_generate_asm_endfunc() local
702 input_line_pointer = hold; in stabs_generate_asm_endfunc()
H A Dcond.c379 struct conditional_frame *hold; in s_endif() local
393 hold = current_cframe; in s_endif()
395 obstack_free (&cond_obstack, hold); in s_endif()
570 struct conditional_frame *hold; in cond_exit_macro() local
572 hold = current_cframe; in cond_exit_macro()
574 obstack_free (&cond_obstack, hold); in cond_exit_macro()
/dragonfly/contrib/cryptsetup/po/
H A Dremove-potcdate.sin5 # pattern is achieved by looking at the hold space.
8 # Test if the hold space is empty.
16 # The hold space was nonempty. Following occurrences. Do nothing.
H A Dinsert-header.sin6 # occurrences is achieved by looking at the hold space.
9 # Test if the hold space is empty.
20 # The hold space was nonempty. Following occurrences. Do nothing.
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_b64encode.c53 unsigned char hold[LBYTES]; member
227 state->hold[state->hold_len++] = *p++; in archive_filter_b64encode_write()
232 la_b64_encode(&state->encoded_buff, state->hold, LBYTES); in archive_filter_b64encode_write()
241 memcpy(state->hold, p, length); in archive_filter_b64encode_write()
267 la_b64_encode(&state->encoded_buff, state->hold, state->hold_len); in archive_filter_b64encode_close()
H A Darchive_write_add_filter_uuencode.c53 unsigned char hold[LBYTES]; member
218 state->hold[state->hold_len++] = *p++; in archive_filter_uuencode_write()
223 uu_encode(&state->encoded_buff, state->hold, LBYTES); in archive_filter_uuencode_write()
232 memcpy(state->hold, p, length); in archive_filter_uuencode_write()
258 uu_encode(&state->encoded_buff, state->hold, state->hold_len); in archive_filter_uuencode_close()
/dragonfly/contrib/cvs-1.12/src/
H A Dignore.c110 ign_add_file (char *file, int hold) in ign_add_file() argument
132 if (hold) in ign_add_file()
159 ign_add (line, hold); in ign_add_file()
171 ign_add (char *ign, int hold) in ign_add() argument
202 if (!hold) in ign_add()
/dragonfly/contrib/binutils-2.34/gas/
H A Dcond.c383 struct conditional_frame *hold; in s_endif() local
397 hold = current_cframe; in s_endif()
399 obstack_free (&cond_obstack, hold); in s_endif()
576 struct conditional_frame *hold; in cond_exit_macro() local
578 hold = current_cframe; in cond_exit_macro()
580 obstack_free (&cond_obstack, hold); in cond_exit_macro()
/dragonfly/sbin/ping/
H A Dping.c553 hold = 1; in main()
555 setsockopt(s, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main()
556 sizeof(hold)); in main()
558 setsockopt(s, SOL_SOCKET, SO_DONTROUTE, (char *)&hold, in main()
559 sizeof(hold)); in main()
571 setsockopt(s, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold)); in main()
659 hold = IP_MAXPACKET + 128; in main()
660 setsockopt(s, SOL_SOCKET, SO_RCVBUF, (char *)&hold, in main()
661 sizeof(hold)); in main()
663 setsockopt(s, SOL_SOCKET, SO_SNDBUF, (char *)&hold, in main()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dstabs.c1374 hold = *pp; in parse_stab_type()
1388 *pp = hold; in parse_stab_type()
3122 hold = *pp; in parse_stab_tilde_field()
4043 hold = NULL; in stab_demangle_signature()
4050 hold = *pp; in stab_demangle_signature()
4055 hold = NULL; in stab_demangle_signature()
4080 hold = NULL; in stab_demangle_signature()
4086 hold = NULL; in stab_demangle_signature()
4100 hold = NULL; in stab_demangle_signature()
5144 name = savestring (hold, *pp - hold); in stab_demangle_fund_type()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dstabs.c1334 hold = *pp; in parse_stab_type()
1348 *pp = hold; in parse_stab_type()
3011 hold = *pp; in parse_stab_tilde_field()
3922 hold = NULL; in stab_demangle_signature()
3929 hold = *pp; in stab_demangle_signature()
3934 hold = NULL; in stab_demangle_signature()
3959 hold = NULL; in stab_demangle_signature()
3965 hold = NULL; in stab_demangle_signature()
3979 hold = NULL; in stab_demangle_signature()
5023 name = savestring (hold, *pp - hold); in stab_demangle_fund_type()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldelf.c2039 for (ho = hold; ho < hold + sizeof (hold) / sizeof (hold[0]); ++ho) in ldelf_place_orphan()
2055 os = hold[orphan_text].os; in ldelf_place_orphan()
2086 place = &hold[orphan_nonalloc]; in ldelf_place_orphan()
2093 place = &hold[orphan_interp]; in ldelf_place_orphan()
2095 place = &hold[orphan_bss]; in ldelf_place_orphan()
2097 place = &hold[orphan_sdata]; in ldelf_place_orphan()
2099 place = &hold[orphan_tdata]; in ldelf_place_orphan()
2101 place = &hold[orphan_data]; in ldelf_place_orphan()
2106 place = &hold[orphan_rel]; in ldelf_place_orphan()
2108 place = &hold[orphan_rodata]; in ldelf_place_orphan()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-pim.c170 u_int hold; in pimv1_join_prune_print() local
173 hold = GET_BE_U_2(bp + 6); in pimv1_join_prune_print()
174 if (hold != 180) { in pimv1_join_prune_print()
176 unsigned_relts_print(ndo, hold); in pimv1_join_prune_print()
354 u_int hold; in cisco_autorp_print() local
376 hold = GET_BE_U_2(bp + 2); in cisco_autorp_print()
377 if (hold) in cisco_autorp_print()
/dragonfly/lib/libc/stdio/
H A Dprintf-pos.c194 int hold = types->nextarg; in addaster() local
198 types->nextarg = hold; in addaster()
220 int hold = types->nextarg; in addwaster() local
224 types->nextarg = hold; in addwaster()
/dragonfly/contrib/gdb-7/gdb/
H A Dprobe.c81 char *hold = p + 1; in parse_probes() local
84 p = strchr (hold, ':'); in parse_probes()
89 name = hold; in parse_probes()
96 provider = hold; in parse_probes()

123456