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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h86 uptr GetMemoryConsumption(uptr *nsync);
H A Dtsan_sync.cc176 uptr SyncTab::GetMemoryConsumption(uptr *nsync) { argument
182 *nsync += 1;
H A Dtsan_rtl.cc109 uptr nsync = 0; local
110 uptr syncmem = CTX()->synctab.GetMemoryConsumption(&nsync);
118 syncmem >> 20, nsync);
/external/libvpx/vp8/encoder/
H A Dethreading.c61 const int nsync = cpi->mt_sync_range; local
120 if ((mb_col & (nsync - 1)) == 0)
122 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != cm->mb_cols - 1)
H A Dencodeframe.c484 const int nsync = cpi->mt_sync_range; local
541 if ((mb_col & (nsync - 1)) == 0)
543 while (mb_col > (*last_row_current_mb_col - nsync)
/external/libvpx/vp8/decoder/
H A Dthreading.c242 int nsync = pbi->sync_range; local
278 if ((mb_col & (nsync-1)) == 0)
280 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)
690 int nsync = pbi->sync_range; local
758 if ( mb_row > 0 && (mb_col & (nsync-1)) == 0){
759 while (mb_col > (*last_row_current_mb_col - nsync) && *last_row_current_mb_col != pc->mb_cols - 1)

Completed in 354 milliseconds