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

  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 100 unsigned Probe = First;
102 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V)
103 return &__ubsan_vptr_hash_set[Probe];
104 Probe += ((V >> 16) & 65535) + 1;
105 if (Probe >= HashTableSize)
106 Probe -= HashTableSize;
108 // FIXME: Pick a random entry from the probe sequence to evict rather than
  /external/llvm/lib/Support/
FoldingSet.cpp 283 void *Probe = OldBuckets[i];
284 if (!Probe) continue;
285 while (Node *NodeInBucket = GetNextPtr(Probe)) {
287 Probe = NodeInBucket->getNextInBucket();
309 void *Probe = *Bucket;
314 while (Node *NodeInBucket = GetNextPtr(Probe)) {
319 Probe = NodeInBucket->getNextInBucket();
424 void *Probe = NodePtr->getNextInBucket();
426 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
430 void **Bucket = GetBucketPtr(Probe);
    [all...]
  /external/v8/src/
hashmap.h 93 Entry* Probe(void* key, uint32_t hash) const;
117 Entry* p = Probe(key, hash);
127 Entry* p = Probe(key, hash);
142 p = Probe(key, hash);
152 Entry* p = Probe(key, hash);
245 TemplateHashMapImpl<AllocationPolicy>::Probe(void* key, uint32_t hash) const {
v8.cc 81 CpuFeatures::Probe(false);
flags.cc 522 CpuFeatures::Probe(false);
assembler.h 210 static void Probe(bool cross_compile) {
218 Probe(false);
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 30 struct Probe {
31 Probe(int64_t send_time_ms, int64_t recv_time_ms, size_t payload_size)
145 std::list<Probe> probes_;
remote_bitrate_estimator_abs_send_time.cc 127 for (std::list<Probe>::const_iterator it = probes_.begin();
175 LOG(LS_INFO) << "Probe failed, sent at " << send_bitrate_bps
190 // If we reach the max number of probe packets and still have no clusters,
201 // Make sure that a probe sent on a lower bitrate than our estimate can't
205 LOG(LS_INFO) << "Probe successful, sent at "
215 // Not probing and received non-probe packet, or finished with current set
293 LOG(LS_INFO) << "Probe packet received: send time=" << send_time_ms
298 probes_.push_back(Probe(send_time_ms, arrival_time_ms, payload_size));
366 // we only probe for bandwidth in the beginning of a call right now.
  /external/mesa3d/src/gallium/targets/xorg-i915/
intel_xorg.c 139 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-r300/
xorg.c 140 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-r600/
xorg.c 140 scrn->Probe = NULL;
  /external/mesa3d/src/gallium/targets/xorg-radeonsi/
xorg.c 140 scrn->Probe = NULL;
  /external/ceres-solver/internal/ceres/
gradient_checker_test.cc 176 // Make a term and probe it.
179 EXPECT_TRUE(GoodTermGradientChecker::Probe(
184 EXPECT_FALSE(BadTermGradientChecker::Probe(
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
nouveau_xorg.c 186 scrn->Probe = NULL;
  /external/ceres-solver/include/ceres/
gradient_checker.h 59 // CostFunction, and then call Probe(). Check that the return value is
68 // Here we stash some results from the probe, for later
92 // probe_point: The parameter values at which to probe.
95 // this amount, then the probe fails.
104 static bool Probe(double const* const* probe_point,
110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
  /external/v8/src/snapshot/
mksnapshot.cc 154 i::CpuFeatures::Probe(true);
  /external/llvm/include/llvm/ADT/
FoldingSet.h 660 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket();
661 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
  /prebuilts/sdk/tools/jills/
jill-3.36.CANDIDATE.jar 
jill-4.7.BETA.jar 

Completed in 715 milliseconds