HomeSort by relevance Sort by last modified time
    Searched refs:gaps (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 26 * Collect up to 15 range gaps and sort them by ascending gap size.
122 // divided by the 1..(capacity-1) largest gaps.
123 LargestGaps gaps(capacity-1);
130 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
134 // We know gaps.count()>=1 because we have fewer values (length) than
139 if(i>=gaps.count()) {
144 maxLength-=gaps.gapLength(i);
149 // Use the num ranges with the num-1 largest gaps.
150 gaps.truncate(num-1);
153 int32_t gapIndex=gaps.firstAfter(minValue)
    [all...]
  /external/brotli/c/enc/
entropy_encode.h 84 static const size_t gaps[] = {132, 57, 23, 10, 4, 1}; local
104 size_t gap = gaps[g];
memory.c 81 static const size_t gaps[] = {23, 10, 4, 1}; local
84 size_t gap = gaps[g];
  /external/elfutils/src/
elfcmp.c 65 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
93 /* How to treat gaps in loadable segments. */
99 gaps; variable in typeref:enum:__anon20201
156 section is compared according to the rules of the --gaps option.
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
551 /* We we look at gaps, create artificial ones for the parts of the
555 if (gaps != gaps_ignore)
569 /* If we need to look at the gaps we need access to the file data. */
575 if (gaps != gaps_ignore
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassProto.java 697 PriorityQueue<FieldGap> gaps = new PriorityQueue<FieldGap>();
727 addFieldGap(oldOffset, fieldOffset, gaps);
730 FieldGap gap = gaps.peek();
732 gaps.poll();
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-spu.c 2548 bfd_boolean gaps = FALSE; local
2957 bfd_boolean gaps = FALSE; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py     [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
regexp.go 143 // Print the gaps.
  /prebuilts/go/linux-x86/src/regexp/syntax/
regexp.go 143 // Print the gaps.
  /art/runtime/
class_linker.cc 307 // Adds largest aligned gaps to queue of gaps.
308 static void AddFieldGap(uint32_t gap_start, uint32_t gap_end, FieldGaps* gaps) {
309 DCHECK(gaps != nullptr);
315 gaps->push(FieldGap {current_offset, sizeof(uint32_t)});
318 gaps->push(FieldGap {current_offset, sizeof(uint16_t)});
321 gaps->push(FieldGap {current_offset, sizeof(uint8_t)});
327 // Shuffle fields forward, making use of gaps whenever possible.
332 FieldGaps* gaps)
336 DCHECK(gaps != nullptr)
7584 FieldGaps gaps; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 165 /* Filling gaps between sections. */
568 --gap-fill <val> Fill gaps between sections with <val>\n\
1809 bfd_size_type *gaps = NULL; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug.go 113 // It will often have gaps.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug.go 113 // It will often have gaps.
  /external/ImageMagick/www/api/
drawing-wand.php     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 778 // tricky. We need to fill in gaps, which will involve moving items
  /prebuilts/go/darwin-x86/src/runtime/
signal_unix.go 510 // from the first virtual byte to the last, with zeros in the gaps.
  /prebuilts/go/linux-x86/src/runtime/
signal_unix.go 510 // from the first virtual byte to the last, with zeros in the gaps.
  /external/python/cpython3/Lib/test/
datetimetester.py 4730 def gaps(self): member in class:ZoneInfo
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.5.400.v20150505-1044.jar 
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 

Completed in 946 milliseconds

1 2