Searched refs:ivalue (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c75 *n = cast_num(ivalue(obj));
108 *p = ivalue(obj);
320 lua_Integer li = ivalue(l);
322 return li < ivalue(r); /* both are integers */
333 return !LEintfloat(ivalue(r), lf); /* not (r <= l) ? */
343 lua_Integer li = ivalue(l);
345 return li <= ivalue(r); /* both are integers */
356 return !LTintfloat(ivalue(r), lf); /* not (r < l) ? */
420 case LUA_TNUMINT: return (ivalue(t1) == ivalue(t
[all...]
H A Dlobject.c147 setivalue(res, intarith(L, op, ivalue(p1), ivalue(p2)));
376 len = lua_integer2str(buff, sizeof(buff), ivalue(obj));
H A Dltable.c120 return hashint(t, ivalue(key));
146 lua_Integer k = ivalue(key);
523 if (ttisinteger(gkey(n)) && ivalue(gkey(n)) == key)
592 case LUA_TNUMINT: return luaH_getint(t, ivalue(key));
H A Dlvm.h44 (ttisinteger(o) ? (*(i) = ivalue(o), 1) : luaV_tointeger(o,i,LUA_FLOORN2I))
H A Dldump.c115 DumpInteger(ivalue(o), D);
H A Dlobject.h163 #define ivalue(o) check_exp(ttisinteger(o), val_(o).i) macro
166 (ttisinteger(o) ? cast_num(ivalue(o)) : fltvalue(o)))
H A Dllex.c235 seminfo->i = ivalue(&obj);
H A Dluac.c274 printf(LUA_INTEGER_FMT,ivalue(o));
H A Dlcode.c434 k = cast_int(ivalue(idx));
986 e1->u.ival = ivalue(&res);
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dmulticast.c215 int ivalue = value; local
228 (const void *) &ivalue, sizeof(ivalue)) == -1) {
/freebsd-11-stable/sbin/camcontrol/
H A Dmodeedit.c74 int ivalue; member in union:editentry::__anon3927
187 dest->value.ivalue = (intptr_t)arg;
224 newentry->value.ivalue = (intptr_t)arg;
255 return (src->value.ivalue);
325 if (dest->value.ivalue != ival)
327 dest->value.ivalue = ival;
852 scan->value.ivalue);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymtab.h109 long ivalue; member in union:general_symbol_info::__anon1609
168 #define SYMBOL_VALUE(symbol) (symbol)->ginfo.value.ivalue
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c398 int ivalue; local
406 ivalue = lvalue;
407 return (sysctl_handle_int(oidp, &ivalue, 0, req));

Completed in 126 milliseconds