Home
last modified time | relevance | path

Searched refs:gaps (Results 1 – 25 of 81) sorted by relevance

1234

/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp123 LargestGaps gaps(capacity-1); in uprv_makeDenseRanges() local
130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue); in uprv_makeDenseRanges()
139 if(i>=gaps.count()) { in uprv_makeDenseRanges()
144 maxLength-=gaps.gapLength(i); in uprv_makeDenseRanges()
150 gaps.truncate(num-1); in uprv_makeDenseRanges()
153 int32_t gapIndex=gaps.firstAfter(minValue); in uprv_makeDenseRanges()
154 int32_t gapStart=gaps.gapStart(gapIndex); in uprv_makeDenseRanges()
156 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex)); in uprv_makeDenseRanges()
/external/elfutils/src/
Delfcmp.c97 gaps; variable
291 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main()
571 if (gaps != gaps_ignore) in main()
591 if (gaps != gaps_ignore) in main()
636 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
649 assert (gaps == gaps_match); in main()
700 gaps = gaps_ignore; in parse_opt()
702 gaps = gaps_match; in parse_opt()
/external/brotli/c/enc/
Dentropy_encode.h84 static const size_t gaps[] = {132, 57, 23, 10, 4, 1}; in SortHuffmanTreeItems() local
104 size_t gap = gaps[g]; in SortHuffmanTreeItems()
Dmemory.c70 static const size_t gaps[] = {23, 10, 4, 1}; in SortPointers() local
73 size_t gap = gaps[g]; in SortPointers()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java697 PriorityQueue<FieldGap> gaps = new PriorityQueue<FieldGap>();
727 addFieldGap(oldOffset, fieldOffset, gaps);
730 FieldGap gap = gaps.peek();
732 gaps.poll();
735 addFieldGap(gap.offset + fieldSize, gap.offset + gap.size, gaps);
746 … private void addFieldGap(int gapStart, int gapEnd, @Nonnull PriorityQueue<FieldGap> gaps) {
753 gaps.add(FieldGap.newFieldGap(offset, 4, classPath.oatVersion));
756 gaps.add(FieldGap.newFieldGap(offset, 2, classPath.oatVersion));
759 gaps.add(FieldGap.newFieldGap(offset, 1, classPath.oatVersion));
/external/dtc/tests/
Dmangle-layout.supp2 uninitialized alignment gaps can be dumped to output
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/
Dinterleaved-accesses-pred-stores.ll7 ; contains a conditional store. The store group contains gaps and is not
56 ; groups are separately vectorized. The store group contains gaps and is not
116 ; gaps and are not vectorized.
Dinterleaved-accesses-2.ll9 ; In this test the interleave-group of the loads is not full (has gaps), so
Dinterleaved-accesses-3.ll10 ; the interleave-group of the loads is not full (has gaps), we also need to check
Dinterleaved-accesses-1.ll9 ; In this test the interleave-groups are full (have no gaps), so no wrapping
/external/llvm/test/Transforms/LoopVectorize/
Dinterleaved-accesses-pred-stores.ll7 ; contains a conditional store. The store group contains gaps and is not
56 ; groups are separately vectorized. The store group contains gaps and is not
116 ; gaps and are not vectorized.
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt63 …gnment parameter of buffer's memory requirements. Memory is bound to the buffer object leaving gaps
76 against expected output from compute shader. For parts that correspond to gaps, the data is random …
83 Memory is bound to the image leaving gaps between bound blocks with the size equal to alignment.
95 against expected output from compute shader. For parts that correspond to gaps, the data is random …
/external/perfetto/docs/
Dtrace-format.md26 `TraceWriter` are seen in-order, without gaps or duplicates. If, for any reason,
Darchitecture.md110 packets in a sequence are guaranteed to be read back in order, without gaps
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py926 gaps = self.get_distances(target_slot)
929 for index in range(1, len(gaps) - 1):
930 prev_gap = max(gaps[index - 1], 1)
931 curr_gap = gaps[index]
932 next_gap = max(gaps[index + 1], 1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/SystemZ/
Dmem-interleaving-costs.ll11 ; would have gaps.
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt40 - Check for no obvious gaps or overlaps in tessellation triangulation for
118 types of cases: cases testing that there are no obvious gaps in the
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DREADME.txt169 2. Reorder objects to fill in gaps between objects.
/external/llvm/lib/CodeGen/
DREADME.txt169 2. Reorder objects to fill in gaps between objects.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DREADME.txt169 2. Reorder objects to fill in gaps between objects.
/external/curl/docs/
DKNOWN_BUGS54 5.6 cmake support gaps
55 5.7 Visual Studio project gaps
406 5.6 cmake support gaps
422 5.7 Visual Studio project gaps
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dlocal-variable-gap.ll4 ; This test attempts to exercise gaps in local variables. The local variable 'p'
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/
Dinterleaved_cost.ll168 ; gaps.
/external/u-boot/drivers/mtd/nand/
Dnand_base.c1332 int data_col_addr, i, gaps = 0; in nand_read_subpage() local
1366 gaps = 1; in nand_read_subpage()
1370 if (gaps) { in nand_read_subpage()
/external/skia/docs/
Dspelling.txt90 gamma gamut gap gaps general generate generated generates generator generic geometric geometrically

1234