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

  /external/bzip2/
bzlib_private.h 134 Int32 rNToGo; \
138 s->rNToGo = 0; \
141 #define BZ_RAND_MASK ((s->rNToGo == 1) ? 1 : 0)
144 if (s->rNToGo == 0) { \
145 s->rNToGo = BZ2_rNums[s->rTPos]; \
149 s->rNToGo--;
  /external/valgrind/main/perf/
test_input_for_tinycc.c 1037 Int32 rNToGo; Int32 rTPos;
1109 Int32 rNToGo; Int32 rTPos;
    [all...]
bz2.c 516 Int32 rNToGo; \
520 s->rNToGo = 0; \
523 #define BZ_RAND_MASK ((s->rNToGo == 1) ? 1 : 0)
526 if (s->rNToGo == 0) { \
527 s->rNToGo = BZ2_rNums[s->rTPos]; \
531 s->rNToGo--;
    [all...]
  /external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c 523 Int32 rNToGo; \
527 s->rNToGo = 0; \
530 #define BZ_RAND_MASK ((s->rNToGo == 1) ? 1 : 0)
533 if (s->rNToGo == 0) { \
534 s->rNToGo = BZ2_rNums[s->rTPos]; \
538 s->rNToGo--;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 516 Int32 rNToGo; \
520 s->rNToGo = 0; \
523 #define BZ_RAND_MASK ((s->rNToGo == 1) ? 1 : 0)
526 if (s->rNToGo == 0) { \
527 s->rNToGo = BZ2_rNums[s->rTPos]; \
531 s->rNToGo--;
    [all...]
varinfo6.c 554 Int32 rNToGo; \
558 s->rNToGo = 0; \
561 #define BZ_RAND_MASK ((s->rNToGo == 1) ? 1 : 0)
564 if (s->rNToGo == 0) { \
565 s->rNToGo = BZ2_rNums[s->rTPos]; \
569 s->rNToGo--;
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 610 milliseconds