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

  /src/external/bsd/libpcap/dist/
optimize.c 230 bpf_u_int32 const_val; member in struct:vmapinfo
757 opt_state->vmap[val].const_val = v0;
789 a = opt_state->vmap[v0].const_val;
790 b = opt_state->vmap[v1].const_val;
1060 b->s.k += opt_state->vmap[val].const_val;
1138 bpf_u_int32 v = opt_state->vmap[val].const_val;
1148 bpf_u_int32 v = opt_state->vmap[val].const_val;
1211 s->k += opt_state->vmap[v].const_val;
1263 s->k = 0U - opt_state->vmap[val[A_ATOM]].const_val;
1339 s->k = opt_state->vmap[val[X_ATOM]].const_val;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 98 array CONST_VAL[i].VALUE. That is fed into substitute_and_fold for
190 CONST_VAL[I].VALUE holds the constant value for SSA_NAME(I). If
192 (i.e., a VDEF), CONST_VAL[I].MEM_REF will contain the actual
195 static ccp_prop_value_t *const_val; variable
261 CONST_VAL array. The following rules are used to get default
373 if (const_val == NULL
377 val = &const_val[SSA_NAME_VERSION (var)];
412 ccp_prop_value_t *val = &const_val[SSA_NAME_VERSION (var)];
528 ccp_prop_value_t *old_val = &const_val[SSA_NAME_VERSION (var)];
896 const_val = XCNEWVEC (ccp_prop_value_t, n_const_val)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 98 array CONST_VAL[i].VALUE. That is fed into substitute_and_fold for
188 CONST_VAL[I].VALUE holds the constant value for SSA_NAME(I). If
190 (i.e., a VDEF), CONST_VAL[I].MEM_REF will contain the actual
193 static ccp_prop_value_t *const_val; variable
259 CONST_VAL array. The following rules are used to get default
371 if (const_val == NULL
375 val = &const_val[SSA_NAME_VERSION (var)];
410 ccp_prop_value_t *val = &const_val[SSA_NAME_VERSION (var)];
526 ccp_prop_value_t *old_val = &const_val[SSA_NAME_VERSION (var)];
884 const_val = XCNEWVEC (ccp_prop_value_t, n_const_val)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 275 LONGEST const_val; member in union:dynamic_prop_data
328 LONGEST const_val () const function in struct:dynamic_prop
332 return m_data.const_val;
335 void set_const_val (LONGEST const_val)
338 m_data.const_val = const_val;
765 return this->stride.const_val () * 8;
767 return this->stride.const_val ();
1923 (TYPE_DATA_LOCATION (thistype)->const_val ())
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 281 LONGEST const_val; member in union:dynamic_prop_data
334 LONGEST const_val () const function in struct:dynamic_prop
338 return m_data.const_val;
341 void set_const_val (LONGEST const_val)
344 m_data.const_val = const_val;
771 return this->stride.const_val () * 8;
773 return this->stride.const_val ();
1929 (TYPE_DATA_LOCATION (thistype)->const_val ())
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 10480 rtx const_val = const0_rtx; local
10501 const_val = const1_rtx;
10508 emit_move_insn (target, const_val);
12022 rtx const_val = const0_rtx; local
12094 const_val = const1_rtx;
12101 emit_move_insn (target, const_val);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 11306 rtx const_val = const0_rtx; local
11378 const_val = const1_rtx;
11385 emit_move_insn (target, const_val);

Completed in 67 milliseconds