| /freebsd-13.1/lib/libusb/ |
| H A D | libusb20_desc.c | 355 uint8_t temp; in libusb20_me_encode() local 587 uint8_t temp; in libusb20_me_decode() local 591 temp = 0; in libusb20_me_decode() 610 temp = 0; in libusb20_me_decode() 630 temp = 0; in libusb20_me_decode() 653 temp = 0; in libusb20_me_decode() 710 temp = 0; in libusb20_me_decode() 724 temp = 0; in libusb20_me_decode() 730 temp = 0; in libusb20_me_decode() 785 buf += temp; in libusb20_me_decode() [all …]
|
| H A D | libusb20_ugen20.c | 115 temp *= 10; in ugen20_path_convert_one() 522 int temp; in ugen20_get_config_index() local 602 int temp; in ugen20_set_power_mode() local 632 int temp; in ugen20_get_power_mode() local 664 int temp; in ugen20_get_power_usage() local 805 } temp; in ugen20_tr_open() local 811 memset(&temp, 0, sizeof(temp)); in ugen20_tr_open() 849 memset(&temp, 0, sizeof(temp)); in ugen20_tr_close() 864 memset(&temp, 0, sizeof(temp)); in ugen20_tr_clear_stall_sync() 882 memset(&temp, 0, sizeof(temp)); in ugen20_tr_submit() [all …]
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx_93cx6.c | 115 uint8_t temp; in send_seeprom_cmd() local 125 temp ^= sd->sd_DO; in send_seeprom_cmd() 131 temp ^= sd->sd_DO; in send_seeprom_cmd() 141 uint8_t temp; in reset_seeprom() local 143 temp = sd->sd_MS; in reset_seeprom() 163 uint8_t temp; in ahc_read_seeprom() local 180 temp ^= sd->sd_DO; in ahc_read_seeprom() 186 temp ^= sd->sd_DO; in ahc_read_seeprom() 234 uint8_t temp; in ahc_write_seeprom() local 262 temp ^= sd->sd_DO; in ahc_write_seeprom() [all …]
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | aes-internal.c | 782 u32 temp; in rijndaelKeySetupEnc() local 791 temp = rk[3]; in rijndaelKeySetupEnc() 792 rk[4] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 793 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc() 807 temp = rk[5]; in rijndaelKeySetupEnc() 808 rk[6] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 809 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc() 827 rk[8] = rk[0] ^ TE421(temp) ^ TE432(temp) ^ in rijndaelKeySetupEnc() 828 TE443(temp) ^ TE414(temp) ^ RCON(i); in rijndaelKeySetupEnc() 835 rk[12] = rk[4] ^ TE411(temp) ^ TE422(temp) ^ in rijndaelKeySetupEnc() [all …]
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_stream.c | 177 if (s->temp.pos == s->temp.size) { in fill_temp() 498 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 509 if (dec_vli(s, s->temp.buf, &s->temp.pos, s->temp.size) in dec_block_header() 522 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 533 if (s->temp.buf[s->temp.pos++] != 0x00) in dec_block_header() 539 if (s->temp.size - s->temp.pos < 2) in dec_block_header() 543 if (s->temp.buf[s->temp.pos++] != 0x21) in dec_block_header() 547 if (s->temp.buf[s->temp.pos++] != 0x01) in dec_block_header() 551 if (s->temp.size - s->temp.pos < 1) in dec_block_header() 559 while (s->temp.pos < s->temp.size) in dec_block_header() [all …]
|
| H A D | xz_dec_bcj.c | 75 } temp; member 408 s->temp.size -= copy_size; in bcj_flush() 409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp.size); in bcj_flush() 449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) { in xz_dec_bcj_run() 451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size); in xz_dec_bcj_run() 471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size); in xz_dec_bcj_run() 495 b->out = s->temp.buf; in xz_dec_bcj_run() 509 bcj_apply(s, s->temp.buf, &s->temp.filtered, s->temp.size); in xz_dec_bcj_run() 517 s->temp.filtered = s->temp.size; in xz_dec_bcj_run() 568 s->temp.filtered = 0; in xz_dec_bcj_reset() [all …]
|
| /freebsd-13.1/sys/dev/usb/controller/ |
| H A D | musb_otg.c | 294 uint8_t temp; in musbotg_pull_common() local 331 uint8_t temp; in musbotg_suspend_host() local 346 uint8_t temp; in musbotg_wakeup_host() local 371 uint8_t temp; in musbotg_wakeup_peer() local 713 if (temp) { in musbotg_dev_ctrl_data_rx() 2486 temp.short_pkt = temp.len ? 1 : 0; in musbotg_setup_standard_chain() 2568 temp.offset += temp.len; in musbotg_setup_standard_chain() 2893 temp = 0; in musbotg_clear_stall_sub() 2953 temp = 0; in musbotg_clear_stall_sub() 3174 for (temp = 1; temp <= sc->sc_ep_max; temp++) { in musbotg_init() [all …]
|
| H A D | xhci.c | 488 if (!temp) in xhci_start_controller() 491 if (temp) { in xhci_start_controller() 527 if (temp) in xhci_halt_controller() 531 if (!temp) { in xhci_halt_controller() 553 if (!temp) in xhci_reset_controller() 557 if (temp) { in xhci_reset_controller() 1774 if (temp->len % temp->max_packet_size) { in xhci_setup_generic_chain_sub() 1857 usbd_get_page(temp->pc, temp->offset + in xhci_setup_generic_chain_sub() 2146 temp.shortpkt = temp.len ? 1 : 0; in xhci_setup_generic_chain() 2241 temp.isoc_frame += temp.isoc_delta; in xhci_setup_generic_chain() [all …]
|
| H A D | uss820dci.c | 167 uint8_t temp; in uss820dci_update_shared_1() local 197 uint8_t temp; in uss820dci_pull_up() local 216 uint8_t temp; in uss820dci_pull_down() local 254 uint8_t temp; in uss820dci_setup_rx() local 916 temp.short_pkt = temp.len ? 1 : 0; in uss820dci_setup_standard_chain() 971 temp.offset += temp.len; in uss820dci_setup_standard_chain() 1013 td = temp.td; in uss820dci_setup_standard_chain() 1036 uint8_t temp; in uss820dci_intr_set() local 1260 uint8_t temp; in uss820dci_set_stall() local 1292 uint8_t temp; in uss820dci_clear_stall_sub() local [all …]
|
| H A D | dwc_otg.c | 174 uint32_t temp; in dwc_otg_write_fifo() local 184 count -= temp; in dwc_otg_write_fifo() 224 uint32_t temp; in dwc_otg_read_fifo() local 277 uint32_t temp; in dwc_otg_tx_fifo_reset() local 283 for (temp = 0; temp != 16; temp++) { in dwc_otg_tx_fifo_reset() 474 uint32_t temp; in dwc_otg_update_host_frame_interval() 481 temp /= 125; in dwc_otg_update_host_frame_interval() 492 temp *= 125; in dwc_otg_update_host_frame_interval() 3164 temp.short_pkt = temp.len ? 1 : 0; in dwc_otg_setup_standard_chain() 3234 temp.offset += temp.len; in dwc_otg_setup_standard_chain() [all …]
|
| H A D | avr32dci.c | 177 uint32_t temp; in avr32dci_mod_ctrl() local 180 temp |= set; in avr32dci_mod_ctrl() 181 temp &= ~clear; in avr32dci_mod_ctrl() 188 uint32_t temp; in avr32dci_mod_ien() local 191 temp |= set; in avr32dci_mod_ien() 192 temp &= ~clear; in avr32dci_mod_ien() 279 uint32_t temp; in avr32dci_setup_rx() local 354 uint32_t temp; in avr32dci_data_rx() local 783 temp.short_pkt = temp.len ? 1 : 0; in avr32dci_setup_standard_chain() 841 temp.offset += temp.len; in avr32dci_setup_standard_chain() [all …]
|
| H A D | saf1761_otg.c | 200 uint16_t temp; in saf1761_otg_wakeup_peer() local 438 uint32_t temp; in saf1761_host_setup_tx() local 504 uint32_t temp; in saf1761_host_bulk_data_rx() local 629 uint32_t temp; in saf1761_host_bulk_data_tx() local 716 uint32_t temp; in saf1761_host_intr_data_rx() local 793 temp = 0; in saf1761_host_intr_data_rx() 887 temp = 0; in saf1761_host_intr_data_tx() 984 temp = 0; in saf1761_host_isoc_data_rx() 1804 temp.short_pkt = temp.len ? 1 : 0; in saf1761_otg_setup_standard_chain() 1900 temp.offset += temp.len; in saf1761_otg_setup_standard_chain() [all …]
|
| H A D | atmegadci.c | 216 uint8_t temp; in atmegadci_wakeup_peer() local 248 uint8_t temp; in atmegadci_setup_rx() local 333 uint8_t temp; in atmegadci_data_rx() local 448 uint8_t temp; in atmegadci_data_tx() local 530 uint8_t temp; in atmegadci_data_tx_sync() local 733 uint8_t temp; in atmegadci_interrupt() local 814 temp.short_pkt = temp.len ? 1 : 0; in atmegadci_setup_standard_chain() 873 temp.offset += temp.len; in atmegadci_setup_standard_chain() 917 td = temp.td; in atmegadci_setup_standard_chain() 1134 uint8_t temp; in atmegadci_clear_stall_sub() local [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/lz/ |
| H A D | lz_encoder_hash.h | 50 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \ 51 const uint32_t hash_2_value = temp & HASH_2_MASK; \ 56 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \ 57 const uint32_t hash_2_value = temp & HASH_2_MASK; \ 67 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \ 68 const uint32_t hash_2_value = temp & HASH_2_MASK; \ 95 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \ 96 const uint32_t hash_2_value = temp & HASH_2_MASK; \ 98 = (temp ^ ((uint32_t)(cur[2]) << 8)) & HASH_3_MASK 101 const uint32_t temp = hash_table[cur[0]] ^ cur[1]; \ [all …]
|
| /freebsd-13.1/contrib/libedit/ |
| H A D | filecomplete.c | 72 char *temp; in fn_tilde_expand() local 86 temp = el_calloc(len, sizeof(*temp)); in fn_tilde_expand() 120 temp = el_calloc(len, sizeof(*temp)); in fn_tilde_expand() 125 return temp; in fn_tilde_expand() 224 temp++; in escape_filename() 329 char *temp; in fn_filename_completion_function() local 334 if (temp) { in fn_filename_completion_function() 336 temp++; in fn_filename_completion_function() 429 temp = el_calloc(len, sizeof(*temp)); in fn_filename_completion_function() 439 return temp; in fn_filename_completion_function() [all …]
|
| /freebsd-13.1/lib/msun/src/ |
| H A D | e_jn.c | 57 double a, b, c, s, temp, di; in __ieee754_jn() local 106 temp = b; in __ieee754_jn() 108 a = temp; in __ieee754_jn() 119 temp = x*0.5; b = temp; in __ieee754_jn() 183 temp = b; in __ieee754_jn() 186 a = temp; in __ieee754_jn() 191 temp = b; in __ieee754_jn() 194 a = temp; in __ieee754_jn() 220 double a, b, c, s, temp; in __ieee754_yn() local 267 temp = b; in __ieee754_yn() [all …]
|
| /freebsd-13.1/sys/dev/usb/template/ |
| H A D | usb_template.c | 211 if (temp->buf) { in usb_make_raw_desc() 212 dst = USB_ADD_BYTES(temp->buf, temp->size); in usb_make_raw_desc() 255 temp->size += len; in usb_make_raw_desc() 317 if (temp->buf) { in usb_make_endpoint_desc() 425 if (temp->buf) { in usb_make_interface_desc() 478 if (temp->buf) { in usb_make_config_desc() 540 if (temp->buf) { in usb_make_device_desc() 646 uint16_t temp; in usb_hw_ep_find_match() local 768 uint16_t temp; in usb_hw_ep_get_needs() local 817 if (temp == 1) { in usb_hw_ep_get_needs() [all …]
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | refidsmear.c | 20 l_fp temp; in convertRefIDToLFP() local 26 temp.l_uf = (r << 10); /* 22 fractional bits */ in convertRefIDToLFP() 28 temp.l_ui = (r >> 22) & 0x3; in convertRefIDToLFP() 29 temp.l_ui |= ~(temp.l_ui & 2) + 1; in convertRefIDToLFP() 31 return temp; in convertRefIDToLFP() 38 uint32_t temp; in convertLFPToRefID() local 50 temp = (num.l_ui << 22) | (num.l_uf >> 10); in convertLFPToRefID() 53 temp |= UINT32_C(0xFE000000); in convertLFPToRefID() 57 return htonl(temp); in convertLFPToRefID()
|
| /freebsd-13.1/sys/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl_generic.c | 794 uint32_t temp; in rijndael_key_setup_enc() local 803 temp = rk[3]; in rijndael_key_setup_enc() 826 temp = rk[5]; in rijndael_key_setup_enc() 852 temp = rk[7]; in rijndael_key_setup_enc() 866 temp = rk[11]; in rijndael_key_setup_enc() 898 uint32_t temp; in rijndael_key_setup_dec() local 905 temp = rk[i]; in rijndael_key_setup_dec() 907 rk[j] = temp; in rijndael_key_setup_dec() 908 temp = rk[i + 1]; in rijndael_key_setup_dec() 910 rk[j + 1] = temp; in rijndael_key_setup_dec() [all …]
|
| /freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_paprd.c | 831 int temp; in ar9300_paprd_debug_print() local 837 temp = in ar9300_paprd_debug_print() 843 temp = in ar9300_paprd_debug_print() 849 temp = in ar9300_paprd_debug_print() 858 temp = in ar9300_paprd_debug_print() 864 temp = in ar9300_paprd_debug_print() 870 temp = in ar9300_paprd_debug_print() 876 temp = in ar9300_paprd_debug_print() 1199 temp = in ar9300_paprd_debug_print() 1204 temp = in ar9300_paprd_debug_print() [all …]
|
| /freebsd-13.1/crypto/openssl/crypto/bn/ |
| H A D | rsaz_exp.c | 272 temp[1] = ~m[1]; 273 temp[2] = ~m[2]; 274 temp[3] = ~m[3]; 275 temp[4] = ~m[4]; 276 temp[5] = ~m[5]; 277 temp[6] = ~m[6]; 296 rsaz_512_sqr(temp, temp, m, k0, 4); 297 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue & 0xf); 302 rsaz_512_sqr(temp, temp, m, k0, 4); 303 rsaz_512_mul_gather4(temp, temp, table, m, k0, wvalue >> 4); [all …]
|
| /freebsd-13.1/usr.sbin/vidcontrol/ |
| H A D | decode.c | 45 char temp[128]; in decode() local 50 if (!fgets(temp, sizeof(temp), fd)) in decode() 52 } while (strncmp(temp, "begin ", 6)); in decode() 53 sscanf(temp, "begin %o %s", (unsigned *)&n, temp); in decode() 56 if (!fgets(p = temp, sizeof(temp), fd)) in decode() 98 if (!fgets(temp, sizeof(temp), fd) || strcmp(temp, "end\n")) in decode()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-tim.c | 92 uint32_t temp; in cvmx_tim_setup() local 146 temp = (max_ticks * cvmx_tim.tick_cycles) >> cvmx_tim.bucket_shift; in cvmx_tim_setup() 149 temp -= 1; in cvmx_tim_setup() 150 temp = temp | (temp >> 1); in cvmx_tim_setup() 151 temp = temp | (temp >> 2); in cvmx_tim_setup() 152 temp = temp | (temp >> 4); in cvmx_tim_setup() 153 temp = temp | (temp >> 8); in cvmx_tim_setup() 154 temp = temp | (temp >> 16); in cvmx_tim_setup() 155 cvmx_tim.num_buckets = temp + 1; in cvmx_tim_setup()
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | cd9660.c | 178 cd9660node *temp = ecalloc(1, sizeof(*temp)); in cd9660_allocate_cd9660node() local 181 temp->parent = temp->dot_record = temp->dot_dot_record = NULL; in cd9660_allocate_cd9660node() 182 temp->ptnext = temp->ptprev = temp->ptlast = NULL; in cd9660_allocate_cd9660node() 186 temp->rr_real_parent = temp->rr_relocated = NULL; in cd9660_allocate_cd9660node() 762 temp = emalloc(sizeof(*temp)); in cd9660_setup_volume_descriptors() 778 temp = t; in cd9660_setup_volume_descriptors() 832 flag, strlen(temp), temp); in cd9660_translate_node_common() 1130 temp = i; in cd9660_rename_filename() 1133 temp = temp - digit * powers; in cd9660_rename_filename() 1976 temp->level = temp->parent->level + 1; in cd9660_create_virtual_entry() [all …]
|
| /freebsd-13.1/bin/sh/ |
| H A D | mktokens | 41 temp=`mktemp -t ka` 42 cat > $temp <<\! 72 nl=`wc -l $temp` 74 awk '{print "#define " $1 " " NR-1}' $temp 78 awk '{print "\t" $2 ","}' $temp 84 $temp 87 sed 's/"//g' $temp | awk ' 93 rm $temp
|