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

  /external/u-boot/include/jffs2/
compr_rubin.h 7 #define UPPER_BIT_RUBIN (((long) 1)<<(RUBIN_REG_SIZE-1))
  /external/u-boot/fs/jffs2/
compr_rubin.c 66 p = (long) (2 * UPPER_BIT_RUBIN);
78 while ((q & UPPER_BIT_RUBIN) || ((p + q) <= UPPER_BIT_RUBIN)) {
79 q &= ~UPPER_BIT_RUBIN;
82 rec_q &= ~UPPER_BIT_RUBIN;

Completed in 223 milliseconds