Searched refs:temp (Results 26 - 50 of 744) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-lang.c206 struct value *temp = name; local
209 temp = value_struct_elt (&temp, NULL, "length", NULL, "structure");
210 name_length = (int) value_as_long (temp);
211 data_addr = VALUE_ADDRESS (temp) + VALUE_OFFSET (temp)
212 + TYPE_LENGTH (VALUE_TYPE (temp));
251 struct value *temp; local
283 temp = clas;
284 sig = value_struct_elt (&temp, NUL
335 struct value *temp; local
885 struct value *temp = clas; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.c290 BN_ULONG *temp = (BN_ULONG *)(table + 16 * 8 * 8 + 8 * 8); local
296 temp[0] = 0 - m[0];
297 temp[1] = ~m[1];
298 temp[2] = ~m[2];
299 temp[3] = ~m[3];
300 temp[4] = ~m[4];
301 temp[5] = ~m[5];
302 temp[6] = ~m[6];
303 temp[7] = ~m[7];
304 rsaz_512_scatter4(table, temp,
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Davr32dci.c175 uint32_t temp; local
177 temp = AVR32_READ_4(sc, AVR32_CTRL);
178 temp |= set;
179 temp &= ~clear;
180 AVR32_WRITE_4(sc, AVR32_CTRL, temp);
186 uint32_t temp; local
188 temp = AVR32_READ_4(sc, AVR32_IEN);
189 temp |= set;
190 temp &= ~clear;
191 AVR32_WRITE_4(sc, AVR32_IEN, temp);
279 uint32_t temp; local
354 uint32_t temp; local
454 uint32_t temp; local
526 uint32_t temp; local
726 avr32dci_setup_standard_chain_sub(struct avr32dci_std_temp *temp) argument
751 struct avr32dci_std_temp temp; local
1115 uint32_t temp; local
1372 uint32_t temp; local
1528 uint32_t temp; local
2014 uint32_t temp; local
[all...]
H A Dsaf1761_otg.c201 uint16_t temp; local
208 temp = SAF1761_READ_LE_4(sc, SOTG_MODE);
209 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp | SOTG_MODE_SNDRSU);
210 SAF1761_WRITE_LE_4(sc, SOTG_MODE, temp & ~SOTG_MODE_SNDRSU);
439 uint32_t temp; local
474 temp = SOTG_PTD_DW3_ACTIVE | (td->toggle << 25) | SOTG_PTD_DW3_CERR_3;
475 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW3, temp);
477 temp = SOTG_HC_MEMORY_ADDR(SOTG_DATA_ADDR(td->channel)) << 8;
478 SAF1761_WRITE_LE_4(sc, pdt_addr + SOTG_PTD_DW2, temp);
480 temp
505 uint32_t temp; local
630 uint32_t temp; local
717 uint32_t temp; local
831 uint32_t temp; local
927 uint32_t temp; local
1022 uint32_t temp; local
1731 saf1761_otg_setup_standard_chain_sub(struct saf1761_otg_std_temp *temp) argument
1759 struct saf1761_otg_std_temp temp; local
2648 uint32_t temp; local
2730 uint32_t temp; local
2886 uint32_t temp; local
[all...]
H A Dxhci.c295 uint32_t temp; local
299 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
300 if (temp & XHCI_CRCR_LO_CRR) {
302 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA);
311 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS);
314 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);
321 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
322 if (temp & XHCI_CRCR_LO_CRR) {
360 uint32_t temp; local
380 temp
505 uint32_t temp; local
535 uint32_t temp = 0; local
562 uint32_t temp; local
910 uint32_t temp; local
1089 uint32_t temp; local
1178 uint32_t temp; local
1335 uint32_t temp; local
1360 uint32_t temp; local
1379 uint32_t temp; local
1405 uint32_t temp; local
1528 uint32_t temp; local
1550 uint32_t temp; local
1568 uint32_t temp; local
1591 uint32_t temp; local
1613 uint32_t temp; local
1635 uint32_t temp; local
1656 uint32_t temp; local
1729 xhci_setup_generic_chain_sub(struct xhci_std_temp *temp) argument
2038 struct xhci_std_temp temp; local
2318 uint32_t temp; local
2379 uint32_t temp; local
2540 uint64_t temp; local
2578 uint32_t temp; local
3830 uint32_t temp; local
4121 uint8_t temp; local
[all...]
H A Datmegadci.c218 uint8_t temp; local
224 temp = ATMEGA_READ_1(sc, ATMEGA_UDCON);
225 ATMEGA_WRITE_1(sc, ATMEGA_UDCON, temp | ATMEGA_UDCON_RMWKUP);
250 uint8_t temp; local
259 temp = ATMEGA_READ_1(sc, ATMEGA_UEINTX);
261 DPRINTFN(5, "UEINTX=0x%02x\n", temp);
263 if (!(temp & ATMEGA_UEINTX_RXSTPI)) {
320 if (temp & ATMEGA_UEINTX_RXSTPI) {
335 uint8_t temp; local
351 temp
450 uint8_t temp; local
533 uint8_t temp; local
739 uint8_t temp; local
759 atmegadci_setup_standard_chain_sub(struct atmegadci_std_temp *temp) argument
784 struct atmegadci_std_temp temp; local
1152 uint8_t temp; local
1442 uint32_t temp; local
1588 uint8_t temp; local
[all...]
H A Duss820dci.c167 uint8_t temp; local
170 temp = USS820_READ_1(sc, reg);
171 temp &= (keep_mask);
172 temp |= (set_mask);
173 USS820_WRITE_1(sc, reg, temp);
197 uint8_t temp; local
207 temp = USS820_READ_1(sc, USS820_MCSR);
208 temp |= USS820_MCSR_DPEN;
209 USS820_WRITE_1(sc, USS820_MCSR, temp);
216 uint8_t temp; local
254 uint8_t temp; local
858 uss820dci_setup_standard_chain_sub(struct uss820_std_temp *temp) argument
884 struct uss820_std_temp temp; local
1045 uint8_t temp; local
1273 uint8_t temp; local
1305 uint8_t temp; local
1387 uint8_t temp; local
1550 uint8_t temp; local
1725 uint32_t temp; local
[all...]
H A Ddwc_otg.c176 uint32_t temp; local
179 temp = count & ~3;
182 if (temp != 0 && usb_pc_buffer_is_aligned(pc, offset, temp, 3)) {
186 count -= temp;
193 if (buf_res.length > temp)
194 buf_res.length = temp;
202 temp -= buf_res.length;
203 } while (temp != 0);
226 uint32_t temp; local
279 uint32_t temp; local
537 uint32_t temp; local
554 uint32_t temp; local
637 uint32_t temp; local
678 uint32_t temp; local
725 uint32_t temp; local
1105 uint32_t temp; local
1671 uint32_t temp; local
2142 uint32_t temp; local
2332 uint32_t temp; local
2509 uint16_t temp; local
2698 uint32_t temp; local
2895 uint32_t temp; local
2960 uint32_t temp; local
3089 uint32_t temp; local
3110 dwc_otg_setup_standard_chain_sub(struct dwc_otg_std_temp *temp) argument
3148 struct dwc_otg_std_temp temp; local
3689 uint32_t temp; local
3745 uint32_t temp; local
3876 uint32_t temp; local
4186 uint32_t temp; local
[all...]
H A Dmusb_otg.c274 uint8_t temp; local
276 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
278 temp |= MUSB2_MASK_SOFTC;
280 temp &= ~MUSB2_MASK_SOFTC;
282 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
311 uint8_t temp; local
317 temp = MUSB2_READ_1(sc, MUSB2_REG_POWER);
318 temp |= MUSB2_MASK_SUSPMODE;
319 MUSB2_WRITE_1(sc, MUSB2_REG_POWER, temp);
326 uint8_t temp; local
351 uint8_t temp; local
682 uint32_t temp; local
800 uint32_t temp; local
974 uint32_t temp; local
1152 uint32_t temp; local
1491 uint32_t temp; local
1617 uint32_t temp; local
1840 uint32_t temp; local
2018 uint32_t temp; local
2234 uint8_t temp; local
2365 musbotg_setup_standard_chain_sub(struct musbotg_std_temp *temp) argument
2396 struct musbotg_std_temp temp; local
2629 uint16_t temp; local
2882 uint16_t temp; local
3064 uint8_t temp; local
3453 uint32_t temp; local
[all...]
/freebsd-11-stable/lib/msun/src/
H A De_jnf.c38 float a, b, temp, di; local
64 temp = b;
66 a = temp;
76 temp = x*(float)0.5; b = temp;
79 b *= temp; /* b = (x/2)^n */
140 temp = b;
143 a = temp;
148 temp = b;
151 a = temp;
177 float a, b, temp; local
[all...]
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h138 uint8_t temp; local
139 temp = al_reg_read8(reg);
140 al_reg_write8(reg, AL_MASK_VAL(mask, data, temp));
157 uint16_t temp; local
158 temp = al_reg_read16(reg);
159 al_reg_write16(reg, AL_MASK_VAL(mask, data, temp));
176 uint32_t temp; local
177 temp = al_reg_read32(reg);
178 al_reg_write32(reg, AL_MASK_VAL(mask, data, temp));
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dprint_positional_test.c61 static const char *temp; variable
120 temp = correct;
121 mbsrtowcs(wbuf2, &temp, nitems(wbuf2), NULL);
142 temp = correct2;
143 mbsrtowcs(wbuf2, &temp, nitems(wbuf2), NULL);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-tim.c92 uint32_t temp; local
146 temp = (max_ticks * cvmx_tim.tick_cycles) >> cvmx_tim.bucket_shift;
149 temp -= 1;
150 temp = temp | (temp >> 1);
151 temp = temp | (temp >> 2);
152 temp
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl256 my $temp=&Dlo($Temp);
288 vshl.i64 $temp,`&Dhi("$A0xB")`,#16
291 vadd.u64 $temp,$temp,`&Dlo("$A0xB")`
293 vmul.u32 $Ni,$temp,$M0
321 vshr.u64 $temp,$temp,#16
324 vadd.u64 $temp,$temp,`&Dhi("$Temp")`
327 vshr.u64 $temp,
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/sparc64/include/isc/
H A Datomic.h111 isc_int32_t temp = val; local
115 : "+r"(temp)
118 return (temp);
/freebsd-11-stable/lib/libusbhid/
H A Ddescr_compat.c60 int temp = -1; local
62 if (ioctl(fd, USB_GET_REPORT_ID, &temp) < 0)
65 return (temp);
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh97 temp=`mktemp -t manager` || exit 1
98 gunzip -c $pname > $temp
100 cp $temp $pname
103 rm -f $temp
184 temp=`mktemp -t manager` || exit 1
186 (cd .. ; soelim ) > $temp
188 cp $temp $fname
190 rm -f $temp
285 temp=`mktemp -t manager` || exit 1
287 (cd .. ; soelim )| gzip -c -- > $temp
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dmodule.c160 struct inplace_cb* temp = env->inplace_cb_lists[type]; local
163 while(temp) {
164 if(temp->id == id) {
166 env->inplace_cb_lists[type] = temp->next;
167 free(temp);
168 temp = env->inplace_cb_lists[type];
171 prev->next = temp->next;
172 free(temp);
173 temp = prev->next;
177 prev = temp;
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb20_ugen20.c108 uint32_t temp = 0; local
113 temp *= 10;
114 temp += (*ptr - '0');
115 if (temp >= 1000000) {
128 return (temp);
520 int temp; local
522 if (ioctl(pdev->file_ctrl, IOUSB(USB_GET_CONFIG), &temp)) {
525 *pindex = temp;
533 int temp = cfg_index; local
538 if (ioctl(pdev->file_ctrl, IOUSB(USB_SET_CONFIG), &temp)) {
567 int temp = 0; local
600 int temp; local
630 int temp; local
662 int temp; local
698 int temp = iface_index; local
710 int temp = iface_index; local
748 struct usb_fs_complete temp; local
803 } temp; local
845 struct usb_fs_close temp; local
860 struct usb_fs_clear_stall_sync temp; local
877 struct usb_fs_start temp; local
916 struct usb_fs_stop temp; local
1076 ugen20_root_set_template(struct libusb20_backend *pbe, int temp) argument
[all...]
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c169 usb_make_raw_desc(struct usb_temp_setup *temp, argument
180 if (temp->buf) {
181 dst = USB_ADD_BYTES(temp->buf, temp->size);
194 temp->bInterfaceNumber;
196 temp->bInterfaceNumber;
208 temp->bInterfaceNumber;
221 temp->bInterfaceNumber;
224 temp->size += len;
236 usb_make_endpoint_desc(struct usb_temp_setup *temp, argument
345 usb_make_interface_desc(struct usb_temp_setup *temp, const struct usb_temp_interface_desc *tid) argument
416 usb_make_config_desc(struct usb_temp_setup *temp, const struct usb_temp_config_desc *tcd) argument
477 usb_make_device_desc(struct usb_temp_setup *temp, const struct usb_temp_device_desc *tdd) argument
611 uint16_t temp; local
734 uint16_t temp; local
1089 uint16_t temp; local
[all...]
/freebsd-11-stable/contrib/ncurses/panel/
H A Dpanel.c61 char temp[32]; local
64 _nc_SPRINTF(temp, _nc_SLIMIT(sizeof(temp)) "ptr:%p", ptr);
66 _nc_STRCPY(temp, "<null>", sizeof(temp));
67 return _nc_visbuf(temp);
/freebsd-11-stable/contrib/gperf/src/
H A Dsearch.cc139 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
145 for (KeywordExt_List *temp = _head; temp; temp = temp->rest())
147 KeywordExt *keyword = temp->first();
168 for (KeywordExt_List *temp
735 KeywordExt_List *temp; local
1630 KeywordExt_List *temp; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dopt-gather.awk28 temp = ARRAY[j]
30 ARRAY[j-1] = temp
/freebsd-11-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c75 } temp; member in struct:xz_dec_bcj
395 * Flush pending filtered data from temp to the output buffer.
397 * data to the beginning of temp.
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos);
404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size);
407 s->temp.filtered -= copy_size;
408 s->temp.size -= copy_size;
409 memmove(s->temp.buf, s->temp.buf + copy_size, s->temp
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c54 wchar_t temp[2]; local
55 const wchar_t *tempp = temp;
56 temp[0] = source;
57 temp[1] = 0;

Completed in 184 milliseconds

1234567891011>>