HomeSort by: relevance | last modified time | path
    Searched refs: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:__anon3679
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];
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 1239 uint16_t firstcode[7]; local
1377 /* Set FIRSTCODE, the number at which the codes start, for each
1393 firstcode[j - 9] = code;
1425 FIRSTCODE[J - 9]. In the primary table we need to point to the
1445 code = firstcode[j - 9];
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 1358 uint16_t firstcode[7]; local
1496 /* Set FIRSTCODE, the number at which the codes start, for each
1512 firstcode[j - 9] = code;
1544 FIRSTCODE[J - 9]. In the primary table we need to point to the
1564 code = firstcode[j - 9];
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 1358 uint16_t firstcode[7]; local
1496 /* Set FIRSTCODE, the number at which the codes start, for each
1512 firstcode[j - 9] = code;
1544 FIRSTCODE[J - 9]. In the primary table we need to point to the
1564 code = firstcode[j - 9];
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 1358 uint16_t firstcode[7]; local
1496 /* Set FIRSTCODE, the number at which the codes start, for each
1512 firstcode[j - 9] = code;
1544 FIRSTCODE[J - 9]. In the primary table we need to point to the
1564 code = firstcode[j - 9];

Completed in 45 milliseconds