Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/bz/blocksort.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 585  uint8_t mmed3(uint8_t a, uint8_t b, uint Line 585  uint8_t mmed3(uint8_t a, uint8_t b, uint
585  #define MAIN_QSORT_DEPTH_THRESH (BZ_N_RADIX + BZ_N_QSORT)  #define MAIN_QSORT_DEPTH_THRESH (BZ_N_RADIX + BZ_N_QSORT)
586  #define MAIN_QSORT_STACK_SIZE   100  #define MAIN_QSORT_STACK_SIZE   100
587    
588  static  static NOINLINE
589  void mainQSort3(uint32_t* ptr,  void mainQSort3(uint32_t* ptr,
590   uint8_t*  block,   uint8_t*  block,
591   uint16_t* quadrant,   uint16_t* quadrant,

Legend:
Removed from v.983  
changed lines
  Added in v.984