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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp 190 llvm::function_ref<bool(const Use *)> ShouldDrop) {
193 if (U.getUser()->isDroppable() && ShouldDrop(&U))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 495 void dropDroppableUses(llvm::function_ref<bool(const Use *)> ShouldDrop =
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 13332 #define ShouldDrop( P ) ( ( (P) > 0.0 ) && ( ( (P) >= 1.0 ) || RandomlyTrue( P ) ) )
13365 drop = ( !context->maxDropCount && ShouldDrop( context->mcastDropRate ) ) ? true : false;
13977 if( ShouldDrop( dropRate ) ) drop = true;
13981 else if( ShouldDrop( dropRate ) )
    [all...]

Completed in 66 milliseconds