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

  /external/webp/src/utils/
random.h 29 uint32_t tab_[VP8_RANDOM_TABLE_SIZE]; member in struct:__anon21258
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
45 rg->tab_[rg->index1_] = diff;
random.c 34 memcpy(rg->tab_, kRandomTable, sizeof(rg->tab_));
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.cc 314 CHECK_EQ(tab_, 0);
318 tab_ = ctx->clock_alloc.Map(tab_idx_);
319 internal_memset(tab_, 0, sizeof(*tab_));
326 tab_ = ctx->clock_alloc.Map(tab_idx_);
327 internal_memset(tab_, 0, sizeof(*tab_));
332 tab_ = ctx->clock_alloc.Map(tab_idx_);
333 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 598 milliseconds