Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 854) sorted by relevance

12345678910>>...35

/freebsd-12.1/lib/libusb/
H A Dlibusb20_desc.c351 uint8_t temp; in libusb20_me_encode() local
583 uint8_t temp; in libusb20_me_decode() local
587 temp = 0; in libusb20_me_decode()
606 temp = 0; in libusb20_me_decode()
626 temp = 0; in libusb20_me_decode()
649 temp = 0; in libusb20_me_decode()
706 temp = 0; in libusb20_me_decode()
720 temp = 0; in libusb20_me_decode()
726 temp = 0; in libusb20_me_decode()
781 buf += temp; in libusb20_me_decode()
[all …]
H A Dlibusb20_ugen20.c114 temp *= 10; in ugen20_path_convert_one()
521 int temp; in ugen20_get_config_index() local
601 int temp; in ugen20_set_power_mode() local
631 int temp; in ugen20_get_power_mode() local
663 int temp; in ugen20_get_power_usage() local
781 } temp; in ugen20_tr_open() local
787 memset(&temp, 0, sizeof(temp)); in ugen20_tr_open()
825 memset(&temp, 0, sizeof(temp)); in ugen20_tr_close()
840 memset(&temp, 0, sizeof(temp)); in ugen20_tr_clear_stall_sync()
858 memset(&temp, 0, sizeof(temp)); in ugen20_tr_submit()
[all …]
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.c115 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-12.1/sys/dev/usb/controller/
H A Dmusb_otg.c297 uint8_t temp; in musbotg_pull_common() local
334 uint8_t temp; in musbotg_suspend_host() local
349 uint8_t temp; in musbotg_wakeup_host() local
374 uint8_t temp; in musbotg_wakeup_peer() local
718 if (temp) { in musbotg_dev_ctrl_data_rx()
2513 temp.short_pkt = temp.len ? 1 : 0; in musbotg_setup_standard_chain()
2598 temp.offset += temp.len; in musbotg_setup_standard_chain()
2930 temp = 0; in musbotg_clear_stall_sub()
2991 temp = 0; in musbotg_clear_stall_sub()
3213 for (temp = 1; temp <= sc->sc_ep_max; temp++) { in musbotg_init()
[all …]
H A Dxhci.c467 if (!temp) in xhci_start_controller()
470 if (temp) { in xhci_start_controller()
506 if (temp) in xhci_halt_controller()
510 if (!temp) { in xhci_halt_controller()
532 if (!temp) in xhci_reset_controller()
536 if (temp) { in xhci_reset_controller()
1759 if (temp->len % temp->max_packet_size) { in xhci_setup_generic_chain_sub()
1844 usbd_get_page(temp->pc, temp->offset + in xhci_setup_generic_chain_sub()
2135 temp.shortpkt = temp.len ? 1 : 0; in xhci_setup_generic_chain()
2234 temp.isoc_frame += temp.isoc_delta; in xhci_setup_generic_chain()
[all …]
H A Ddwc_otg.c174 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()
477 uint32_t temp; in dwc_otg_update_host_frame_interval()
484 temp /= 125; in dwc_otg_update_host_frame_interval()
495 temp *= 125; in dwc_otg_update_host_frame_interval()
3186 temp.short_pkt = temp.len ? 1 : 0; in dwc_otg_setup_standard_chain()
3259 temp.offset += temp.len; in dwc_otg_setup_standard_chain()
[all …]
H A Davr32dci.c177 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()
281 uint32_t temp; in avr32dci_setup_rx() local
356 uint32_t temp; in avr32dci_data_rx() local
791 temp.short_pkt = temp.len ? 1 : 0; in avr32dci_setup_standard_chain()
852 temp.offset += temp.len; in avr32dci_setup_standard_chain()
[all …]
H A Duss820dci.c169 uint8_t temp; in uss820dci_update_shared_1() local
199 uint8_t temp; in uss820dci_pull_up() local
218 uint8_t temp; in uss820dci_pull_down() local
256 uint8_t temp; in uss820dci_setup_rx() local
923 temp.short_pkt = temp.len ? 1 : 0; in uss820dci_setup_standard_chain()
981 temp.offset += temp.len; in uss820dci_setup_standard_chain()
1024 td = temp.td; in uss820dci_setup_standard_chain()
1047 uint8_t temp; in uss820dci_intr_set() local
1275 uint8_t temp; in uss820dci_set_stall() local
1307 uint8_t temp; in uss820dci_clear_stall_sub() local
[all …]
H A Dsaf1761_otg.c201 uint16_t temp; in saf1761_otg_wakeup_peer() local
439 uint32_t temp; in saf1761_host_setup_tx() local
505 uint32_t temp; in saf1761_host_bulk_data_rx() local
630 uint32_t temp; in saf1761_host_bulk_data_tx() local
717 uint32_t temp; in saf1761_host_intr_data_rx() local
794 temp = 0; in saf1761_host_intr_data_rx()
888 temp = 0; in saf1761_host_intr_data_tx()
985 temp = 0; in saf1761_host_isoc_data_rx()
1808 temp.short_pkt = temp.len ? 1 : 0; in saf1761_otg_setup_standard_chain()
1907 temp.offset += temp.len; in saf1761_otg_setup_standard_chain()
[all …]
H A Datmegadci.c220 uint8_t temp; in atmegadci_wakeup_peer() local
252 uint8_t temp; in atmegadci_setup_rx() local
337 uint8_t temp; in atmegadci_data_rx() local
452 uint8_t temp; in atmegadci_data_tx() local
535 uint8_t temp; in atmegadci_data_tx_sync() local
741 uint8_t temp; in atmegadci_interrupt() local
824 temp.short_pkt = temp.len ? 1 : 0; in atmegadci_setup_standard_chain()
886 temp.offset += temp.len; in atmegadci_setup_standard_chain()
932 td = temp.td; in atmegadci_setup_standard_chain()
1154 uint8_t temp; in atmegadci_clear_stall_sub() local
[all …]
/freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c177 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 Dxz_dec_bcj.c75 } 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-12.1/contrib/wpa/src/crypto/
H A Daes-internal.c782 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-12.1/contrib/gperf/src/
H A Dsearch.cc139 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare() local
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare() local
168 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in prepare() local
220 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_tuple() local
228 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in delete_selchars() local
247 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in count_duplicates_tuple() local
578 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in init_selchars_multiset() local
599 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in count_duplicates_multiset() local
823 for (temp = _head; temp; temp = temp->rest()) in prepare_asso_values()
984 for (KeywordExt_List *temp = _head; temp; temp = temp->rest()) in compute_partition() local
[all …]
/freebsd-12.1/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h50 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-12.1/lib/libedit/
H A Dfilecomplete.c78 char *temp; in fn_tilde_expand() local
92 temp = el_malloc(len * sizeof(*temp)); in fn_tilde_expand()
127 temp = el_malloc(len * sizeof(*temp)); in fn_tilde_expand()
132 return temp; in fn_tilde_expand()
150 char *temp; in fn_filename_completion_function() local
155 if (temp) { in fn_filename_completion_function()
157 temp++; in fn_filename_completion_function()
251 temp = el_malloc(len * sizeof(*temp)); in fn_filename_completion_function()
261 return temp; in fn_filename_completion_function()
425 Char *temp; in fn_complete() local
[all …]
/freebsd-12.1/sys/dev/usb/template/
H A Dusb_template.c212 if (temp->buf) { in usb_make_raw_desc()
213 dst = USB_ADD_BYTES(temp->buf, temp->size); in usb_make_raw_desc()
256 temp->size += len; in usb_make_raw_desc()
318 if (temp->buf) { in usb_make_endpoint_desc()
426 if (temp->buf) { in usb_make_interface_desc()
479 if (temp->buf) { in usb_make_config_desc()
541 if (temp->buf) { in usb_make_device_desc()
647 uint16_t temp; in usb_hw_ep_find_match() local
770 uint16_t temp; in usb_hw_ep_get_needs() local
823 if (temp == 1) { in usb_hw_ep_get_needs()
[all …]
/freebsd-12.1/lib/msun/src/
H A De_jn.c57 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-12.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c831 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-12.1/contrib/gdb/gdb/
H A Djv-lang.c211 data_addr = VALUE_ADDRESS (temp) + VALUE_OFFSET (temp) in get_java_utf8_name()
283 temp = clas; in type_from_class()
290 temp = clas; in type_from_class()
354 temp = clas; in java_link_class_type()
369 temp = clas; in java_link_class_type()
373 temp = clas; in java_link_class_type()
433 temp = clas; in java_link_class_type()
476 temp = field; in java_link_class_type()
485 temp = clas; in java_link_class_type()
503 temp = clas; in java_link_class_type()
[all …]
/freebsd-12.1/contrib/ntp/libntp/
H A Drefidsmear.c20 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-12.1/crypto/openssl/crypto/bn/
H A Drsaz_exp.c272 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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-tim.c92 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-12.1/sys/dev/amdtemp/
H A Damdtemp.c588 int32_t auxtemp[2], temp; in amdtemp_sysctl() local
617 uint32_t mask, offset, temp; in amdtemp_gettemp0f() local
629 temp |= AMDTEMP_TTSR_SELCORE; in amdtemp_gettemp0f()
637 temp |= AMDTEMP_TTSR_SELCORE; in amdtemp_gettemp0f()
645 temp = ((temp >> 14) & mask) * 5 / 2; in amdtemp_gettemp0f()
648 return (temp); in amdtemp_gettemp0f()
654 uint32_t temp; in amdtemp_decode_fam10h_to_16h() local
671 return (temp); in amdtemp_decode_fam10h_to_16h()
678 uint32_t temp; in amdtemp_gettemp() local
700 uint32_t temp, val; in amdtemp_gettemp17h() local
[all …]
/freebsd-12.1/usr.sbin/vidcontrol/
H A Ddecode.c45 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()

12345678910>>...35