Home
last modified time | relevance | path

Searched refs:set10 (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/
Dmeson.build34 config.set10('UDEV', get_option('udev'))
69 config.set10('HAVE_LIBDRM_ATOMIC_PRIMITIVES', intel_atomics)
70 config.set10('HAVE_LIB_ATOMIC_OPS', lib_atomics)
187 config.set10('MAJOR_IN_SYSMACROS', true)
189 config.set10('MAJOR_IN_MKDEV', true)
191 config.set10('HAVE_OPEN_MEMSTREAM', cc.has_function('open_memstream'))
251 config.set10('HAVE_VISIBILITY',
266 config.set10('HAVE_@0@'.format(t[1]), t[0])
271 config.set10('_GNU_SOURCE', true)
/external/llvm/test/Transforms/InstCombine/
D2013-03-05-Combine-BitcastTy-Into-Alloca.ll32 %bf.set10 = or i96 %bf.set5, %bf.clear
34 store i96 %bf.set10, i96* %retval.0.cast7, align 8
38 %trunc = trunc i96 %bf.set10 to i64
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2013-03-05-Combine-BitcastTy-Into-Alloca.ll32 %bf.set10 = or i96 %bf.set5, %bf.clear
34 store i96 %bf.set10, i96* %retval.0.cast7, align 8
38 %trunc = trunc i96 %bf.set10 to i64
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dselect-imm.ll335 %set10 = or i32 %clear9, %rem
336 store i32 %set10, i32* %bit
337 %clear12 = and i32 %set10, 4095
/external/icu/icu4c/source/data/misc/
DpluralRanges.txt67 ro{"set10"}
299 set10{
Dplurals.txt73 is{"set10"}
325 set10{
DdayPeriods.txt39 is{"set10"}
177 set10{
/external/clang/test/Misc/
Ddiag-template-diffing.cpp281 void set10(class_types<int, int>) {} in set10() function
283 set10(class_types<int>()); in test10()
284 set10(class_types<int, int, int>()); in test10()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckDisplayCollisions.java182 Set<String> set10 = new HashSet<String>(); in createMapPathPartsToSets() local
183 set10.add("/unit[@type=\"angle-arc-minute\"]"); in createMapPathPartsToSets()
184 mapPathPartsToSets.put("/unit[@type=\"length-foot\"]", set10); in createMapPathPartsToSets()