Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy3.c59 aryfil(temp1, ntoksz+nnontersz+1, 0); in output()
62 if (c > 1 && c < NTBASE && temp1[c] == 0) { in output()
68 temp1[c] = state(c); in output()
70 temp1[(c -= NTBASE) + ntokens] == 0) { in output()
71 temp1[c + ntokens] = amem[indgo[i] + c]; in output()
75 temp1[1] = ACCEPTCODE; in output()
84 if (temp1[k] == 0) in output()
85 temp1[k] = c; in output()
86 else if (temp1[k] < 0) { in output()
96 i, -temp1[k], in output()
[all …]
H A Dy4.c76 temp1[0] = 0; in callopt()
83 temp1[++nstate] = (--optimmem) - tracemem; in callopt()
98 temp1[nstate] = yypgo[0] = (--optimmem) - tracemem; in callopt()
129 q = tracemem + temp1[i+1]; in callopt()
130 for (p = tracemem + temp1[i]; p < q; p += 2) { in callopt()
145 tystate[i] = (temp1[i+1] - temp1[i]) + 2*j; in callopt()
282 q2 = tracemem + temp1[i + 1]; in stin()
283 q1 = tracemem + temp1[i]; in stin()
320 if (temp1[j+1] + temp1[i] == in stin()
321 temp1[j] + temp1[i+1]) { in stin()
H A Dy1.c94 int *temp1; /* temp storate, indexed by terms+ntokens or states */ variable
206 temp1 = (int *)malloc(sizeof (int)*size); in mktbls()
218 (ntstates == NULL) || (temp1 == NULL) || (pres == NULL) || in mktbls()
261 aryfil(temp1, nprod, 0); in others()
264 temp1[i] = ((prdptr[i+1] - prdptr[i]-2) << 1) | had_act[i]; in others()
265 warray(L"yyr2", temp1, nprod); in others()
267 aryfil(temp1, nstate, -10000000); in others()
270 temp1[j] = tokset[i].value; in others()
273 temp1[j] = -i; in others()
274 warray(L"yychk", temp1, nstate); in others()
[all …]
H A Ddextern.h261 extern int *temp1;
H A Dy2.c2031 temp1 = (int *)realloc((char *)temp1, sizeof (int)*size);
/titanic_41/usr/src/lib/libcurses/screen/
H A Dwdelch.c55 chtype *temp1, *temp2; in wdelch() local
64 temp1 = temp2 - 1; in wdelch()
69 if (ISMBIT(*temp1)) { in wdelch()
74 temp1 = &win->_y[cury][curx]; in wdelch()
77 for (cp = end; cp >= temp1; --cp) in wdelch()
83 if (ISMBIT(*temp1)) in wdelch()
84 s = _curs_scrwidth[TYPE(RBYTE(*temp1))]; in wdelch()
89 while (temp1 < end) in wdelch()
90 *temp1++ = *temp2++; in wdelch()
93 *temp1++ = win->_bkgd; in wdelch()
/titanic_41/usr/src/ucblib/libcurses/
H A Ddelch.c34 char *temp1, *temp2; in wdelch() local
38 temp1 = &win->_y[win->_cury][win->_curx]; in wdelch()
39 temp2 = temp1 + 1; in wdelch()
40 while (temp1 < end) in wdelch()
41 *temp1++ = *temp2++; in wdelch()
42 *temp1 = ' '; in wdelch()
H A Dinsch.c34 char *temp1, *temp2; in winsch() local
38 temp1 = &win->_y[win->_cury][win->_maxx - 1]; in winsch()
39 temp2 = temp1 - 1; in winsch()
40 while (temp1 > end) in winsch()
41 *temp1-- = *temp2--; in winsch()
42 *temp1 = c; in winsch()
/titanic_41/usr/src/tools/cscope-fast/
H A Dmain.c97 char temp1[PATHLEN + 1]; /* temporary file name */ variable
194 (void) sprintf(temp1, "%s/cscope%d.1", tmpdir, (int)pid); in main()
1110 if (invertedindex == YES && (postings = fopen(temp1, "w")) == NULL) { in build()
1111 cannotopen(temp1); in build()
1227 cannotwrite(temp1); in build()
1241 (void) sprintf(sortcommand, "LC_ALL=C sort %s", temp1); in build()
1256 (void) unlink(temp1); in build()
1608 if (temp1[0] != '\0') { in myexit()
1609 (void) unlink(temp1); in myexit()
H A Ddisplay.c435 (void) freopen(temp1, "r", refsfound); in search()
470 if ((refsfound = fopen(temp1, "w")) == NULL) { in writerefsfound()
471 cannotopen(temp1); in writerefsfound()
474 } else if (freopen(temp1, "w", refsfound) == NULL) { in writerefsfound()
H A Dglobal.h105 extern char temp1[]; /* temporary file name */
H A Dcrossref.c406 cannotwrite(temp1); in putposting()
H A Dcommand.c475 (void) freopen(temp1, "r", refsfound); in readrefs()
H A Dfind.c1067 cannotwrite(temp1); in putref()
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c2783 entity_attribute_t *temp1, *temp2; in hidparser_check_correspondence() local
2785 temp1 = hidparser_lookup_attribute(mainitem, item_tag1); in hidparser_check_correspondence()
2787 if ((temp1 != NULL) && (temp2 == NULL)) { in hidparser_check_correspondence()
2795 if ((temp2 != NULL) && (temp1 == NULL)) { in hidparser_check_correspondence()
2818 entity_attribute_t *temp1, *temp2; in hidparser_check_minmax_val() local
2820 temp1 = hidparser_lookup_attribute(mainitem, item_tag1); in hidparser_check_minmax_val()
2822 if ((temp1 != NULL) && (temp2 != NULL)) { in hidparser_check_minmax_val()
2823 if (hidparser_find_unsigned_val(temp1) > in hidparser_check_minmax_val()
2843 hidparser_find_unsigned_val(temp1)) { in hidparser_check_minmax_val()
2877 entity_attribute_t *temp1, *temp2; in hidparser_check_minmax_val_signed() local
[all …]
/titanic_41/usr/src/cmd/sa/
H A Dsadp.c213 unsigned temp1; variable
780 if ((temp1 < setup[X1_BUF].n_value) || (index > tbl.v_buf)){ in testbuf()
781 index = (int)(temp1 -setup[X1_PBUF].n_value)/ in testbuf()
790 index = (int)(temp1 -setup[SWP].n_value)/ in testbuf()
816 temp1 = (unsigned)x->av_forw;
838 temp1 = (unsigned)bp[m].av_forw; in testdev()
/titanic_41/usr/src/uts/sun4u/io/i2c/clients/
H A Dadm1031.c890 uint8_t temp1; in adm1031_i_ioctl() local
957 temp1 = admp->adm1031_transfer->i2c_rbuf[0]; in adm1031_i_ioctl()
961 admp->adm1031_transfer->i2c_wbuf[1] = (temp1 | 0x12); in adm1031_i_ioctl()
1009 temp1 = admp->adm1031_transfer->i2c_rbuf[0]; in adm1031_i_ioctl()
1012 admp->adm1031_transfer->i2c_wbuf[1] = (temp1 & (~0x12)); in adm1031_i_ioctl()
/titanic_41/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c1769 char *temp1, *temp2; in ibnex_devname_to_portnum() local
1771 temp1 = strchr(device_name, '@'); in ibnex_devname_to_portnum()
1772 if (temp1 == NULL) { in ibnex_devname_to_portnum()
1775 temp2 = strchr(temp1, ','); in ibnex_devname_to_portnum()
1778 temp1++; in ibnex_devname_to_portnum()
1779 *portnum = ibnex_str2hex(temp1, (temp2 - temp1), &ret); in ibnex_devname_to_portnum()
1832 char *temp1, *temp; in ibnex_devname_to_node_n_ioc_guids() local
1842 if ((temp1 = strchr(++temp, ',')) == NULL) { in ibnex_devname_to_node_n_ioc_guids()
1845 *ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret); in ibnex_devname_to_node_n_ioc_guids()
1848 ioc_guid_str = *ioc_guid_strp = kmem_zalloc((temp1 in ibnex_devname_to_node_n_ioc_guids()
[all …]
/titanic_41/usr/src/uts/common/io/iwk/
H A Diwk2.c5775 uint16_t temp1; in iwk_ofdm_sens() local
5809 temp1 = rx_sens_p->auto_corr_ofdm_x4 + 1; in iwk_ofdm_sens()
5810 rx_sens_p->auto_corr_ofdm_x4 = (temp1 <= 120) ? temp1 : 120; in iwk_ofdm_sens()
5812 temp1 = rx_sens_p->auto_corr_mrc_ofdm_x4 + 1; in iwk_ofdm_sens()
5814 (temp1 <= 210) ? temp1 : 210; in iwk_ofdm_sens()
5816 temp1 = rx_sens_p->auto_corr_ofdm_x1 + 1; in iwk_ofdm_sens()
5817 rx_sens_p->auto_corr_ofdm_x1 = (temp1 <= 140) ? temp1 : 140; in iwk_ofdm_sens()
5819 temp1 = rx_sens_p->auto_corr_mrc_ofdm_x1 + 1; in iwk_ofdm_sens()
5821 (temp1 <= 270) ? temp1 : 270; in iwk_ofdm_sens()
5826 temp1 = rx_sens_p->auto_corr_ofdm_x4 - 1; in iwk_ofdm_sens()
[all …]
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c430 register char *temp1; local
435 temp1 = mxhosts[i];
437 mxhosts[j] = temp1;
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c829 unsigned char temp, temp1; in smbsr_check_result() local
855 (void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1); in smbsr_check_result()
857 if ((temp != 0xFF) || (temp1 != 0xFF)) { in smbsr_check_result()
865 if ((temp != (bcc&0xFF)) || (temp1 != ((bcc>>8)&0xFF))) in smbsr_check_result()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c588 uint32_t temp1; in ql_8021_pci_set_window() local
601 temp1 = ((window & 0x1FF) << 7) | in ql_8021_pci_set_window()
603 if (win_read != temp1) { in ql_8021_pci_set_window()
605 temp1, win_read); in ql_8021_pci_set_window()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.c1013 unsigned int temp1; in unm_nic_pci_set_window_2M() local
1028 temp1 = ((window & 0x1FF) << 7) | in unm_nic_pci_set_window_2M()
1030 if (win_read != temp1) { in unm_nic_pci_set_window_2M()
1033 __FUNCTION__, temp1, win_read); in unm_nic_pci_set_window_2M()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y543 Expr *temp1 = sqliteExpr(TK_ID, 0, 0, &X);
545 A = sqliteExpr(TK_DOT, temp1, temp2, 0);
548 Expr *temp1 = sqliteExpr(TK_ID, 0, 0, &X);
552 A = sqliteExpr(TK_DOT, temp1, temp4, 0);
H A Dbuild.c223 Hash temp1; in sqliteResetInternalSchema() local
231 temp1 = pDb->tblHash; in sqliteResetInternalSchema()
242 for(pElem=sqliteHashFirst(&temp1); pElem; pElem=sqliteHashNext(pElem)){ in sqliteResetInternalSchema()
246 sqliteHashClear(&temp1); in sqliteResetInternalSchema()

12