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

  /external/webp/src/utils/
random_utils.h 28 int index1_, index2_; member in struct:__anon36826
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
47 if (++rg->index2_ == VP8_RANDOM_TABLE_SIZE) rg->index2_ = 0;
random_utils.c 36 rg->index2_ = 31;
  /external/v8/src/compiler/x64/
code-generator-x64.cc 467 index2_(index2), \
472 __ leal(kScratchRegister, Operand(index1_, index2_)); \
484 int32_t const index2_; \
522 index2_(index2), \
528 __ leal(kScratchRegister, Operand(index1_, index2_)); \
542 int32_t const index2_; \
581 index2_(index2), \
587 __ leal(kScratchRegister, Operand(index1_, index2_)); \
597 int32_t const index2_; \
636 index2_(index2),
    [all...]

Completed in 1296 milliseconds