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

  /src/crypto/external/bsd/heimdal/dist/lib/wind/
normalize.c 112 unsigned t_index; local
118 t_index = in[1] - t_base;
119 return in[0] + t_index;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1637 tree t_index = index->as_tree (); local
1638 t_index = fold_const_var (t_index);
1645 tree t_result = build4 (ARRAY_REF, t_type_star_ptr, t_ptr, t_index,
1656 t_index = fold_build1 (CONVERT_EXPR, sizetype, t_index);
1658 MULT_EXPR, sizetype, t_index, t_sizeof);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1472 tree t_index = index->as_tree (); local
1473 t_index = fold_const_var (t_index);
1480 tree t_result = build4 (ARRAY_REF, t_type_star_ptr, t_ptr, t_index,
1491 t_index = fold_build1 (CONVERT_EXPR, sizetype, t_index);
1493 MULT_EXPR, sizetype, t_index, t_sizeof);

Completed in 27 milliseconds