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

  /external/webp/src/utils/
random_utils.h 28 int index1_, index2_; member in struct:__anon43786
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/ia32/
code-generator-ia32.cc 321 index2_(index2), \
335 index2_(index2), \
343 __ lea(index1_, Operand(index1_, index2_)); \
366 int32_t const index2_; \
425 index2_(index2), \
439 index2_(index2), \
448 __ lea(index1_, Operand(index1_, index2_)); \
470 int32_t const index2_; \
528 index2_(index2), \
542 index2_(index2),
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 484 index2_(index2), \
489 __ leal(kScratchRegister, Operand(index1_, index2_)); \
501 int32_t const index2_; \
539 index2_(index2), \
545 __ leal(kScratchRegister, Operand(index1_, index2_)); \
559 int32_t const index2_; \
598 index2_(index2), \
604 __ leal(kScratchRegister, Operand(index1_, index2_)); \
614 int32_t const index2_; \
    [all...]

Completed in 962 milliseconds