HomeSort by relevance Sort by last modified time
    Searched refs:Segment (Results 76 - 100 of 719) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
135 /// Return the end point of the last live range segment to interact with
149 /// It manages an ordered list of Segment objects.
152 /// segment with a new value number is used.
159 struct Segment {
162 VNInfo *valno; // identifier for the value contained in this segment.
164 Segment() : valno(nullptr) {}
166 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
168 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LiveInterval.h 16 // individual segment is represented as an instance of LiveRange::Segment,
139 /// Return the end point of the last live range segment to interact with
153 /// It manages an ordered list of Segment objects.
156 /// segment with a new value number is used.
162 struct Segment {
166 // segment.
168 Segment() = default;
170 Segment(SlotIndex S, SlotIndex E, VNInfo *V)
172 assert(S < E && "Cannot create empty or backwards segment");
    [all...]
  /external/valgrind/drd/
drd_semaphore.c 50 /** Push a segment at the end of the queue 'p->last_sem_post_seg'. */
51 static void drd_segment_push(struct semaphore_info* p, Segment* sg)
61 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg);
64 /** Pop a segment from the beginning of the queue 'p->last_sem_post_seg'. */
65 static Segment* drd_segment_pop(struct semaphore_info* p)
68 Segment* sg;
78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1);
110 VG_(free), sizeof(Segment*));
119 Segment* sg;
174 Segment* sg
    [all...]
  /frameworks/wilhelm/tools/permute/
permute.c 38 // mean length of each segment of the permutation, in seconds
40 // minimum length of each segment of the permutation, in seconds
44 /** Describes each contiguous segment generated */
50 } Segment;
61 Segment *mSegmentArray; // storage for the segments [max]
69 const Segment *x_ = (Segment *) x;
70 const Segment *y_ = (Segment *) y;
86 Segment *seg = &s->mSegmentArray[s->mSegmentCount++]
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/cache/
ChainBenchmark.java 23 import com.google.common.cache.LocalCache.Segment;
26 * Benchmark for {@code LocalCache.Segment.removeEntryFromChain}.
34 private Segment<Object, Object> segment; field in class:ChainBenchmark
43 segment = cache.segments[0];
47 chain = segment.newEntry(key, cache.hash(key), chain);
57 segment.removeEntryFromChain(chain, head);
58 dummy += segment.count;
SegmentBenchmark.java 25 import com.google.common.cache.LocalCache.Segment;
30 * Benchmark for {@code LocalCache.Segment.expand()}.
38 private Segment<Object, Object> segment; field in class:SegmentBenchmark
47 segment = cache.segments[0];
48 checkState(segment.table.length() == capacity);
49 for (int i = 0; i < segment.threshold; i++) {
52 checkState(segment.table.length() == capacity);
57 AtomicReferenceArray<ReferenceEntry<Object, Object>> oldTable = segment.table;
59 segment.expand()
    [all...]
  /external/libvpx/libvpx/
webmdec.cc 27 if (webm_ctx->segment != NULL) {
28 mkvparser::Segment *const segment = member in class:__anon26302::mkvparser
29 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment);
30 delete segment;
36 webm_ctx->segment = NULL;
48 mkvparser::Segment *const segment = member in class:__anon26302::mkvparser
49 reinterpret_cast<mkvparser::Segment *>(webm_ctx->segment)
75 mkvparser::Segment *segment; local
128 mkvparser::Segment *const segment = member in class:mkvparser
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /external/okhttp/okio/okio/src/test/java/okio/
GzipSinkTest.java 43 gzipSink.write(new Buffer().writeUtf8(repeat('a', Segment.SIZE)), Segment.SIZE);
SegmentSharingTest.java 26 private static final String us = TestUtil.repeat('u', Segment.SIZE / 2 - 2);
27 private static final String vs = TestUtil.repeat('v', Segment.SIZE / 2 - 1);
28 private static final String ws = TestUtil.repeat('w', Segment.SIZE / 2);
29 private static final String xs = TestUtil.repeat('x', Segment.SIZE / 2 + 1);
30 private static final String ys = TestUtil.repeat('y', Segment.SIZE / 2 + 2);
31 private static final String zs = TestUtil.repeat('z', Segment.SIZE / 2 + 3);
74 * be recycled, otherwise the new writer could corrupt the segment.
92 * be recycled, otherwise the new writer could corrupt the segment.
147 ByteString snapshot = bufferA.snapshot(); // Share the segment.
149 bufferB.write(bufferA, 2); // Split the shared segment in two
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSectionMachO.h 37 MCSectionMachO(StringRef Segment, StringRef Section, unsigned TAA,
73 StringRef &Segment, // Out.

Completed in 2221 milliseconds

1 2 34 5 6 7 8 91011>>