HomeSort by: relevance | last modified time | path
    Searched refs:e_val (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/gspa/gspa/
gsp_eval.c 63 l = eval_op(x->e_op, lp->e_val, rp->e_val);
66 l = eval_op(x->e_op, lp->e_val, 0);
69 x->e_val = l;
130 return e->e_val;
gsp_ass.h 83 #define e_val e_u.val macro
gsp_act.c 172 x->e_val = val;
gsp_inst.c 350 if( e->e_val == 0 || e->e_val == 1 )
351 return e->e_val + '0';
  /src/external/gpl3/gcc.old/dist/libcc1/
marshall.hh 89 status unmarshall (connection *conn, T *e_val,
96 *e_val = (T) result;
  /src/external/gpl3/gcc/dist/libcc1/
marshall.hh 89 status unmarshall (connection *conn, T *e_val,
96 *e_val = (T) result;
  /src/external/gpl3/gdb/dist/gdb/
f-valprint.c 272 struct value *e_val = value_from_component (m_val, elt_type, elt_off); local
276 && e_val->entirely_available ()
277 && e_prev->contents_eq (e_val))
279 && e_val->entirely_unavailable ()));
304 struct value *e_val local
312 common_val_print (e_val, m_stream, m_recurse, m_options,
324 struct value *e_val local
331 common_val_print (e_val, m_stream, m_recurse, m_options,
  /src/external/gpl3/gdb.old/dist/gdb/
f-valprint.c 272 struct value *e_val = value_from_component (m_val, elt_type, elt_off); local
276 && e_val->entirely_available ()
277 && e_prev->contents_eq (e_val))
279 && e_val->entirely_unavailable ()));
304 struct value *e_val local
312 common_val_print (e_val, m_stream, m_recurse, m_options,
324 struct value *e_val local
331 common_val_print (e_val, m_stream, m_recurse, m_options,
  /src/sys/arch/m68k/m68k/
db_trace.c 532 long e_val; local
535 &e_val);
537 e_val != val) {
  /src/external/bsd/ntp/dist/sntp/libopts/
putshell.c 262 uintptr_t e_val = pOD->optArg.argEnum; local
272 pOD->optArg.argEnum = e_val;

Completed in 35 milliseconds