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

  /art/runtime/gc/
task_processor_test.cc 125 std::vector<std::pair<uint64_t, size_t>> orderings; local
127 orderings.push_back(std::make_pair(current_time + MsToNs(10U * i), i));
130 std::swap(orderings[i], orderings[(i * 87654231 + 12345) % orderings.size()]);
132 for (const auto& pair : orderings) {
  /external/libvorbis/doc/
02-bitpacking.tex 52 Words are native groupings of multiple bytes. Several byte orderings
04-codec.tex 614 These channel orderings refer to order within the encoded stream. It

Completed in 163 milliseconds