HomeSort by relevance Sort by last modified time
    Searched full:a_other (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/dns/
record_rdata.cc 87 const ARecordRdata* a_other = static_cast<const ARecordRdata*>(other); local
88 return address_ == a_other->address_;
120 const AAAARecordRdata* a_other = static_cast<const AAAARecordRdata*>(other); local
121 return address_ == a_other->address_;
  /external/jemalloc/include/jemalloc/internal/
rb.h 198 * int (a_cmp *)(a_type *a_node, a_type *a_other);
202 * -1 : a_node < a_other
203 * 0 : a_node == a_other
204 * 1 : a_node > a_other
    [all...]

Completed in 87 milliseconds