Searched refs:i_val (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.h15 #define gval(n) (&(n)->i_val)
H A Dlobject.h555 TValue i_val; member in struct:Node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.cpp251 PHP_EXP_NODE *i_key, PHP_EXP_NODE *i_val, PHP_SYN_NODE *code, int byref)
260 syn_node->node_foreach.i_val = i_val->var_si_node;
266 delete i_val;
1919 PHP_SCOPE_ITEM *i_val = node->node_foreach.i_val; local
1929 value_value_assign(&i_val->var->value, curr_value);
1936 value_value_assign(curr_value, &i_val->var->value);
1938 value_value_free(&i_val->var->value);
250 make_foreach_loop_syn_node(PHP_EXP_NODE *elems, PHP_EXP_NODE *i_key, PHP_EXP_NODE *i_val, PHP_SYN_NODE *code, int byref) argument
H A Dphp_syntree.h255 PHP_SCOPE_ITEM *i_val; member in struct:PHP_SYN_FOREACH_NODE
429 PHP_EXP_NODE *i_key, PHP_EXP_NODE *i_val, PHP_SYN_NODE *code, int byref);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c615 static int epb_trans(struct qib_devdata *dd, u16 reg, u64 i_val, u64 *o_vp) argument
620 qib_write_kreg(dd, reg, i_val);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c502 #define FLOAT_TO_INT(f_val, i_val) \
507 i_val = 0; \
510 i_val = (int) (f_val); \

Completed in 179 milliseconds