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

/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Dstat.c118 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[
243 uint16_t gaps[6] = { 0, 0, 0, 0, 0, 0 }; local
[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/0.153/src/
H A Delfcmp.c73 { "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:__anon21282
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 !
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c195 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int from) argument
203 sctp_clog.x.sack.numGaps = gaps;
H A Dsctp_output.c94 struct sctp_gap_ack_block gaps[SCTP_MAX_GAPS_INARRAY]; member in struct:sack_track
11020 /* no gaps */
11027 /* gaps get a cluster */
11150 gap_descriptor->start = htons((selector->gaps[j].start + offset));
11152 gap_descriptor->end = htons((selector->gaps[j].end + offset));
11224 gap_descriptor->start = htons((selector->gaps[j].start + offset));
11226 gap_descriptor->end = htons((selector->gaps[j].end + offset));
/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 266 milliseconds