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

  /external/gemmlowp/internal/
kernel.h 130 static const int kDepth = tDepth;
133 static const int kSize = kWidth * kDepth;
147 static const int kDepth = Cell::kDepth;
157 static_assert(Lhs::Cell::kDepth == Rhs::Cell::kDepth, "");
158 static const int kDepth = Lhs::Cell::kDepth;
184 return d + w * CellFormat::kDepth;
186 assert(CellFormat::kWidth == CellFormat::kDepth);
    [all...]
  /system/connectivity/shill/ethernet/
ethernet_unittest.cc 549 const uint32_t kDepth = 123;
551 TriggerCertification(kSubjectName, kDepth);
552 EXPECT_CALL(*mock_service_, AddEAPCertification(kSubjectName, kDepth));
554 TriggerCertification(kSubjectName, kDepth);
  /system/connectivity/shill/wifi/
wifi_unittest.cc     [all...]

Completed in 310 milliseconds