Searched refs:offset_out (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-strlen.c | 334 get_addr_stridx (tree exp, tree ptr, unsigned HOST_WIDE_INT *offset_out, 357 if (offset_out) 358 *offset_out = 0; 368 if ((offset_out || ptr) && last && last->idx > 0) 375 if (offset_out) 377 *offset_out = rel_off;
|
| H A D | rtlanal.c | 928 split_const (rtx x, rtx *base_out, rtx *offset_out) in split_const() argument 936 *offset_out = XEXP (x, 1); in split_const() 941 *offset_out = const0_rtx; in split_const() 949 strip_offset (rtx x, poly_int64_pod *offset_out) in strip_offset() argument 960 if (poly_int_rtx_p (test, offset_out)) in strip_offset() 962 *offset_out = 0; in strip_offset()
|
| H A D | var-tracking.c | 1873 track_offset_p (poly_int64 offset, HOST_WIDE_INT *offset_out) in track_offset_p() argument 1879 *offset_out = const_offset; in track_offset_p() 5336 machine_mode *mode_out, HOST_WIDE_INT *offset_out) in track_loc_p() argument 5381 if (offset_out) in track_loc_p() 5382 *offset_out = const_offset; in track_loc_p()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-strlen.cc | 408 tree ptr, unsigned HOST_WIDE_INT *offset_out, in get_addr_stridx() argument 431 if (offset_out) in get_addr_stridx() 432 *offset_out = 0; in get_addr_stridx() 442 if ((offset_out || ptr) && last && last->idx > 0) in get_addr_stridx() 449 if (offset_out) in get_addr_stridx() 451 *offset_out = rel_off; in get_addr_stridx()
|
| H A D | var-tracking.cc | 1881 track_offset_p (poly_int64 offset, HOST_WIDE_INT *offset_out) in track_offset_p() argument 1887 *offset_out = const_offset; in track_offset_p() 5343 machine_mode *mode_out, HOST_WIDE_INT *offset_out) in track_loc_p() argument 5388 if (offset_out) in track_loc_p() 5389 *offset_out = const_offset; in track_loc_p()
|
| H A D | ChangeLog-2017 | 25599 (get_addr_stridx): Add an offset_out parameter.
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_output.c | 8043 int offset_out; local 8054 offset_out = 0; 8074 offset_out += sizeof(*iph_out); 8076 (vaddr_t)iph_out + offset_out); 8091 offset_out += sizeof(*ip6_out); 8093 (vaddr_t)ip6_out + offset_out); 8114 comp_cp->sh.checksum = sctp_calculate_sum(mout, NULL, offset_out);
|