Home
last modified time | relevance | path

Searched refs:intx (Results 1 – 5 of 5) sorted by relevance

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk7-flags.txt31 intx AliasLevel = 3 {product}
32 intx AllocateInstancePrefetchLines = 1 {product}
33 intx AllocatePrefetchDistance = 192 {product}
34 intx AllocatePrefetchInstr = 0 {product}
35 intx AllocatePrefetchLines = 4 {product}
36 intx AllocatePrefetchStepSize = 64 {product}
37 intx AllocatePrefetchStyle = 1 {product}
43 intx AlwaysInflate = 0 {product}
52 intx Atomics = 0 {product}
53 intx AutoBoxCacheMax = 128 {C2 product}
[all …]
Djdk6-flags.txt31 intx AliasLevel = 3 {product}
32 intx AllocatePrefetchDistance = 192 {product}
33 intx AllocatePrefetchInstr = 0 {product}
34 intx AllocatePrefetchLines = 4 {product}
35 intx AllocatePrefetchStepSize = 64 {product}
36 intx AllocatePrefetchStyle = 1 {product}
42 intx AlwaysInflate = 0 {product}
49 intx Atomics = 0 {product}
50 intx AutoBoxCacheMax = 128 {C2 product}
52 intx BCEATraceLevel = 0 {product}
[all …]
/external/valgrind/include/vki/
Dvki-xen-hvm.h43 vki_uint8_t domain, bus, device, intx; member
/external/clang/test/Analysis/
Dbug_hash_test.m226 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug</string>
228 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug</string>
231 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$void testBlocks()$3$intx=5;$debug<…
309 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug</string>
311 // CHECK-NEXT: <string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug</string>
314 // CHECK-NEXT: <key>description</key><string>debug.DumpBugHash$void testBlocks()$11$intx=5;$debug…
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c3706 LLVMValueRef intx = LLVMBuildBitCast(builder, x, int_vec_type, ""); in lp_build_isfinite() local
3717 intx = LLVMBuildAnd(builder, intx, infornan32, ""); in lp_build_isfinite()
3719 intx, infornan32); in lp_build_isfinite()