Searched refs:aligned_start (Results 1 – 6 of 6) sorted by relevance
52 int64_t aligned_start = 0; in MapFileRegionToMemory() local56 &aligned_start, in MapFileRegionToMemory()61 if (aligned_start < 0 || in MapFileRegionToMemory()62 !IsValueInRangeForNumericType<off_t>(aligned_start)) { in MapFileRegionToMemory()67 map_start = static_cast<off_t>(aligned_start); in MapFileRegionToMemory()
118 int64_t* aligned_start, in CalculateVMAlignedBoundaries() argument125 *aligned_start = start & ~mask; in CalculateVMAlignedBoundaries()
112 int64_t* aligned_start,
150 const int aligned_start = in FilterbankPopulateState() local152 const int aligned_width = (chan_freq_index_start - aligned_start + width); in FilterbankPopulateState()157 state->channel_frequency_starts[chan] = aligned_start; in FilterbankPopulateState()
147 const int aligned_start = in FilterbankPopulateState() local150 (chan_freq_index_start - aligned_start + width); in FilterbankPopulateState()155 state->channel_frequency_starts[chan] = aligned_start; in FilterbankPopulateState()
207 …uint32_t aligned_start = format_angle (cam_info.round_angle_start) / 360.0f * (float)_output_width; in estimate_round_slices() local208 aligned_start = XCAM_ALIGN_AROUND (aligned_start, _alignment_x); in estimate_round_slices()209 … if (_output_width <= constraint_margin + aligned_start || aligned_start <= constraint_margin) in estimate_round_slices()210 aligned_start = 0; in estimate_round_slices()211 … view_slice.hori_angle_start = format_angle((float)aligned_start / (float)_output_width * 360.0f); in estimate_round_slices()