Searched refs:_eq (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/test/unit/ |
D | atomic.c | 35 assert_##ta##_eq(atomic_read_##p(&accum), \ 39 assert_##ta##_eq(atomic_add_##p(&accum, tests[i].x), \ 43 assert_##ta##_eq(atomic_read_##p(&accum), accum, \ 47 assert_##ta##_eq(atomic_sub_##p(&accum, tests[i].x), \ 51 assert_##ta##_eq(atomic_read_##p(&accum), accum, \ 58 assert_##ta##_eq(accum, err ? tests[i].accum0 : \ 63 assert_##ta##_eq(accum, tests[i].s, \
|
D | util.c | 7 assert_##suf##_eq(pow2_ceil_##suf(0), 0, "Unexpected result"); \ 10 assert_##suf##_eq(pow2_ceil_##suf(((t)1) << i), ((t)1) \ 15 assert_##suf##_eq(pow2_ceil_##suf((((t)1) << i) - 1), \ 20 assert_##suf##_eq(pow2_ceil_##suf((((t)1) << i) + 1), \ 27 assert_##suf##_eq(pow2_ceil_##suf(x), \
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 63 return self._eq(other) 75 return not self._eq(other) 77 def _eq(self, other): member in Base 285 def _eq(self, other): member in Node 396 def _eq(self, other): member in Leaf
|
/external/python/cpython2/Lib/ |
D | collections.py | 21 from operator import itemgetter as _itemgetter, eq as _eq unknown 225 return dict.__eq__(self, other) and all(_imap(_eq, self, other))
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 354 ### AdbWrapper.\_\_eq\_\_
|
D | device_utils.md | 23 ### DeviceUtils.\_\_eq\_\_
|
/external/llvm/test/Transforms/InstCombine/ |
D | icmp.ll | 1453 define i1 @icmp_and_X_-16_eq-16(i32 %X) { 1454 ; CHECK-LABEL: @icmp_and_X_-16_eq-16(
|