Searched refs:lastid (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/pack/
H A Dhuffencode.c32 static long lastid = 1; variable
67 if(hp->id != lastid)
79 lastid = hp->id;
H A Dhuffdecode.c44 static long lastid = 1; variable
75 if(lastid!=hp->id)
80 lastid = hp->id;

Completed in 14 milliseconds