Home
last modified time | relevance | path

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

/system/extras/libfec/
Dfec_open.cpp236 squashfs_info sq; in get_squashfs_size() local
238 if (squashfs_parse_sb_buffer(buffer, &sq) < 0) { in get_squashfs_size()
243 *offset = sq.bytes_used_4K_padded; in get_squashfs_size()
/system/core/libpixelflinger/
Dscanline.cpp1896 int32_t s, sq; in scanline_perspective() member
1939 tc[i].sqtq.sq = gglMulx(s, q0, iwscale); in scanline_perspective()
2027 int32_t sq, tq, dsdx, dtdx; in scanline_perspective_single() local
2043 sq = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2045 dsdx = (sq - s0) / premainder; in scanline_perspective_single()
2057 sq = gglMulx(s, iw, iwscale); in scanline_perspective_single()
2059 dsdx = (sq - s0) >> SPAN_BITS; in scanline_perspective_single()
2078 s0 = sq; in scanline_perspective_single()