Searched refs:temp (Results 476 - 500 of 666) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/contrib/gcc/
H A Dreg-stack.c930 int regno, j, k, temp;
942 temp = temp_stack.reg[k];
944 temp_stack.reg[j] = temp;
955 temp = temp_stack.reg[k];
957 temp_stack.reg[j] = temp;
1068 But it is more efficient to use a temp register if one is
1264 rtx temp;
1265 temp = XEXP (pat_src, 0);
1267 XEXP (pat_src, 1) = temp;
2090 int j, k, temp;
919 int regno, j, k, temp; local
1251 rtx temp; local
2075 int j, k, temp; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dbreakpoint.c479 char **temp;
485 temp = &end_ptr;
489 end_value = get_number (temp);
1100 struct bp_location *b, *temp;
1114 ALL_BP_LOCATIONS_SAFE (b, temp)
1233 struct breakpoint *temp;
1240 ALL_BREAKPOINTS_SAFE (b, temp)
1600 struct breakpoint *b, *temp;
1607 ALL_BREAKPOINTS_SAFE (b, temp)
2610 struct breakpoint *b, *temp;
478 char **temp; local
1096 struct bp_location *b, *temp; local
1229 struct breakpoint *temp; local
1596 struct breakpoint *b, *temp; local
2604 struct breakpoint *b, *temp; local
4265 struct breakpoint *b, *temp; local
4336 struct breakpoint *b, *temp; local
6825 struct breakpoint *b, *temp; local
7047 struct breakpoint *b, *temp; local
7322 struct breakpoint *b, *temp; local
[all...]
H A Dtracepoint.c816 struct action_line *next = NULL, *temp; local
860 temp = xmalloc (sizeof (struct action_line));
861 temp->next = NULL;
862 temp->action = line;
865 t->actions = next = temp;
868 next->next = temp;
869 next = temp;
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-mips.c9656 unsigned char temp[8];
9692 err = md_atof (f64 ? 'd' : 'f', (char *) temp, &len);
9699 memset (temp, '\0', sizeof temp);
9708 || (temp[0] == 0 && temp[1] == 0)
9709 || (temp[2] == 0 && temp[3] == 0))))
9713 imm_expr.X_add_number = bfd_getl32 (temp);
9715 imm_expr.X_add_number = bfd_getb32 (temp);
9649 unsigned char temp[8]; local
12382 int temp; local
[all...]
/freebsd-10.1-release/contrib/byacc/test/
H A Drun_test.sh66 tmpfile=temp$$
/freebsd-10.1-release/contrib/dialog/
H A Dbuildlist.c847 int temp = at_top; local
848 if ((temp -= all.use_height) < 0)
849 temp = 0;
850 i = row2index(&all, temp, which);
/freebsd-10.1-release/contrib/groff/src/preproc/pic/
H A Dcommon.cpp102 double temp = a_4 * zm.y * zm.y + b_4 * zm.x * zm.x; local
103 double rho = sqrt(temp / a_4 / b_4 * temp / a_4 / b_4 * temp);
/freebsd-10.1-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc62 std::string temp = progName;
66 return temp;
/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc86 // Use result_path as temp storage.
94 // Make model absolute by prepending a temp directory if it's not already.
/freebsd-10.1-release/contrib/texinfo/info/
H A Dinfodoc.c750 char temp[20];
755 sprintf (temp, "M-%s", rep);
757 sprintf (temp, "ESC %s", rep);
759 strcpy (rep_buffer, temp);
749 char temp[20]; local
/freebsd-10.1-release/lib/libusb/
H A Dlibusb20.h281 int libusb20_be_set_template(struct libusb20_backend *pbe, int temp);
H A Dlibusb20_int.h63 typedef int (libusb20_root_set_template_t)(struct libusb20_backend *pbe, int temp);
/freebsd-10.1-release/sys/dev/usb/controller/
H A Dohci.h220 uint8_t temp[128]; member in union:ohci_hub_desc
H A Duhci.h179 uint8_t temp[128]; member in union:uhci_hub_desc
/freebsd-10.1-release/sys/dev/usb/serial/
H A Dufoma.c681 uint16_t temp; local
708 temp = UGETW(pkt.wValue);
709 sc->sc_currentmode = (temp >> 8);
710 if (!(temp & 0xff)) {
/freebsd-10.1-release/tools/tools/usbtest/
H A Dusb_msc_test.c321 uint32_t temp; local
413 temp = (lba_max - io_offset);
415 if (io_size > temp)
416 io_size = temp;
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dmips.c1947 mips_split_symbol (rtx temp, rtx addr)
1954 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr)));
1982 mips_unspec_offset_high (rtx temp, rtx base, rtx addr,
1988 addr = mips_force_temporary (temp, addr);
1989 return mips_force_temporary (temp, gen_rtx_PLUS (Pmode, addr, base));
2000 mips_add_offset (rtx temp, rtx reg, HOST_WIDE_INT offset)
2018 high = mips_force_temporary (temp, high);
2019 reg = mips_force_temporary (temp, gen_rtx_PLUS (Pmode, high, reg));
2283 mips_move_integer (rtx dest, rtx temp, unsigned HOST_WIDE_INT value)
2300 emit_insn (gen_rtx_SET (VOIDmode, temp,
1941 mips_split_symbol(rtx temp, rtx addr) argument
1976 mips_unspec_offset_high(rtx temp, rtx base, rtx addr, enum mips_symbol_type symbol_type) argument
1994 mips_add_offset(rtx temp, rtx reg, HOST_WIDE_INT offset) argument
2277 mips_move_integer(rtx dest, rtx temp, unsigned HOST_WIDE_INT value) argument
4538 rtx left, right, temp; local
5021 register int temp; local
[all...]
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_device.c739 uint8_t temp; local
839 temp = ep_curr;
845 if (temp >= USB_MAX_EP_UNITS) {
850 ep = udev->endpoints + temp;
863 temp ++;
866 if (ep_max < temp)
867 ep_max = temp;
/freebsd-10.1-release/contrib/one-true-awk/
H A Drun.c325 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */
739 int temp; local
775 temp = s[n+m-1]; /* with thanks to John Linderman */
778 s[n+m-1] = temp;
1218 char *t, temp, num[50], *fs = 0; local
1261 temp = *patbeg;
1267 *patbeg = temp;
1299 temp = *s;
1306 *s = temp;
1328 temp
[all...]
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Darm.h545 r12 (ip) temp workspace
1545 char temp[20]; \
1552 ASM_GENERATE_INTERNAL_LABEL (temp, "LP", LABELNO); \
1553 sym = gen_rtx_SYMBOL_REF (Pmode, temp); \
2310 rtx temp = base; \
2312 index = temp; \
/freebsd-10.1-release/contrib/ncurses/progs/
H A Dinfocmp.c1228 char *temp = 0; local
1229 long value = strtol(optarg, &temp, 0);
1231 if (temp == 0 || temp == optarg || *temp != 0) {
/freebsd-10.1-release/contrib/ntp/util/
H A Dtg2.c573 int temp; local
696 while ((temp = getopt(argc, argv, "a:b:c:df:g:hHi:jk:l:o:q:r:stu:xy:z?")) != -1) {
698 while ((temp = getopt(argc, argv, "a:b:c:df:g:hHi:jk:l:o:q:r:stu:v:xy:z?")) != -1) {
700 switch (temp) {
864 printf("Invalid option \"%c\", aborting...\n", temp);
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Drs6000.c2431 /* Store value to stack temp. Load vector element. Splat. */
11791 rtx temp = gen_reg_rtx (dest_mode);
11792 convert_move (temp, mask, 0);
11793 return temp;
11840 rtx temp = gen_reg_rtx (dest_mode);
11841 convert_move (temp, mask, 0);
11842 return temp;
11873 rtx temp = gen_reg_rtx (dest_mode);
11874 convert_move (temp, mask, 0);
11875 return temp;
11762 rtx temp = gen_reg_rtx (dest_mode); local
11811 rtx temp = gen_reg_rtx (dest_mode); local
11844 rtx temp = gen_reg_rtx (dest_mode); local
11884 rtx t, temp; local
11937 rtx temp; local
14016 rtx real, temp; local
[all...]
/freebsd-10.1-release/sys/pci/
H A Dncr.c1467 RADDR (temp),
1471 RADDR (temp),
1617 RADDR (temp),
1931 RADDR (temp),
2031 RADDR (temp),
2042 RADDR (temp),
2060 RADDR (temp),
2063 ** Check if temp==savep or temp==goalp:
2073 SCR_FROM_REG (temp),
[all...]
/freebsd-10.1-release/sys/dev/usb/storage/
H A Dumass.c872 struct umass_probe_proto temp; local
877 temp = umass_probe_proto(dev, uaa);
879 return (temp.error);
887 struct umass_probe_proto temp = umass_probe_proto(dev, uaa); local
899 sc->sc_proto = temp.proto;
900 sc->sc_quirks = temp.quirks;
1503 uint32_t temp = UGETDW(sc->csw.dCSWSignature); local
1505 if ((temp == CSWSIGNATURE_OLYMPUS_C1) ||
1506 (temp == CSWSIGNATURE_IMAGINATION_DBX1)) {

Completed in 442 milliseconds

<<11121314151617181920>>