HomeSort by relevance Sort by last modified time
    Searched full:zz1 (Results 1 - 3 of 3) sorted by null

  /external/bzip2/
huffman.c 26 #define DEPTHOF(zz1) ((zz1) & 0x000000ff)
blocksort.c 63 #define fswap(zz1, zz2) \
64 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
567 #define mswap(zz1, zz2) \
568 { Int32 zztmp = zz1; zz1 = zz2; zz2 = zztmp; }
  /external/svox/pico/lib/
picocep.c 602 picoos_int32 zz1, zz2; local
608 * avoid by using two different variables zz1 and zz2 */
609 multsz = picocep_highestBitS(x,zz1) + picocep_highestBitS(y,zz2);
    [all...]

Completed in 3473 milliseconds