Home
last modified time | relevance | path

Searched refs:ul2 (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Sema/
Dbitfield-promote.c21 unsigned long long ul2 : 50; member
33 __typeof(s.ul2 + s.ul2) x_ul2;
/external/fio/
Dparse.c456 long ul1, ul2; in __handle_option() local
599 ul2 = 0; in __handle_option()
601 *ilp = ul2; in __handle_option()
732 !check_range_bytes(p2, &ul2, data)) { in __handle_option()
734 if (ul1 > ul2) { in __handle_option()
737 ul1 = ul2; in __handle_option()
738 ul2 = foo; in __handle_option()
743 val_store(ilp, ul2, o->off2, 0, data, o); in __handle_option()
748 val_store(ilp, ul2, o->off4, 0, data, o); in __handle_option()
754 val_store(ilp, ul2, o->off6, 0, data, o); in __handle_option()
[all …]
/external/llvm/test/CodeGen/Mips/
Dl3mc.ll31 @ul2 = global i32 0, align 4
68 store i32 %conv7, i32* @ul2, align 4
96 %7 = load i32, i32* @ul2, align 4
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleAliasTest.java146 ULocale ul2 = new ULocale(newLoc.toString()); in TestULocale() local
149 String name2 = ul2.getDisplayName(); in TestULocale()