Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/bz/
Dblocksort.c227 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) argument
228 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31)) argument
229 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) argument
230 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
231 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
Dhuffman.c79 int32_t zz, yy, tmp; in DOWNHEAP1() local