HomeSort by: relevance | last modified time | path
    Searched defs:firstsymbol (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2195 uint16 firstsymbol[16]; member in struct:__anon3679
2234 z->firstsymbol[i] = (uint16) k;
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];

Completed in 17 milliseconds