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

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_ipc.c 284 static const uint8_t *_tlv16_get_next(const uint8_t *ptr, const uint8_t *const end, uint16_t *const out_type,
295 _assign_null_safe(out_type, type);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc 1493 tree out_type = TREE_TYPE (gimple_assign_lhs (last_stmt));
1507 abd_in_type = signed_type_for (out_type);
1519 if (TYPE_PRECISION (out_type) >= TYPE_PRECISION (abd_in_type) * 2
1554 *type_out = get_vectype_for_scalar_type (vinfo, out_type);
1564 && TYPE_PRECISION (abd_out_type) < TYPE_PRECISION (out_type)
1572 return vect_convert_output (vinfo, stmt_vinfo, out_type, stmt, vectype_out);
1726 tree out_type = TREE_TYPE (gimple_assign_lhs (last_stmt)); local
1728 || !INTEGRAL_TYPE_P (out_type)
1729 || TYPE_PRECISION (in_type) * 2 != TYPE_PRECISION (out_type)
1750 tree vectype_out = get_vectype_for_scalar_type (vinfo, out_type);
    [all...]
tree-vect-stmts.cc 5114 tree new_tmp1, new_tmp2, new_tmp3, out_type;
5120 out_type = TREE_TYPE (vec_dest);
5121 new_tmp1 = make_ssa_name (out_type);
5127 new_tmp2 = make_ssa_name (out_type);
  /src/external/bsd/atf/dist/atf-c/detail/
process_test.c 71 enum out_type { stdout_type, stderr_type }; enum
84 enum out_type m_type;
94 check_file(const enum out_type type)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc 4095 type, OUT_TYPE is the desired final integer type of the whole pattern.
4100 adjust_bool_pattern (vec_info *vinfo, tree var, tree out_type,
4216 int out_prec = TYPE_PRECISION (out_type);
4226 out_type, irhs1, stmt_info);
4228 out_type, irhs2, stmt_info);
4282 OUT_TYPE. Return the def of the pattern root. */
4286 tree out_type, stmt_vec_info stmt_info)
4300 out_type, stmt_info, defs);
tree-vect-stmts.cc 4803 tree new_tmp1, new_tmp2, new_tmp3, out_type; local
4809 out_type = TREE_TYPE (vec_dest);
4810 new_tmp1 = make_ssa_name (out_type);
4816 new_tmp2 = make_ssa_name (out_type);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 7769 enum surface_update_type *out_type)
7922 *out_type = update_type;

Completed in 51 milliseconds