Searched refs:n2 (Results 1 – 8 of 8) sorted by relevance
/system/sepolicy/tests/ |
D | fc_sort_test.py | 34 n2 = fc_sort.FileContextsNode.create("/d u:object_r:rootfs:s0") 39 contexts = [n1, n2, n3, n4] 41 self.assertEqual(contexts, [n3, n2, n1, n4])
|
/system/extras/simpleperf/ |
D | callchain.h | 148 const std::unique_ptr<NodeT>& n2) { in CompareNodeByPeriod() 150 uint64_t period2 = n2->period + n2->children_period; in CompareNodeByPeriod()
|
D | CallChainJoiner.cpp | 104 bool LRUCache::CacheNodeEqual(const CacheNode* n1, const CacheNode* n2) { in CacheNodeEqual() argument 105 return n1->tid == n2->tid && n1->ip == n2->ip && n1->sp == n2->sp; in CacheNodeEqual()
|
D | CallChainJoiner.h | 87 static bool CacheNodeEqual(const CacheNode* n1, const CacheNode* n2);
|
/system/core/libutils/binder/ |
D | Unicode.cpp | 263 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2) in strzcmp16() argument 266 const char16_t* e2 = s2+n2; in strzcmp16() 275 return n1 < n2 in strzcmp16() 277 : (n1 > n2 in strzcmp16()
|
/system/core/libutils/binder/include/utils/ |
D | Unicode.h | 39 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
|
/system/core/libutils/include/utils/ |
D | Unicode.h | 39 int strzcmp16(const char16_t *s1, size_t n1, const char16_t *s2, size_t n2);
|
/system/core/init/ |
D | perfboot.py | 332 n2 = n / 2 333 return (data[n2 - 1] + data[n2]) / 2.0
|