Searched defs:K_QSIZE (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvdelta/vd01/
H A Dvdelhdr01.h117 #define K_QSIZE (K_QTYPE<<VD_BITS) /* size of K_QUICK cache */ macro
125 int quick[K_QSIZE]; int recent[K_RTYPE]; int rhere/*;*/
127 long quick[K_QSIZE]; long recent[K_RTYPE]; int rhere/*;*/
130 while((rhere += 1) < K_QSIZE) quick[rhere] = rhere + (1<<7); \
135 { quick[copy%K_QSIZE] = copy; \
/ast/src/lib/libvdelta/
H A Dvdelhdr.h117 #define K_QSIZE (K_QTYPE<<VD_BITS) /* size of K_QUICK cache */ macro
125 int quick[K_QSIZE]; int recent[K_RTYPE]; int rhere/*;*/
127 long quick[K_QSIZE]; long recent[K_RTYPE]; int rhere/*;*/
130 while((rhere += 1) < K_QSIZE) quick[rhere] = rhere + (1<<7); \
135 { quick[copy%K_QSIZE] = copy; \

Completed in 12 milliseconds