Home
last modified time | relevance | path

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

12

/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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassProto.java611 PriorityQueue<FieldGap> gaps = new PriorityQueue<FieldGap>();
641 addFieldGap(oldOffset, fieldOffset, gaps);
644 FieldGap gap = gaps.peek();
646 gaps.poll();
649 addFieldGap(gap.offset + fieldSize, gap.offset + gap.size, gaps);
660 … private void addFieldGap(int gapStart, int gapEnd, @Nonnull PriorityQueue<FieldGap> gaps) {
667 gaps.add(FieldGap.newFieldGap(offset, 4, classPath.oatVersion));
670 gaps.add(FieldGap.newFieldGap(offset, 2, classPath.oatVersion));
673 gaps.add(FieldGap.newFieldGap(offset, 1, classPath.oatVersion));
/external/elfutils/src/
Delfcmp.c99 gaps; variable
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0) in main()
555 if (gaps != gaps_ignore) in main()
575 if (gaps != gaps_ignore) in main()
620 if (gaps != gaps_ignore && phdr1->p_type == PT_LOAD) in main()
633 assert (gaps == gaps_match); in main()
698 gaps = gaps_ignore; in parse_opt()
700 gaps = gaps_match; in parse_opt()
/external/dtc/tests/
Dmangle-layout.supp2 uninitialized alignment gaps can be dumped to output
/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.
Dinterleaved-accesses.ll563 ; gaps.
/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/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/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/iproute2/doc/
Darpd.sgml46 information, you can observe 1 second gaps in service. Not fatal, but
/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/bison/build-aux/
Dupdate-copyright113 # If UPDATE_COPYRIGHT_USE_INTERVALS=2, convert a sequence with gaps
/external/gptfdisk/
DNEWS145 it prevents gaps from appearing between partitions if several are created
252 when there are no gaps between two logical partitions. Some partitioning
388 numbering gaps when a conversion to MBR was aborted.
/external/clang/docs/
DControlFlowIntegrityDesign.rst204 If all gaps between address points in a particular bit vector are multiples
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt510 ** test: secondary tailoring gaps, ICU ticket 9362
537 ** test: tertiary tailoring gaps, ICU ticket 9362
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt510 ** test: secondary tailoring gaps, ICU ticket 9362
537 ** test: tertiary tailoring gaps, ICU ticket 9362
/external/icu/icu4c/source/test/testdata/
Dcollationtest.txt508 ** test: secondary tailoring gaps, ICU ticket 9362
535 ** test: tertiary tailoring gaps, ICU ticket 9362
/external/elfutils/backends/
DChangeLog894 * i386_regs.c (i386_register_name): Return 0, not 1, for gaps.
/external/dtc/Documentation/
Dmanual.txt460 (*) The alignment gaps are not necessarily present; their presence
/external/elfutils/config/
Delfutils.spec.in695 - elfcmp: fix a few bugs. Compare gaps.
/external/elfutils/
DNEWS637 elfcmp: fix a few bugs. Compare gaps.
/external/elfutils/libelf/
DChangeLog676 * elf32_updatefile.c (__elfXX_updatemmap): Fix handling of gaps between
/external/elfutils/po/
Duk.po1129 "Control treatment of gaps in loadable segments [ignore|match] (default: "
1297 msgid "Invalid value '%s' for --gaps parameter."
1298 msgstr "Некоректне значення «%s» параметра --gaps."
Dru.po871 "Control treatment of gaps in loadable segments [ignore|match] (default: "
987 msgid "Invalid value '%s' for --gaps parameter."

12