Home | History | Annotate | Download | only in source

Lines Matching defs:node2

3394 	LZWCompressorNode *node2 = &fTable [nextCode];
3411 node2->final = (int16) k;
3412 node2->son0 = -1;
3413 node2->son1 = -1;
3414 node2->brother = (int16) oldSon;