HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 126 - 150 of 1544) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/
Analysis.cpp 72 /// If Offsets is non-null, it points to a vector to be filled in
73 /// with the in-memory offsets of each of the individual values.
77 SmallVectorImpl<uint64_t> *Offsets,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
104 if (Offsets)
105 Offsets->push_back(StartingOffset);
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 33 * This AttributeVisitor finds all instruction offsets, branch targets, and
347 // Initialize the stack of 'new' instruction offsets if this method is
498 // Fill it out in the creation offsets.
501 // Fill out the initialization offsets.
579 // Mark the branch targets of the jump offsets.
603 // Mark the exception offsets.
613 * Marks the branch targets of the given jump offsets for the instruction
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 83 /** @brief Offsets to add to the found positions. */
84 difference_type* offsets; member in struct:__gnu_parallel::PMWMSSortingData
150 std::vector<SortingPlacesIterator> offsets(sd->num_threads);
155 sd->starts[iam + 1], offsets.begin(), comp);
161 sd->pieces[iam][seq].end = offsets[seq] - seqs[seq].first;
443 sd.offsets = new difference_type[num_threads - 1];
470 delete[] sd.offsets;
  /external/chromium/net/base/
net_util_unittest.cc 996 std::vector<size_t> offsets; local
1821 std::vector<size_t> offsets; local
1826 NULL, NULL, &offsets); local
1861 NULL, NULL, &offsets); local
1896 NULL, NULL, &offsets); local
1926 NULL, NULL, &offsets); local
1964 &offsets); local
2003 &offsets); local
2029 kFormatUrlOmitHTTP, UnescapeRule::NORMAL, NULL, NULL, &offsets); local
2053 kFormatUrlOmitHTTP, UnescapeRule::NORMAL, NULL, NULL, &offsets); local
2078 UnescapeRule::NORMAL, NULL, NULL, &offsets); local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ParseHelper.cpp 48 // Look at a '.' field selector string and change it into offsets
68 fields.offsets[i] = 0;
72 fields.offsets[i] = 0;
76 fields.offsets[i] = 0;
80 fields.offsets[i] = 1;
84 fields.offsets[i] = 1;
88 fields.offsets[i] = 1;
92 fields.offsets[i] = 2;
96 fields.offsets[i] = 2;
100 fields.offsets[i] = 2
    [all...]