HomeSort by relevance Sort by last modified time
    Searched refs:tab_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/utils/
random_utils.h 29 uint32_t tab_[VP8_RANDOM_TABLE_SIZE]; member in struct:__anon36826
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
45 rg->tab_[rg->index1_] = diff;
random_utils.c 34 memcpy(rg->tab_, kRandomTable, sizeof(rg->tab_));
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 312 CHECK_EQ(tab_, 0);
316 tab_ = ctx->clock_alloc.Map(tab_idx_);
317 internal_memset(tab_, 0, sizeof(*tab_));
324 tab_ = ctx->clock_alloc.Map(tab_idx_);
325 internal_memset(tab_, 0, sizeof(*tab_));
330 tab_ = ctx->clock_alloc.Map(tab_idx_);
331 internal_memset(tab_, 0, sizeof(*tab_));
    [all...]
tsan_clock.h 69 // tab_ contains indirect pointer to a 512b block using DenseSlabAlloc.
70 // If size_ <= 64, then tab_ points to an array with 64 ClockElem's.
71 // Otherwise, tab_ points to an array with 128 u32 elements,
73 ClockBlock *tab_;

Completed in 799 milliseconds