| /freebsd-12-stable/sys/contrib/zlib/ |
| D | inffast.c | 67 unsigned long hold; /* local strm->hold */ local 94 hold = state->hold; 105 hold += (unsigned long)(*in++) << bits; 107 hold += (unsigned long)(*in++) << bits; 110 here = lcode + (hold & lmask); 113 hold >>= op; 127 hold += (unsigned long)(*in++) << bits; 130 len += (unsigned)hold & ((1U << op) - 1); 131 hold >>= op; 136 hold += (unsigned long)(*in++) << bits; [all …]
|
| D | inflate.c | 136 state->hold = 0; 260 state->hold = 0; 266 state->hold += (unsigned)value << state->bits; 485 hold = state->hold; \ 496 state->hold = hold; \ 503 hold = 0; \ 513 hold += (unsigned long)(*next++) << bits; \ 527 ((unsigned)hold & ((1U << (n)) - 1)) 532 hold >>= (n); \ 539 hold >>= bits & 7; \ [all …]
|
| D | infback.c | 135 hold = state->hold; \ 146 state->hold = hold; \ 153 hold = 0; \ 177 hold += (unsigned long)(*next++) << bits; \ 192 ((unsigned)hold & ((1U << (n)) - 1)) 197 hold >>= (n); \ 204 hold >>= bits & 7; \ 262 unsigned long hold; /* bit buffer */ local 285 hold = 0; 331 if ((hold & 0xffff) != ((hold >> 16) ^ 0xffff)) { [all …]
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | stabs.c | 513 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() 656 char *hold = input_line_pointer; in stabs_generate_asm_func() local 675 input_line_pointer = hold; in stabs_generate_asm_func() 687 char *hold = input_line_pointer; in stabs_generate_asm_endfunc() local 700 input_line_pointer = hold; in stabs_generate_asm_endfunc()
|
| D | cond.c | 380 struct conditional_frame *hold; in s_endif() local 394 hold = current_cframe; in s_endif() 396 obstack_free (&cond_obstack, hold); in s_endif() 571 struct conditional_frame *hold; in cond_exit_macro() local 573 hold = current_cframe; in cond_exit_macro() 575 obstack_free (&cond_obstack, hold); in cond_exit_macro()
|
| D | cgen.c | 364 char * volatile hold; local 368 static char *hold; 389 hold = input_line_pointer; 398 input_line_pointer = (char *) hold; 409 input_line_pointer = hold;
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_write_add_filter_b64encode.c | 53 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()
|
| D | archive_write_add_filter_uuencode.c | 53 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()
|
| /freebsd-12-stable/sys/powerpc/mpc85xx/ |
| D | fsl_sata.c | 268 union ccb *hold[FSL_SATA_MAX_SLOTS]; member 1356 ch->hold[slot->slot] = ccb; in fsl_sata_end_transaction() 1404 if (ch->hold[i]) in fsl_sata_issue_recovery() 1413 if (ch->hold[i] == NULL) in fsl_sata_issue_recovery() 1415 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK; in fsl_sata_issue_recovery() 1416 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL; in fsl_sata_issue_recovery() 1417 fsl_sata_done(ch, ch->hold[i]); in fsl_sata_issue_recovery() 1418 ch->hold[i] = NULL; in fsl_sata_issue_recovery() 1424 ccb->ccb_h = ch->hold[i]->ccb_h; /* Reuse old header. */ in fsl_sata_issue_recovery() 1457 csio->data_ptr = (void *)&ch->hold[i]->csio.sense_data; in fsl_sata_issue_recovery() [all …]
|
| /freebsd-12-stable/sys/dev/siis/ |
| D | siis.c | 1339 ch->hold[slot->slot] = ccb; in siis_end_transaction() 1380 if (ch->hold[i]) in siis_issue_recovery() 1391 if (ch->hold[i] == NULL) in siis_issue_recovery() 1393 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK; in siis_issue_recovery() 1394 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL; in siis_issue_recovery() 1395 xpt_done(ch->hold[i]); in siis_issue_recovery() 1396 ch->hold[i] = NULL; in siis_issue_recovery() 1402 ccb->ccb_h = ch->hold[i]->ccb_h; /* Reuse old header. */ in siis_issue_recovery() 1435 csio->data_ptr = (void *)&ch->hold[i]->csio.sense_data; in siis_issue_recovery() 1436 csio->dxfer_len = ch->hold[i]->csio.sense_len; in siis_issue_recovery() [all …]
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | stabs.c | 1313 const char *hold; in parse_stab_type() local 1318 hold = *pp; in parse_stab_type() 1332 *pp = hold; in parse_stab_type() 2942 const char *hold; in parse_stab_tilde_field() local 2971 hold = *pp; in parse_stab_tilde_field() 2986 *pp = hold; in parse_stab_tilde_field() 3876 const char *hold; in stab_demangle_signature() local 3882 hold = NULL; in stab_demangle_signature() 3889 hold = *pp; in stab_demangle_signature() 3891 || ! stab_demangle_remember_type (minfo, hold, *pp - hold)) in stab_demangle_signature() [all …]
|
| /freebsd-12-stable/sbin/ping/ |
| D | ping.c | 249 int almost_done, ch, df, hold, i, icmp_len, mib[4], preload; in main() local 655 hold = 1; in main() 657 (void)setsockopt(ssend, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main() 658 sizeof(hold)); in main() 659 (void)setsockopt(srecv, SOL_SOCKET, SO_DEBUG, (char *)&hold, in main() 660 sizeof(hold)); in main() 663 (void)setsockopt(ssend, SOL_SOCKET, SO_DONTROUTE, (char *)&hold, in main() 664 sizeof(hold)); in main() 707 setsockopt(ssend, IPPROTO_IP, IP_HDRINCL, &hold, sizeof(hold)); in main() 831 hold = IP_MAXPACKET + 128; in main() [all …]
|
| /freebsd-12-stable/sys/dev/mvs/ |
| D | mvs.c | 1739 ch->hold[slot->slot] = ccb; in mvs_end_transaction() 1789 if (ch->hold[i]) in mvs_issue_recovery() 1798 if (ch->hold[i] == NULL) in mvs_issue_recovery() 1800 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK; in mvs_issue_recovery() 1801 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL; in mvs_issue_recovery() 1802 xpt_done(ch->hold[i]); in mvs_issue_recovery() 1803 ch->hold[i] = NULL; in mvs_issue_recovery() 1809 ccb->ccb_h = ch->hold[i]->ccb_h; /* Reuse old header. */ in mvs_issue_recovery() 1842 csio->data_ptr = (void *)&ch->hold[i]->csio.sense_data; in mvs_issue_recovery() 1843 csio->dxfer_len = ch->hold[i]->csio.sense_len; in mvs_issue_recovery() [all …]
|
| /freebsd-12-stable/sys/fs/devfs/ |
| D | devfs_vfsops.c | 178 int hold; in devfs_unmount() local 194 hold = --fmp->dm_holdcnt; in devfs_unmount() 199 if (hold == 0) in devfs_unmount()
|
| /freebsd-12-stable/sbin/camcontrol/ |
| D | epc.c | 143 int delayed_entry, int hold, int power_src, 526 int delayed_entry, int hold, int power_src, int restore_src) in epc_set_features() argument 549 (hold ? ATA_SF_EPC_GOTO_HOLD : 0); in epc_set_features() 622 int delayed_entry = 0, hold = 0; in epc() local 669 hold = 1; in epc() 842 delayed_entry, hold, power_src, restore_src); in epc()
|
| /freebsd-12-stable/usr.bin/sed/tests/ |
| D | math.sed | 29 # fill hold space with done token 213 # can we add or subtract -- note subtract hold expression for underflow 231 # look in hold space for stack to reduce 284 help, stack problem - the hold space
|
| /freebsd-12-stable/sys/dev/ahci/ |
| D | ahci.c | 2111 ch->hold[slot->slot] = ccb; in ahci_end_transaction() 2160 if (ch->hold[i]) in ahci_issue_recovery() 2169 if (ch->hold[i] == NULL) in ahci_issue_recovery() 2171 ch->hold[i]->ccb_h.status &= ~CAM_STATUS_MASK; in ahci_issue_recovery() 2172 ch->hold[i]->ccb_h.status |= CAM_RESRC_UNAVAIL; in ahci_issue_recovery() 2173 ahci_done(ch, ch->hold[i]); in ahci_issue_recovery() 2174 ch->hold[i] = NULL; in ahci_issue_recovery() 2180 ccb->ccb_h = ch->hold[i]->ccb_h; /* Reuse old header. */ in ahci_issue_recovery() 2213 csio->data_ptr = (void *)&ch->hold[i]->csio.sense_data; in ahci_issue_recovery() 2214 csio->dxfer_len = ch->hold[i]->csio.sense_len; in ahci_issue_recovery() [all …]
|
| /freebsd-12-stable/contrib/apr-util/dbd/ |
| D | apr_dbd_sqlite3.c | 95 char *hold = NULL; in dbd_sqlite3_select_internal() local 142 hold = (char *) sqlite3_column_text(stmt, i); in dbd_sqlite3_select_internal() 143 if (hold) { in dbd_sqlite3_select_internal() 144 column->value = apr_pstrmemdup(pool, hold, in dbd_sqlite3_select_internal() 149 hold = (char *) sqlite3_column_blob(stmt, i); in dbd_sqlite3_select_internal() 150 if (hold) { in dbd_sqlite3_select_internal() 151 column->value = apr_pstrmemdup(pool, hold, in dbd_sqlite3_select_internal()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-pim.c | 152 int hold; in pimv1_join_prune_print() local 155 hold = EXTRACT_16BITS(&bp[6]); in pimv1_join_prune_print() 156 if (hold != 180) { in pimv1_join_prune_print() 158 unsigned_relts_print(ndo, hold); in pimv1_join_prune_print() 350 int hold; in cisco_autorp_print() local 374 hold = EXTRACT_16BITS(&bp[2]); in cisco_autorp_print() 375 if (hold) in cisco_autorp_print()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_umountstress.sh | 64 touch ${TMPMP}/hold 65 exec 9< ${TMPMP}/hold
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | BIO_connect.pod | 87 will hold the error data and errno has the system error. 90 When an error has occurred, the OpenSSL error stack will hold the error 95 OpenSSL error stack will hold the error data and errno has the system
|
| /freebsd-12-stable/usr.sbin/bsdconfig/usermgmt/share/ |
| D | user_input.subr | 157 # not cancel or press ESC, the $var_to_set variable will hold the newly- 299 # not cancel or press ESC, the $var_to_set variable will hold the newly- 349 # press ESC, $var_to_set will hold the confirmed user entry. Otherwise, if the 441 # user does not cancel or press ESC, the $var_to_set variable will hold the 459 # cancel or press ESC, the $var_to_set variable will hold the newly-configured 477 # not cancel or press ESC, the $var_to_set variable will hold the newly- 495 # not cancel or press ESC, the $var_to_set variable will hold the newly- 514 # or press ESC, the $var_to_set variable will hold the newly-configured value 657 # cancel or press ESC, the $var_to_set variable will hold the newly-configured 799 # does not cancel or press ESC, the $var_to_set variable will hold the newly- [all …]
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | keystone-k2l-evm.dts | 70 ti,cs-read-hold-ns = <6>; 73 ti,cs-write-hold-ns = <8>;
|
| D | keystone-k2e-evm.dts | 97 ti,cs-read-hold-ns = <6>; 100 ti,cs-write-hold-ns = <8>;
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | printf-pos.c | 206 u_int hold = types->nextarg; in addaster() local 210 types->nextarg = hold; in addaster() 232 u_int hold = types->nextarg; in addwaster() local 236 types->nextarg = hold; in addwaster()
|