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

  /src/usr.sbin/sysinst/
txtwalk.h 43 int i_val; member in union:data::udata
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 1516 tree constr, t, si, i_val;
1618 i_val = vector_element (gsi, mask, si, &masktmp);
1620 if (TREE_CODE (i_val) == INTEGER_CST)
1624 index = TREE_INT_CST_LOW (i_val);
1625 if (!tree_fits_uhwi_p (i_val) || index >= elements)
1626 i_val = build_int_cst (mask_elt_type, index & (elements - 1));
1629 t = vector_element (gsi, vec1, i_val, &vec1tmp);
1631 t = vector_element (gsi, vec0, i_val, &vec0tmp);
1642 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val,
1648 i_val = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val
1515 tree constr, t, si, i_val; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 1549 tree constr, t, si, i_val;
1648 i_val = vector_element (gsi, mask, si, &masktmp);
1650 if (TREE_CODE (i_val) == INTEGER_CST)
1654 index = TREE_INT_CST_LOW (i_val);
1655 if (!tree_fits_uhwi_p (i_val) || index >= elements)
1656 i_val = build_int_cst (mask_elt_type, index & (elements - 1));
1659 t = vector_element (gsi, vec1, i_val, &vec1tmp);
1661 t = vector_element (gsi, vec0, i_val, &vec0tmp);
1672 cond = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val,
1678 i_val = fold_build2 (BIT_AND_EXPR, mask_elt_type, i_val
1548 tree constr, t, si, i_val; local
    [all...]
  /src/external/mit/lua/dist/src/
lobject.h 720 TValue i_val; /* direct access to node's value as a proper 'TValue' */ member in union:Node
  /src/sys/compat/netbsd32/
netbsd32_ioctl.h 153 int16_t i_val; /* Index or simple value */ member in struct:netbsd32_ieee80211req
  /src/sys/net80211/
ieee80211_ioctl.h 399 * WME parameters are set and return using i_val and i_len.
400 * i_val holds the value itself. i_len specifies the AC
415 int16_t i_val; /* Index or simple value */ member in struct:ieee80211req

Completed in 36 milliseconds