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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
denseranges.cpp 24 * 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.firstAfter(minValue)
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 24 * 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.firstAfter(minValue)
    [all...]
  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
stat.c 118 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
152 debug_print(mod_stat, ">25 gaps: %d", state);
156 state = -6; /* group together gaps > 5 */
158 gaps[-1-state]++; /* increment gap count */
185 /* check for long gaps */
187 debug_print(mod_stat, ">25 gaps (2): %d", state);
208 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
214 || (gaps[i] < lo_value[i] ) || (gaps[i] > hi_value[i])
243 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/srtp/crypto/math/
stat.c 83 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[i] > hi_value[i])
208 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/elfutils/0.153/src/
elfcmp.c 73 { "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match] (default: ignore)"), 0 },
101 /* How to treat gaps in loadable segments. */
107 gaps; variable in typeref:enum:__anon25900
164 section is compared according to the rules of the --gaps option.
285 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/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 247 // idling time. This is used to avoid gaps in the chart while idling.
364 * generating gaps in the chart when there is no activity. In milliseconds.
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 399 {# Report full list of valid arities if gaps and above minimum #}
interface.cpp 547 {# Report full list of valid arities if gaps and above minimum #}
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 61 gap_cnt int -- Number of gaps in the page layout
  /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
  /external/elfutils/0.153/
elfutils.spec 501 - elfcmp: fix a few bugs. Compare gaps.
  /external/chromium_org/chrome/browser/resources/history/
history.js     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 94 struct sctp_gap_ack_block gaps[SCTP_MAX_GAPS_INARRAY]; member in struct:sack_track
    [all...]
sctputil.c 195 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from)
203 sctp_clog.x.sack.numGaps = gaps;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 931 milliseconds