Home
last modified time | relevance | path

Searched refs:rel_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/apps/snmp/
Dsnmp_pbuf_stream.c152 s32_t rel_offset = offset - pbuf_stream->offset; in snmp_pbuf_stream_seek_abs() local
153 return snmp_pbuf_stream_seek(pbuf_stream, rel_offset); in snmp_pbuf_stream_seek_abs()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp671 const unsigned rel_offset = inst->src[arg].offset - entry->dst.offset; in try_copy_propagate() local
710 const unsigned component = rel_offset / type_sz(entry->dst.type); in try_copy_propagate()
711 const unsigned suboffset = rel_offset % type_sz(entry->dst.type); in try_copy_propagate()
Dbrw_fs.cpp3092 const int rel_offset = reg_offset(s) - reg_offset(r); in mask_relative_to() local
3093 const int shift = rel_offset / REG_SIZE; in mask_relative_to()
3094 const unsigned n = DIV_ROUND_UP(rel_offset % REG_SIZE + ds, REG_SIZE); in mask_relative_to()
3236 const unsigned rel_offset = reg_offset(scan_inst->dst) - in compute_to_mrf() local
3243 assert(rel_offset < 2 * REG_SIZE); in compute_to_mrf()
3244 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE * 4; in compute_to_mrf()
3256 scan_inst->dst.nr = inst->dst.nr + rel_offset / REG_SIZE; in compute_to_mrf()
3260 scan_inst->dst.offset = inst->dst.offset + rel_offset % REG_SIZE; in compute_to_mrf()