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

  /art/runtime/gc/accounting/
bitmap-inl.h 80 uintptr_t right_edge; local
112 right_edge = 0;
114 right_edge = bitmap_begin_[index_end];
117 right_edge = left_edge;
121 right_edge &= ((static_cast<uintptr_t>(1) << (bit_end % kBitsPerBitmapWord)) - 1);
122 if (right_edge != 0) {
125 const size_t shift = CTZ(right_edge);
127 right_edge ^= (static_cast<uintptr_t>(1)) << shift;
128 } while (right_edge != 0);
space_bitmap-inl.h 105 uintptr_t right_edge; local
140 right_edge = 0;
142 right_edge = bitmap_begin_[index_end];
146 right_edge = left_edge;
150 right_edge &= ((static_cast<uintptr_t>(1) << bit_end) - 1);
151 if (right_edge != 0) {
153 // Iterate on the bits set in word `right_edge`, from the least to the most significant bit.
155 const size_t shift = CTZ(right_edge);
158 right_edge ^= (static_cast<uintptr_t>(1)) << shift;
159 } while (right_edge != 0)
    [all...]
  /external/u-boot/drivers/ddr/altera/
sequencer.c 2401 int32_t right_edge[rwcfg->mem_dq_per_read_dqs]; local
2954 int right_edge[rwcfg->mem_dq_per_write_dqs]; local
    [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c 2152 int right_edge = cpi->common.mi_cols; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 3117 int right_edge = cpi->common.mi_cols; local
    [all...]

Completed in 353 milliseconds