HomeSort by relevance Sort by last modified time
    Searched defs:small (Results 26 - 32 of 32) sorted by null

12

  /external/qemu/tcg/i386/
tcg-target.c 713 #undef small /* for mingw build */ macro
715 /* Use SMALL != 0 to force a short forward branch. */
716 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small)
732 if (small) {
743 } else if (small) {
779 int label_index, int small)
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
788 int label_index, int small)
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
797 const int *const_args, int small)
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 195 # ifdef small
196 /* windows.h define small to char */
197 # undef small macro
234 int small
258 int small,
334 int small,
749 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 218 # ifdef small
219 /* windows.h define small to char */
220 # undef small macro
257 int small
281 int small,
357 int small,
772 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
765 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
varinfo6.c 249 # ifdef small
250 /* windows.h define small to char */
251 # undef small macro
288 int small
312 int small,
388 int small,
803 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/valgrind/main/perf/
bz2.c 211 # ifdef small
212 /* windows.h define small to char */
213 # undef small macro
250 int small
274 int small,
350 int small,
765 /* for undoing the Burrows-Wheeler transform (SMALL) */
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 474 milliseconds

12