Home
last modified time | relevance | path

Searched defs:zz (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/bzip2/
A Dbzlib_blocksort.c246 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) argument
247 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31)) argument
248 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) argument
249 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
250 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
/u-boot/post/lib_powerpc/fpu/
A Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local

Completed in 6 milliseconds