Searched refs:start_index (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DJSON.cpp232 const uint64_t start_index = m_index; local
277 << start_index; local
291 error << " at offset " << start_index; local
347 error << "error: extra decimal point found at offset " << start_index; local
360 << start_index; local
376 << start_index; local
388 if (m_index > start_index) {
389 value = m_packet.substr(start_index, m_index - start_index);
426 error << "error: invalid number found at offset " << start_index; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
175 start_index = (region_start + k + MAX_LOW_POINT) *
177 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
189 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
190 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
191 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
192 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
352 start_index
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c326 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
379 start_index = (region_start + k + MAX_LOW_POINT) *
381 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
398 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
399 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
400 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
401 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
536 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
568 start_index
[all...]
/openbsd-current/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py466 def _bucket_it(self, start_addr, start_index, end_index):
467 for i in range(start_index, end_index):
474 start_index = self.first_block_start_index
476 end_index = min(start_index + self.size -
478 for _, elem in self._bucket_it(current_addr, start_index, end_index):
480 num_emitted += end_index - start_index
483 start_index = 0
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn321/
H A Ddcn321_fpu.c264 unsigned int start_index = 0; local
271 start_index = i;
278 if (start_index != end_index) {
279 for (int j = start_index; j < end_index; j++) {
280 for (int k = start_index; k < end_index; k++) {
287 start_index = 0;
/openbsd-current/usr.bin/less/
H A Dsearch.c439 create_hilites(off_t linepos, int start_index, int end_index, int *chpos) argument
446 hl->hl_startpos = linepos + chpos[start_index];
456 for (i = start_index+1; i <= end_index; i++) {
/openbsd-current/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check241 abbrevs = [abbrev[start_index:start_index+3]
242 for abbrev, start_index
/openbsd-current/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py183 start_index = bisect.bisect_left(all_symbols, symbol)
184 for s in all_symbols[start_index:]:
/openbsd-current/sys/scsi/
H A Dcd.h85 u_int8_t start_index; member in struct:scsi_play_track
H A Dcd.c824 args->start_index, args->end_track, args->end_index);
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1341 int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index, argument
1349 if ((end_index - start_index) == 31)
1352 mask = (1 << ((end_index - start_index) + 1)) - 1;
1354 efuse_param.sEfuse.usEfuseIndex = cpu_to_le16((start_index / 32) * 4);
1356 (start_index - ((start_index / 32) * 32));
1358 ((end_index - start_index) + 1);
H A Dppatomctrl.h317 extern int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
/openbsd-current/sys/sys/
H A Dcdio.h147 u_char start_index; member in struct:ioc_play_track
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dgdbremote.py1201 def decode_packet(s, start_index=0):
1202 # print '\ndecode_packet("%s")' % (s[start_index:])
1203 index = s.find('}', start_index)
1206 normal_s = s[start_index:index]
1208 normal_s = s[start_index:]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c448 uint32_t i, j, k, seg_distr[NUMBER_REGIONS], increment, start_index, hw_points; local
505 start_index = (region_start + k + MAX_LOW_POINT) *
507 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
519 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
520 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
521 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
/openbsd-current/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c745 uint32_t i, start_index; local
763 start_index = 32;
764 rgb += start_index;
765 coord_x += start_index;
767 for (i = start_index; i <= hw_points_num; i++) {
/openbsd-current/sys/dev/pci/drm/radeon/
H A Drv6xx_dpm.c241 u32 start_index, u8 *end_index)
246 u32 step_index = start_index;
306 u32 start_index, u32 end_index)
310 for (step_index = start_index + 1; step_index < end_index; step_index++)
239 rv6xx_generate_steps(struct radeon_device *rdev, u32 low, u32 high, u32 start_index, u8 *end_index) argument
305 rv6xx_invalidate_intermediate_steps_range(struct radeon_device *rdev, u32 start_index, u32 end_index) argument
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2368 unsigned int start_index = 0; local
2375 start_index = i;
2382 if (start_index != end_index) {
2383 for (int j = start_index; j < end_index; j++) {
2384 for (int k = start_index; k < end_index; k++) {
2391 start_index = 0;
/openbsd-current/usr.bin/cdio/
H A Dcdio.c1387 t.start_index = istart;
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tfile.c929 unsigned long start_index; /* starting index # of page */
1659 new_links->start_index = vp->num_allocated;
922 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c799 unsigned long start_index; /* starting index # of page */
1532 new_links->start_index = vp->num_allocated;
797 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c929 unsigned long start_index; /* starting index # of page */
1767 new_links->start_index = vp->num_allocated;
922 unsigned long start_index; /* starting index # of page */ member in struct:vlinks
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c800 unsigned long start_index; /* starting index # of page */
1533 new_links->start_index = vp->num_allocated;
798 unsigned long start_index; /* starting index # of page */ member in struct:vlinks

Completed in 407 milliseconds