Home
last modified time | relevance | path

Searched refs:kMaxObjects (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DGrMemoryPoolBench.cpp45 static const int kMaxObjects = 4 * (1 << 10); in run_stack() local
46 T* objs[kMaxObjects]; in run_stack()
49 for (int j = 0; j < kMaxObjects; ++j) { in run_stack()
53 for (int j = kMaxObjects - 1; j >= 0; --j) { in run_stack()
69 static const int kMaxObjects = 4 * (1 << 10); in run_queue() local
70 T* objs[kMaxObjects]; in run_queue()
73 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()
77 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()
93 static const int kMaxObjects = 4 * (1 << 10); in run_pushpop() local
94 T* objs[kMaxObjects]; in run_pushpop()
[all …]
/external/skqp/bench/
DGrMemoryPoolBench.cpp48 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator
50 A* objects[kMaxObjects]; in onDraw()
55 const int kSwitchThreshPeriod = loops / (2 * kMaxObjects); in onDraw()
66 (kMaxObjects == count || del < delThresh)) { in onDraw()
110 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator
112 std::unique_ptr<B> objects[kMaxObjects]; in onDraw()
115 uint32_t idx = r.nextRangeU(0, kMaxObjects-1); in onDraw()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc213 if (objects_.size() < kMaxObjects) { in Release()
222 static constexpr int kMaxObjects = 1000; member in tensorflow::__anona9090a8f0111::RpcRecvTensorFreeList