HomeSort by: relevance | last modified time | path
    Searched defs:ivalue (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
libgomp-gcn.h 83 int64_t ivalue; member in union:output::printf_data::__anon14430
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 508 int64_t ivalue; member in union:kernargs::output::printf_data::__anon15756
557 printf ("%.128s%ld\n", data->msg, data->ivalue);
  /src/external/mit/lua/dist/src/
lobject.h 338 (ttisinteger(o) ? cast_num(ivalue(o)) : fltvalue(o)))
340 #define nvalue(o) check_exp(ttisnumber(o), cast_num(ivalue(o)))
343 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) macro
  /src/external/gpl3/gdb/dist/gdb/
symtab.h 551 LONGEST ivalue; member in union:general_symbol_info::__anon18007
723 return m_value.ivalue;
1254 m_value.ivalue = 0;
1371 return m_value.ivalue;
1376 m_value.ivalue = value;
  /src/external/gpl3/gdb.old/dist/gdb/
symtab.h 561 LONGEST ivalue; member in union:general_symbol_info::__anon20751
733 return m_value.ivalue;
1264 m_value.ivalue = 0;
1377 return m_value.ivalue;
1382 m_value.ivalue = value;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 263 int64_t ivalue; member in union:kernargs::output::printf_data::__anon16874
1967 case 0: printf ("%.128s%ld\n", data->msg, data->ivalue); break;
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 3917 int ivalue = (int) value; local
3961 dst_fmt, ivalue, uvalue);
3966 dst_fmt, dst_fmt, ivalue, uvalue);
3971 dst_fmt, dst_fmt, ivalue, uvalue);
3976 dst_fmt, dst_fmt, ivalue, uvalue);
3981 dst_fmt, dst_fmt, ivalue, uvalue);
3986 dst_fmt, dst_fmt, ivalue, uvalue);
3991 ivalue, uvalue);
3996 dst_fmt, dst_fmt, ivalue, uvalue);
4001 dst_fmt, dst_fmt, ivalue, uvalue)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 3910 int ivalue = (int) value; local
3954 dst_fmt, ivalue, uvalue);
3959 dst_fmt, dst_fmt, ivalue, uvalue);
3964 dst_fmt, dst_fmt, ivalue, uvalue);
3969 dst_fmt, dst_fmt, ivalue, uvalue);
3974 dst_fmt, dst_fmt, ivalue, uvalue);
3979 dst_fmt, dst_fmt, ivalue, uvalue);
3984 ivalue, uvalue);
3989 dst_fmt, dst_fmt, ivalue, uvalue);
3994 dst_fmt, dst_fmt, ivalue, uvalue)
    [all...]

Completed in 70 milliseconds