Home
last modified time | relevance | path

Searched refs:sq (Results 1 – 2 of 2) sorted by relevance

/system/extras/libfec/
Dfec_open.cpp235 squashfs_info sq; in get_squashfs_size() local
237 if (squashfs_parse_sb_buffer(buffer, &sq) < 0) { in get_squashfs_size()
242 *offset = sq.bytes_used_4K_padded; in get_squashfs_size()
/system/core/libpixelflinger/
Dscanline.cpp1901 int32_t s, sq; in scanline_perspective() member
1944 tc[i].sqtq.sq = gglMulx(s, q0, iwscale); in scanline_perspective()
2032 int32_t sq, tq, dsdx, dtdx; in scanline_perspective_single() local
2048 sq = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2050 dsdx = (sq - s0) / premainder; in scanline_perspective_single()
2062 sq = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2064 dsdx = (sq - s0) >> SPAN_BITS; in scanline_perspective_single()
2083 s0 = sq; in scanline_perspective_single()