Searched refs:corrupt (Results 1 - 12 of 12) sorted by relevance

/external/iproute2/tc/
H A Dq_netem.c35 " [ corrupt PERCENT [CORRELATION]] \n" \
133 struct tc_netem_corrupt corrupt; local
141 memset(&corrupt, 0, sizeof(corrupt));
205 } else if (matches(*argv, "corrupt") == 0) {
208 if (get_percent(&corrupt.probability, *argv)) {
209 explain1("corrupt");
215 if (get_percent(&corrupt.correlation, *argv)) {
216 explain1("corrupt");
290 addattr_l(n, 1024, TCA_NETEM_CORRUPT, &corrupt, sizeo
308 const struct tc_netem_corrupt *corrupt = NULL; local
[all...]
/external/jhead/
H A Diptc.c62 if (itemlen < 25) goto corrupt;
80 if (pos >= maxpos) goto corrupt;
88 if (pos+4 >= maxpos) goto corrupt;
104 if (pos+5 > maxpos) goto corrupt;
117 if (pos+length > maxpos) goto corrupt;
166 corrupt:
/external/llvm/test/Bindings/Ocaml/
H A Dbitreader.ml55 (* corrupt the bitcode *)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java854 //corrupt
873 private boolean corrupt = false; field in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
889 if (corrupt) {
903 public void setCorrupt(boolean corrupt) { argument
904 this.corrupt = corrupt;
/external/bzip2/
H A Dbzlib.c559 /* Only caused by corrupt data stream? */
632 /* Only caused by corrupt data stream? */
729 /* Only caused by corrupt data stream? */
778 /* Only caused by corrupt data stream? */
810 Bool corrupt; local
821 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
822 corrupt = unRLE_obuf_to_output_FAST ( s );
823 if (corrupt) return BZ_DATA_ERROR;
/external/elfutils/
H A Delfutils.spec193 - nm: bug fixes for handling corrupt input files
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c4910 /* Only caused by corrupt data stream? */
4982 /* Only caused by corrupt data stream? */
5064 /* Only caused by corrupt data stream? */
5113 /* Only caused by corrupt data stream? */
5145 Bool corrupt; local
5156 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
5157 corrupt = unRLE_obuf_to_output_FAST ( s );
5158 if (corrupt) return BZ_DATA_ERROR;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c4934 /* Only caused by corrupt data stream? */
5006 /* Only caused by corrupt data stream? */
5088 /* Only caused by corrupt data stream? */
5137 /* Only caused by corrupt data stream? */
5169 Bool corrupt; local
5180 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
5181 corrupt = unRLE_obuf_to_output_FAST ( s );
5182 if (corrupt) return BZ_DATA_ERROR;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c4925 /* Only caused by corrupt data stream? */
4997 /* Only caused by corrupt data stream? */
5079 /* Only caused by corrupt data stream? */
5128 /* Only caused by corrupt data stream? */
5160 Bool corrupt; local
5171 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
5172 corrupt = unRLE_obuf_to_output_FAST ( s );
5173 if (corrupt) return BZ_DATA_ERROR;
H A Dvarinfo6.c4963 /* Only caused by corrupt data stream? */
5035 /* Only caused by corrupt data stream? */
5117 /* Only caused by corrupt data stream? */
5166 /* Only caused by corrupt data stream? */
5198 Bool corrupt; local
5209 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
5210 corrupt = unRLE_obuf_to_output_FAST ( s );
5211 if (corrupt) return BZ_DATA_ERROR;
/external/valgrind/main/perf/
H A Dbz2.c4925 /* Only caused by corrupt data stream? */
4997 /* Only caused by corrupt data stream? */
5079 /* Only caused by corrupt data stream? */
5128 /* Only caused by corrupt data stream? */
5160 Bool corrupt; local
5171 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
5172 corrupt = unRLE_obuf_to_output_FAST ( s );
5173 if (corrupt) return BZ_DATA_ERROR;
H A Dtest_input_for_tinycc.c4252 Bool corrupt; local
4263 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
4264 corrupt = unRLE_obuf_to_output_FAST ( s );
4265 if (corrupt) return (-4);

Completed in 241 milliseconds