Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Df-lang.c1175 LONGEST total_offset = 0; in value_subarray() local
1334 total_offset += offset; in value_subarray()
1389 total_offset += offset; in value_subarray()
1422 plongest (total_offset)); in value_subarray()
1457 || (total_offset + array_slice_type->length () in value_subarray()
1461 (array_slice_type, array->address () + total_offset, dest); in value_subarray()
1467 (array_slice_type, array->address () + total_offset, in value_subarray()
1468 total_offset, array, dest); in value_subarray()
1482 || (total_offset + array_slice_type->length () in value_subarray()
1485 array->address () + total_offset); in value_subarray()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsanopt.cc507 offset_int total_offset = expr_offset + cur_offset; in maybe_optimize_ubsan_ptr_ifn() local
508 if (total_offset != wi::sext (total_offset, POINTER_SIZE)) in maybe_optimize_ubsan_ptr_ifn()
527 && wi::les_p (total_offset, base_size)) in maybe_optimize_ubsan_ptr_ifn()
529 if (!wi::neg_p (total_offset) in maybe_optimize_ubsan_ptr_ifn()
530 && wi::les_p (total_offset, base_size)) in maybe_optimize_ubsan_ptr_ifn()
555 if (has_dominating_ubsan_ptr_check (ctx, base_addr, total_offset)) in maybe_optimize_ubsan_ptr_ifn()
567 bool sign_total_offset = !wi::neg_p (total_offset); in maybe_optimize_ubsan_ptr_ifn()
573 total_offset)) in maybe_optimize_ubsan_ptr_ifn()
584 total_offset); in maybe_optimize_ubsan_ptr_ifn()
/netbsd/src/external/bsd/top/dist/machine/
Dm_svr4.c136 static unsigned long total_offset; variable
239 total_offset = nlst[X_TOTAL].n_value; in machine_init()
339 (void) getkval (total_offset, (int *) (&total), sizeof (total), "total"); in get_system_info()
Dm_hpux8.c187 static unsigned long total_offset; variable
293 total_offset = nlst[X_TOTAL].n_value;
392 (void) getkval(total_offset, (int *)(&total), sizeof(total),
Dm_hpux7.c188 static unsigned long total_offset; variable
332 total_offset = nlst[X_TOTAL].n_value;
434 (void) getkval(total_offset, (int *)(&total), sizeof(total),
Dm_hpux9.c199 static unsigned long total_offset; variable
305 total_offset = nlst[X_TOTAL].n_value;
404 (void) getkval(total_offset, (int *)(&total), sizeof(total),
Dm_sunos4.c203 static unsigned long total_offset; variable
361 total_offset = nlst[X_TOTAL].n_value;
/netbsd/src/external/bsd/libevent/dist/
Dbuffer.c3246 ev_uint64_t total_offset = seg->mmap_offset+offset; in evbuffer_add_file_segment() local
3249 if (total_offset) { in evbuffer_add_file_segment()
3253 offset_remaining = total_offset % si.dwAllocationGranularity; in evbuffer_add_file_segment()
3254 offset_rounded = total_offset - offset_remaining; in evbuffer_add_file_segment()
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Dbuffer.c3244 ev_uint64_t total_offset = seg->mmap_offset+offset; in evbuffer_add_file_segment() local
3247 if (total_offset) { in evbuffer_add_file_segment()
3251 offset_remaining = total_offset % si.dwAllocationGranularity; in evbuffer_add_file_segment()
3252 offset_rounded = total_offset - offset_remaining; in evbuffer_add_file_segment()