Searched refs:gaps (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/tools/toolutil/
H A Ddenseranges.cpp24 * Collect up to 15 range gaps and sort them by ascending gap size.
120 // divided by the 1..(capacity-1) largest gaps.
121 LargestGaps gaps(capacity-1);
128 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
132 // We know gaps.count()>=1 because we have fewer values (length) than
137 if(i>=gaps.count()) {
142 maxLength-=gaps.gapLength(i);
147 // Use the num ranges with the num-1 largest gaps.
148 gaps.truncate(num-1);
151 int32_t gapIndex=gaps
[all...]
/external/srtp/crypto/math/
H A Dstat.c83 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
117 debug_print(mod_stat, ">25 gaps: %d", state);
121 state = -6; /* group together gaps > 5 */
123 gaps[-1-state]++; /* increment gap count */
150 /* check for long gaps */
152 debug_print(mod_stat, ">25 gaps (2): %d", state);
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
179 || (gaps[i] < lo_value[i] ) || (gaps[
208 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
[all...]
/external/elfutils/src/
H A Delfcmp.c69 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
95 /* How to treat gaps in loadable segments. */
101 gaps; variable in typeref:enum:__anon6012
149 section is compared according to the rules of the --gaps option.
231 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
401 /* We we look at gaps, create artificial ones for the parts of the
405 if (gaps != gaps_ignore)
419 /* If we need to look at the gaps we need access to the file data. */
425 if (gaps !
[all...]
/external/elfutils/
H A Delfutils.spec374 - elfcmp: fix a few bugs. Compare gaps.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas778 // tricky. We need to fill in gaps, which will involve moving items
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 210 milliseconds