HomeSort by relevance Sort by last modified time
    Searched full:combined (Results 51 - 75 of 2483) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libchrome/base/trace_event/
trace_sampling_thread.h 41 // Splits a combined "category\0name" into the two component parts.
42 static void ExtractCategoryAndName(const char* combined,
  /external/libexif/
README-Win32.txt 1 If this is a combined source/binary distribution tree, then you can find
29 If you want to build a combined source/binary distribution tarball/zipfile,
  /external/llvm/test/CodeGen/AArch64/
atomic-ops-not-barriers.ll 24 %combined = phi i32 [ %val, %atomic_ver ], [ %newval, %simple_ver]
25 ret i32 %combined
  /external/valgrind/memcheck/tests/
varinfo6.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
10 final combined CRC = 0xA212ABF8
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 36 STATISTIC(NumLoadsCombined, "Number of loads combined");
112 bool Combined = false;
121 Combined = true;
123 return Combined;
126 /// \brief Try to aggregate loads from a sorted list of loads to be combined.
134 bool Combined = false;
151 Combined = true;
166 Combined = true;
167 return Combined;
207 Twine(Loads[0].Load->getName()) + ".combined", false
    [all...]
  /external/llvm/lib/IR/
FunctionInfo.cpp 19 // Create the combined function index/summary from multiple
45 "Each module in the combined map should have a unique ID");
49 // string reference owned by the combined index.
55 // combined index map, to disambiguate from other functions with
56 // the same name. The symbol table created for the combined index
  /external/webrtc/webrtc/system_wrappers/source/
data_log_c.cc 30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
31 if (combined.size() >= combined_len) return NULL;
32 std::copy(combined.begin(), combined.end(), combined_name);
33 combined_name[combined.size()] = '\0';
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedParser.m 4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
114 * Combined.g:7:1: stat : ( identifier )+ ;
121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt
122 // Combined.g:7:7: ( identifier )+ // alt
124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock
136 // Combined.g:7:7: identifier // alt
173 * Combined.g:9:1: identifier : ID ;
180 // Combined.g:10:5: ( ID ) // ruleBlockSingleAlt
181 // Combined.g:10:7: ID // al
    [all...]
  /external/llvm/include/llvm/IR/
FunctionInfo.h 31 /// function summary information from the combined index file during imporing.
37 /// This is only used during parsing of the combined function index, or when
38 /// parsing the per-module index for creation of the combined function index,
44 /// have module identifier appended before placing into the combined
48 /// while creating the combined index.
66 /// the combined index.
76 /// the combined index.
87 /// of the corresponding function block. For the combined index,
100 /// depending on whether this is a per-module or combined index.
107 /// For the combined index this holds the offset of the correspondin
    [all...]
  /external/harfbuzz_ng/src/
gen-indic-table.py 45 combined = {} variable
48 if i == 2 and not u in combined:
50 if not u in combined:
51 combined[u] = list (defaults)
52 combined[u][i] = v
53 combined = {k:v for k,v in combined.items() if v[2] not in BLACKLISTED_BLOCKS} variable
54 data = combined
55 del combined
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gles2/
SimpleVertexShader.java 34 Matrix4 combined = new Matrix4(); field in class:SimpleVertexShader
70 combined.set(projection).mul(view).mul(model);
75 shader.setUniformMatrix("u_mvpMatrix", combined);
  /external/autotest/client/site_tests/hardware_StorageFio/
surfing 6 ; should be measures in terms of iop/s, a minimum of 6 iop/s combined read
  /external/autotest/client/site_tests/network_LTEActivate/
control 24 combined with a modem reset. The test checks that the Cellular.ActivationState
  /external/autotest/client/site_tests/platform_CryptohomeFio/
surfing 6 ; should be measures in terms of iop/s, a minimum of 6 iop/s combined read
  /external/clang/test/CodeGen/
target-builtin-noerror.c 33 // Test that fma and fma4 are both separately and combined valid for an fma intrinsic.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleType.java 4 * The particle type. Can be combined with | operator. Zero means liquid.
  /external/llvm/test/Analysis/CFLAliasAnalysis/
arguments-globals.ll 4 ; aliasing sets should of args+alloca+global should be combined)
  /external/llvm/test/Transforms/InstCombine/
load-combine-metadata-2.ll 6 ; Check that align metadata is combined
load-combine-metadata-3.ll 6 ; Check that dereferenceable metadata is combined
load-combine-metadata-4.ll 6 ; Check that dereferenceable_or_null metadata is combined
phi-load-metadata-2.ll 6 ; Check that dereferenceable metadata is combined
phi-load-metadata-3.ll 6 ; Check that dereferenceable_or_null metadata is combined
phi-load-metadata.ll 6 ; Check that align metadata is combined
  /external/llvm/test/Transforms/SimplifyCFG/
preserve-load-metadata-2.ll 7 ; Check that dereferenceable metadata is combined
preserve-load-metadata-3.ll 7 ; Check that dereferenceable_or_null metadata is combined

Completed in 1863 milliseconds

1 23 4 5 6 7 8 91011>>