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

  /src/sys/dev/stbi/
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2193 uint16 firstcode[16]; member in struct:__anon26c9e3660908
2233 z->firstcode[i] = (uint16) code;
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2193 uint16 firstcode[16]; member in struct:__anon26c9e3660908
2233 z->firstcode[i] = (uint16) code;
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2193 uint16 firstcode[16]; member in struct:__anon26c9e3660908
2233 z->firstcode[i] = (uint16) code;
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2193 uint16 firstcode[16]; member in struct:__anon26c9e3660908
2233 z->firstcode[i] = (uint16) code;
2246 int c = next_code[s] - z->firstcode[s] + z->firstsymbol[s];
2327 b = (k >> (16-s)) - z->firstcode[s] + z->firstsymbol[s];
stb_image.c 1119 int delta[17]; // old 'firstsymbol' - old 'firstcode'
2193 uint16 firstcode[16]; member in struct:__anon26c9e3660908
2233 z->firstcode[i] = (uint16) code;
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 69 milliseconds