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

  /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/toybox/scripts/
mkflags.c 122 char *gaps, *mgaps, c; local
142 for (gaps = mgaps; *gaps == 1; gaps++);
143 if (*gaps) c = '"';
146 gaps = "0";
149 command, command, c, gaps, c);
  /external/elfutils/src/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:__anon9018
156 section is compared according to the rules of the --gaps option.
277 if (gaps != gaps_ignore && (shdr1->sh_flags & SHF_ALLOC) != 0)
544 /* We we look at gaps, create artificial ones for the parts of the
548 if (gaps != gaps_ignore)
562 /* If we need to look at the gaps we need access to the file data. */
568 if (gaps != gaps_ignore
    [all...]
  /art/runtime/
class_linker.cc 202 // Adds largest aligned gaps to queue of gaps.
203 static void AddFieldGap(uint32_t gap_start, uint32_t gap_end, FieldGaps* gaps) {
204 DCHECK(gaps != nullptr);
210 gaps->push(FieldGap {current_offset, sizeof(uint32_t)});
213 gaps->push(FieldGap {current_offset, sizeof(uint16_t)});
216 gaps->push(FieldGap {current_offset, sizeof(uint8_t)});
222 // Shuffle fields forward, making use of gaps whenever possible.
227 FieldGaps* gaps)
231 DCHECK(gaps != nullptr)
5145 FieldGaps gaps; local
    [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 

Completed in 312 milliseconds