Home
last modified time | relevance | path

Searched refs:cu2 (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libdw/
Dlibdw_findcu.c42 struct Dwarf_CU *cu2 = (struct Dwarf_CU *) arg2; in findcu_cb() local
48 if (cu1->start < cu2->start) in findcu_cb()
50 if (cu1->start >= cu2->end) in findcu_cb()
55 if (cu2->start < cu1->start) in findcu_cb()
57 if (cu2->start >= cu1->end) in findcu_cb()
/external/deqp-deps/glslang/Test/
Dspv.uint.frag21 const uint cu2 = -1u; // 0xFFFFFFFF
25 if (cu1 == cu2)
29 if (cu2 == cu3)
Duint.frag22 const uint cu2 = -1u; // 0xFFFFFFFF
27 if (cu1 == cu2)
31 if (cu2 == cu3)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebug-names-two-cu.ll44 !3 = !DIFile(filename: "/tmp/cu2.c", directory: "/tmp")
Ddebug-names-many-cu.ll69 !3 = !DIFile(filename: "/tmp/cu2.c", directory: "/tmp")
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp2107 CurrencyUnit cu2(cu); in TestCurrencyUnit() local
2108 if (!(cu2 == cu)){ in TestCurrencyUnit()