Searched refs:toffset (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dcompress.c207 isc_uint16_t toffset; local
227 toffset = (isc_uint16_t)(offset + (length - tlength));
240 node->offset = toffset;
/freebsd-9.3-release/contrib/ntp/parseutil/
H A Ddcfd.c1042 struct timeval toffset; local
1055 toffset = *offset;
1056 toffset.tv_sec = l_abs(toffset.tv_sec);
1057 toffset.tv_usec = l_abs(toffset.tv_usec);
1058 if (toffset.tv_sec ||
1059 (!toffset.tv_sec && toffset.tv_usec > max_adj_offset_usec))
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Devergreen_cs.c761 unsigned long toffset, moffset; local
791 toffset = texdw[2] << 8;
839 if (toffset & (surf.base_align - 1)) {
841 __func__, __LINE__, toffset, surf.base_align);
850 toffset += surf.layer_size * depth;
852 toffset += surf.layer_size * mslice;
854 if (toffset > radeon_bo_size(texture)) {
2481 u32 toffset, moffset; local
2510 toffset = (u32)((reloc->lobj.gpu_offset >> 8) & 0xffffffff);
2536 ib[idx+1+(i*8)+2] += toffset;
[all...]
H A Devergreen.c222 u32 temp, toffset; local
226 toffset = (RREG32(CG_THERMAL_CTRL) & TOFFSET_MASK) >>
231 if (toffset & 0x100)
232 actual_temp = temp / 2 - (0x200 - toffset);
234 actual_temp = temp / 2 + toffset;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1445 tree toffset; local
1458 base = get_inner_reference (ref, &bitsize, &bitpos, &toffset, &mode,
2807 tree cst, core, toffset; local
2845 &toffset, &mode, &unsignedp, &volatilep,
2858 if (toffset)
2860 tree_to_aff_combination (toffset, type, &tmp);
3718 tree toffset; local
3722 core = get_inner_reference (addr, &bitsize, &bitpos, &toffset, &mode,
3725 if (toffset != 0
/freebsd-9.3-release/sys/dev/ubsec/
H A Dubsec.c1613 ubsec_mcopy(struct mbuf *srcm, struct mbuf *dstm, int hoffset, int toffset) argument
1626 if (j < hoffset || j >= toffset)

Completed in 340 milliseconds