Home
last modified time | relevance | path

Searched refs:count_info (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dauto-profile.c122 struct count_info struct
220 bool get_count_info (location_t loc, count_info *info) const;
245 typedef std::map<unsigned, count_info> position_count_map;
285 bool get_count_info (gimple *stmt, count_info *info) const;
292 bool update_inlined_ind_target (gcall *stmt, count_info *info);
557 function_instance::get_count_info (location_t loc, count_info *info) const in get_count_info()
751 count_info *info) in update_inlined_ind_target()
766 count_info old_info; in update_inlined_ind_target()
1122 count_info info; in afdo_set_bb_count()
1475 count_info info; in afdo_vpt_for_early_inline()
[all …]
/dragonfly/sys/sys/
H A Dsoundcard.h922 typedef struct count_info { struct
926 } count_info; argument
931 #define SNDCTL_DSP_GETIPTR _IOR ('P',17, count_info)
932 #define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c1679 count_info *a = (count_info *)arg; in dsp_ioctl()
1697 count_info *a = (count_info *)arg; in dsp_ioctl()