avb_hp             65 core/shooting.c     static unsigned avb_hp = 0;
avb_hp             89 core/shooting.c         avb_history[avb_hp] = avb_v;
avb_hp             90 core/shooting.c         avb_times[avb_hp] = avb_ts - avb_pts;
avb_hp             91 core/shooting.c         avb_hp = (avb_hp+1) & 31;