HomeSort by: relevance | last modified time | path
    Searched refs:Probe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_type_hash_itanium.cc 102 unsigned Probe = First;
104 if (!__ubsan_vptr_hash_set[Probe] || __ubsan_vptr_hash_set[Probe] == V)
105 return &__ubsan_vptr_hash_set[Probe];
106 Probe += ((V >> 16) & 65535) + 1;
107 if (Probe >= HashTableSize)
108 Probe -= HashTableSize;
110 // FIXME: Pick a random entry from the probe sequence to evict rather than
  /src/sys/arch/mips/mips/
mipsX_subr.S 1905 tlbp # Probe the invalid entry
2117 tlbp # Probe for the entry.
2292 tlbp # probe the entry in question
2771 tlbp # probe VPN

Completed in 92 milliseconds