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

  /external/smack/src/org/xbill/DNS/
SPFRecord.java 25 * Creates a SPF Record from the given data
31 super(name, Type.SPF, dclass, ttl, strings);
35 * Creates a SPF Record from the given data
41 super(name, Type.SPF, dclass, ttl, string);
Type.java 169 public static final int SPF = 99;
278 types.add(SPF, "SPF", new SPFRecord());
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 681 /// FoldSPFofSPF - We have an SPF (e.g. a min or max) of an SPF of the form:
    [all...]

Completed in 630 milliseconds