Searched refs:b_offset (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_translate.c6761 Int b_offset = MC_(get_otrack_shadow_offset)( local
6765 tl_assert(b_offset >= -1
6766 && b_offset <= mce->layout->total_sizeB -4);
6767 if (b_offset >= 0) {
6769 return IRExpr_Get( b_offset + 2*mce->layout->total_sizeB,
6830 Int b_offset; local
6836 b_offset = MC_(get_otrack_shadow_offset)(gOff, 4);
6837 if (b_offset != -1) {
6845 IRExpr_Get(b_offset
6929 Int b_offset; local
7139 Int b_offset local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1499 int b_offset = b_mi_row * MI_SIZE * src_stride + local
1502 vp9_get_sse_sum_16x16(src + b_offset,
1504 pre_src + b_offset,

Completed in 92 milliseconds