Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonSelectCCInfo.td14 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
17 IntRegs:$tval, IntRegs:$fval))>;
19 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
22 IntRegs:$tval, IntRegs:$fval))>;
24 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
27 IntRegs:$tval, IntRegs:$fval))>;
29 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
32 IntRegs:$tval, IntRegs:$fval))>;
36 def : Pat <(i32 (selectcc IntRegs:$lhs, IntRegs:$rhs, IntRegs:$tval,
40 IntRegs:$tval, IntRegs:$fval))>;
[all …]
/freebsd-10-stable/bin/pax/
Dgen_subs.c218 u_long tval = 0; in asc_ul() local
235 tval = (tval << 4) + (*str++ - '0'); in asc_ul()
237 tval = (tval << 4) + 10 + (*str++ - 'A'); in asc_ul()
239 tval = (tval << 4) + 10 + (*str++ - 'a'); in asc_ul()
245 tval = (tval << 3) + (*str++ - '0'); in asc_ul()
247 return(tval); in asc_ul()
315 u_quad_t tval = 0; in asc_uqd() local
332 tval = (tval << 4) + (*str++ - '0'); in asc_uqd()
334 tval = (tval << 4) + 10 + (*str++ - 'A'); in asc_uqd()
336 tval = (tval << 4) + 10 + (*str++ - 'a'); in asc_uqd()
[all …]
/freebsd-10-stable/contrib/one-true-awk/
Dtran.c215 (void*)p, NN(p->nval), NN(p->sval), p->fval, p->tval) ); in setsymtab()
224 p->tval = t; in setsymtab()
234 (void*)p, p->nval, p->sval, p->fval, p->tval) ); in setsymtab()
285 if ((vp->tval & (NUM | STR)) == 0) in setfval()
299 vp->tval &= ~STR; /* mark string invalid */ in setfval()
300 vp->tval |= NUM; /* mark number ok */ in setfval()
303 dprintf( ("setfval %p: %s = %g, t=%o\n", (void*)vp, NN(vp->nval), f, vp->tval) ); in setfval()
311 if (vp->tval & FCN) in funnyvar()
314 vp, vp->nval, vp->sval, vp->fval, vp->tval); in funnyvar()
323 (void*)vp, NN(vp->nval), s, vp->tval, donerec, donefld) ); in setsval()
[all …]
Dawk.h84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */ member
190 #define isrec(n) ((n)->tval & REC)
191 #define isfld(n) ((n)->tval & FLD)
192 #define isstr(n) ((n)->tval & STR)
193 #define isnum(n) ((n)->tval & NUM)
194 #define isarr(n) ((n)->tval & ARR)
195 #define isfcn(n) ((n)->tval & FCN)
200 #define freeable(p) ( ((p)->tval & (STR|DONTFREE)) == STR )
/freebsd-10-stable/usr.bin/chpass/
Dutil.c66 ttoa(time_t tval) in ttoa() argument
71 if (tval) { in ttoa()
72 tp = localtime(&tval); in ttoa()
87 time_t tval; in atot() local
96 (void)time(&tval); in atot()
97 lt = localtime(&tval); in atot()
135 if ((tval = mktime(lt)) < 0) in atot()
137 *store = tval; in atot()
/freebsd-10-stable/contrib/gdb/gdb/
Dc-exp.c254 struct type *tval; member
1514 write_exp_elt_type(yyvsp[0].tval);
1663 write_exp_elt_type (yyvsp[-2].tval);
1670 write_exp_elt_type (yyvsp[-2].tval);
1822 CHECK_TYPEDEF (yyvsp[-1].tval);
1823 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
1918 struct type *type = yyvsp[-2].tval;
1935 struct type *type = yyvsp[-3].tval;
2132 { yyval.tval = lookup_member_type (builtin_type_int, yyvsp[-2].tval); }
2137 { yyval.tval = yyvsp[0].tsym.type; }
[all …]
Dobjc-exp.c256 struct type *tval; member
1496 write_exp_elt_type(yyvsp[0].tval);
1722 write_exp_elt_type (yyvsp[-2].tval);
1729 write_exp_elt_type (yyvsp[-2].tval);
1889 CHECK_TYPEDEF (yyvsp[-1].tval);
1890 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
1977 struct type *type = yyvsp[-2].tval;
1993 struct type *type = yyvsp[-3].tval;
2112 { yyval.tval = follow_types (yyvsp[-1].tval); }
2117 { yyval.tval = follow_types (yyvsp[-2].tval); }
[all …]
Df-exp.c240 struct type *tval; member
1332 write_exp_elt_type(yyvsp[0].tval);
1416 write_exp_elt_type (yyvsp[-2].tval);
1557 CHECK_TYPEDEF (yyvsp[-1].tval);
1558 write_exp_elt_longcst ((LONGEST) TYPE_LENGTH (yyvsp[-1].tval));
1629 struct type *follow_type = yyvsp[-1].tval;
1663 yyval.tval = follow_type;
1714 { yyval.tval = yyvsp[0].tsym.type; }
1719 { yyval.tval = builtin_type_f_integer; }
1724 { yyval.tval = builtin_type_f_integer_s2; }
[all …]
/freebsd-10-stable/contrib/byacc/test/
Dinherit1.y25 %token <tval> REAL INTEGER
30 %type <tval> type
35 type tval; member
58 { $$->s = mksymbol($<tval>0, $<cval>-1, $2);
62 { $$->s = mksymbol($<tval>0, $<cval>-1, $1);
69 { $<tval>$ = $<tval>-1; } /* copy <type> to where <namelist> expects it */
Derr_inherit2.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval; member
64 namelist($<tval>c, $t, extra): namelist NAME in namelist()
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
Derr_inherit3.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
Dinherit2.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
Derr_inherit5.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
Derr_inherit1.y23 %token <tval> REAL INTEGER
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
28 %type <tval> type
42 type tval; member
Derr_inherit4.y24 %token <tval> REAL INTEGER
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
30 %type <tval> type
44 type tval; member
Dbtyacc_destroy3.y33 %token <tval> REAL INTEGER
39 %type <tval> type
56 type tval;
79 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
Dbtyacc_destroy2.y30 %token <tval> REAL INTEGER
36 %type <tval> type
53 type tval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
Dbtyacc_destroy1.y30 %token <tval> REAL INTEGER
36 %type <tval> type
53 type tval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
/freebsd-10-stable/usr.sbin/bluetooth/bthidd/
Dbthidd.c52 static int32_t elapsed (int32_t tval);
69 int32_t opt, detach, tval; in main() local
74 tval = 10; /* sec */ in main()
106 tval = strtol(optarg, (char **) &ep, 10); in main()
107 if (*ep != '\0' || tval <= 0) in main()
159 if (elapsed(tval)) in main()
220 elapsed(int32_t tval) in elapsed() argument
227 if (now.tv_sec - last.tv_sec >= tval) { in elapsed()
/freebsd-10-stable/sbin/dhclient/
Dparse.c326 int negative = 0, tval, max; in convert_num() local
351 tval = *ptr++; in convert_num()
353 if (tval >= 'a') in convert_num()
354 tval = tval - 'a' + 10; in convert_num()
355 else if (tval >= 'A') in convert_num()
356 tval = tval - 'A' + 10; in convert_num()
357 else if (tval >= '0') in convert_num()
358 tval -= '0'; in convert_num()
363 if (tval >= base) { in convert_num()
365 str, tval, base); in convert_num()
[all …]
Dconflex.c67 static char *tval; variable
158 tval = tb; in get_token()
183 *rval = tval; in next_token()
207 *rval = tval; in peek_token()
257 tval = tokbuf; in read_string()
283 tval = tokbuf; in read_number()
311 tval = tokbuf; in read_num_or_name()
313 return (intern(tval, rv)); in read_num_or_name()
/freebsd-10-stable/bin/date/
Ddate.c66 static time_t tval; variable
120 tval = strtoq(optarg, &tmp, 0); in main()
123 tval = sb.st_mtim.tv_sec; in main()
154 if (!rflag && time(&tval) == -1) in main()
177 lt = localtime(&tval); in main()
214 lt = localtime(&tval); in setthetime()
295 if ((tval = mktime(lt)) == -1) in setthetime()
300 if (nflag || netsettime(tval)) { in setthetime()
304 tv.tv_sec = tval; in setthetime()
/freebsd-10-stable/sys/dev/isp/
Disp_pci.c485 int tval; in isp_get_generic_options() local
487 tval = 0; in isp_get_generic_options()
488 …int_value(device_get_name(dev), device_get_unit(dev), "fwload_disable", &tval) == 0 && tval != 0) { in isp_get_generic_options()
491 tval = 0; in isp_get_generic_options()
492 …e_int_value(device_get_name(dev), device_get_unit(dev), "ignore_nvram", &tval) == 0 && tval != 0) { in isp_get_generic_options()
495 tval = 0; in isp_get_generic_options()
496 (void) resource_int_value(device_get_name(dev), device_get_unit(dev), "debug", &tval); in isp_get_generic_options()
497 if (tval) { in isp_get_generic_options()
498 isp->isp_dblev = tval; in isp_get_generic_options()
505 tval = -1; in isp_get_generic_options()
[all …]
/freebsd-10-stable/contrib/tcpdump/
Dprint-lldp.c913 u_int8_t tval; in lldp_private_dcbx_print() local
981 tval = *(tptr+2); in lldp_private_dcbx_print()
983 (tval & 0x80) ? 1 : 0, (tval & 0x40) ? 1 : 0, in lldp_private_dcbx_print()
984 (tval & 0x20) ? 1 : 0); in lldp_private_dcbx_print()
990 tval = *(tptr+4+(i/2)); in lldp_private_dcbx_print()
1009 tval = *(tptr+2); in lldp_private_dcbx_print()
1011 (tval & 0x80) ? 1 : 0, (tval & 0x40) ? 1 : 0, in lldp_private_dcbx_print()
1012 (tval & 0x20) ? 1 : 0); in lldp_private_dcbx_print()
1014 tval = *(tptr+4); in lldp_private_dcbx_print()
1018 i, (tval & (1 << i)) ? "Enabled" : "Disabled"); in lldp_private_dcbx_print()
[all …]
/freebsd-10-stable/sys/dev/mpt/
Dmpt_pci.c256 int tval; in mpt_set_options() local
258 tval = 0; in mpt_set_options()
260 device_get_unit(mpt->dev), "debug", &tval) == 0 && tval != 0) { in mpt_set_options()
261 mpt->verbose = tval; in mpt_set_options()
263 tval = -1; in mpt_set_options()
265 device_get_unit(mpt->dev), "role", &tval) == 0 && tval >= 0 && in mpt_set_options()
266 tval <= 3) { in mpt_set_options()
267 mpt->cfg_role = tval; in mpt_set_options()
270 tval = 0; in mpt_set_options()
275 device_get_unit(mpt->dev), "msi_enable", &tval) == 0) { in mpt_set_options()
[all …]

1234