Searched defs:ival (Results 1 - 25 of 51) sorted by relevance

123

/external/clang/test/CodeGenCXX/
H A Dglobal-block-literal-helpers.cpp16 int ival = func(^{}, ^{}, ^{}); member in namespace:N
/external/libnl/src/lib/
H A Dneigh.c58 int ival; local
60 if (!(ival = rtnl_link_name2i(link_cache, arg)))
63 rtnl_neigh_set_ifindex(neigh, ival);
H A Daddr.c57 int ival; local
59 if (!(ival = rtnl_link_name2i(link_cache, arg)))
62 rtnl_addr_set_ifindex(addr, ival);
89 int ival; local
91 if ((ival = rtnl_str2scope(arg)) < 0)
94 rtnl_addr_set_scope(addr, ival);
H A Droute.c154 int ival; local
171 if (!(ival = rtnl_link_name2i(link_cache, arg)))
174 rtnl_route_nh_set_ifindex(nh, ival);
228 int ival; local
230 if ((ival = rtnl_str2scope(arg)) < 0)
233 rtnl_route_set_scope(route, ival);
258 int ival; local
260 if ((ival = nl_str2rtntype(arg)) < 0)
263 if ((ival = rtnl_route_set_type(route, ival)) <
270 int ival; local
[all...]
/external/valgrind/none/tests/
H A Dunit_debuglog.c143 long long ival = -1004005; local
144 run("|%lld|", ival);
145 // runint("|%'lld|", ival); // locale specific (LC_NUMERIC)
146 run("|%15lld|", ival);
147 run("|%-15lld|", ival);
148 // runint("|%'-15lld|", ival); // locale specific (LC_NUMERIC)
149 run("|%100lld|", ival);
150 run("|%*lld|", 13, ival);
/external/ltp/testcases/kernel/syscalls/nftw/
H A Dtools.c158 int nftw_fn(const char *path, const struct stat *st, int ival, struct FTW *FTWS) argument
H A Dtools64.c158 nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS) argument
/external/ltp/lib/
H A Dself_exec.c173 int ival; local
193 ival = va_arg(ap, int);
194 if (asprintf(&arg, "%s,%d", arg, ival) < 0) {
/external/bison/examples/calc++/
H A Dcalc++-parser.hh81 int ival; member in union:yy::calcxx_parser::semantic_type
/external/linux-kselftest/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c175 char cval; short sval; int ival; long long lval; local
187 ival = *(int *)&dummy_var[i];
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c250 int ival = util_format_is_pure_integer(params->format); local
254 if (ival)
692 int ival = util_format_is_pure_integer(params->format); local
697 if (ival)
/external/syslinux/com32/gplinclude/zzjson/
H A Dzzjson.h75 unsigned long long ival; member in union:ZZJSON::__anon20856::__anon20860::__anon20861
/external/syslinux/com32/gpllib/zzjson/
H A Dzzjson_parse.c143 unsigned long long ival = 0, expo = 0; local
164 ival *= 10;
165 ival += c - '0';
214 dval = sign * (long long) ival;
229 zzjson->value.number.val.ival = ival;
/external/dtc/
H A Dfdtput.c79 int ival; local
111 sscanf(*arg, fmt, &ival);
113 *iptr = cpu_to_fdt32(ival);
115 *ptr = (uint8_t)ival;
120 ival);
/external/fio/
H A Dparse.h30 const char *ival; /* string option */ member in struct:value_pair
H A Dparse.c34 return strlen(vp2->ival) - strlen(vp1->ival);
46 if (!vp->ival || vp->ival[0] == '\0')
66 } else if (!o->posval[0].ival) {
84 if (!vp->ival)
87 log_info("%20s: %-10s", i == 0 ? "valid values" : "", vp->ival);
293 extern int evaluate_arithmetic_expression(const char *buffer, long long *ival,
304 long long ival; local
308 rc = evaluate_arithmetic_expression(str, &ival,
327 long long ival; local
[all...]
/external/iproute2/misc/
H A Drtacct.c67 __u32 ival[256*4]; member in struct:rtacct_data
304 __u32 *ival; local
307 ival = read_kern_table(_ival);
311 __u32 incr = ival[i] - kern_db->ival[i];
313 if (ival[i] == 0 && incr == 0 &&
318 kern_db->ival[i] = ival[i];
353 static void pad_kern_table(struct rtacct_data *dat, __u32 *ival) argument
357 if (dat->ival !
[all...]
H A Difstat.c64 __u32 ival[MAXS]; member in struct:ifstat_ent
138 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival));
141 n->val[i] = n->ival[i];
219 n->ival[i] = (__u32)n->val[i];
537 if ((long)(h1->ival[i] - n->ival[i]) < 0) {
538 memset(n->ival, 0, sizeof(n->ival));
544 unsigned long incr = h1->ival[
[all...]
/external/opencv/ml/src/
H A Dmlnbayes.cpp338 int ival; local
367 ival = cls_labels->data.i[cls];
371 results->data.i[k*rstep] = ival;
373 results->data.fl[k*rstep] = (float)ival;
376 value = (float)ival;
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp661 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
666 return attrib->QueryIntValue( ival );
676 int ival = 0; local
677 int result = node->QueryIntValue( &ival );
678 *value = (unsigned)ival;
710 int TiXmlElement::QueryIntAttribute( const std::string& name, int* ival ) const
715 return attrib->QueryIntValue( ival );
1236 int TiXmlAttribute::QueryIntValue( int* ival ) const
1238 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c192 int32_t ival, ilval, p, v, lneed; local
252 ival = 0;
282 u_uastrcpy(uvalfor, valFormat[v+ival]);
284 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) );
290 if (a != valParse[v+ival])
291 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a);
322 log_err("FAIL: Expected : %e\n", valParse[v+ival]);
330 ival += val_length;
/external/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h61 intmax_t ival; member in union:YYSTYPE
/external/python/cpython2/PC/
H A D_msi.c533 INT ival; local
542 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
546 status = MsiSummaryInfoGetProperty(si->h, field, &type, &ival,
552 return PyInt_FromLong(ival);
/external/svox/pico/lib/
H A Dpicopal.c182 picopal_int32 ival; local
194 ival = va_arg(args,int);
195 picopal_sprintf(buf,(picopal_char *)"%i",ival);
/external/opencv/cxcore/src/
H A Dcxcmp.cpp708 int ival = 0; local
780 ival = cvRound(value);
786 if( ival < minval )
788 else if( ival > maxval )
804 IPPI_CALL( icvCompareC_8u_C1R_p( src1->data.ptr, src1_step, (uchar)ival,
809 IPPI_CALL( icvCompareC_16s_C1R_p( src1->data.s, src1_step, (short)ival,
826 dst_step, size, &ival ));

Completed in 664 milliseconds

123