Searched refs:nsymbols (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Djcparam.c156 int nsymbols, len; local
168 nsymbols = 0;
170 nsymbols += bits[len];
171 if (nsymbols < 1 || nsymbols > 256)
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcparam.c157 int nsymbols, len; local
169 nsymbols = 0;
171 nsymbols += bits[len];
172 if (nsymbols < 1 || nsymbols > 256)
175 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
/external/elfutils/src/src/
H A Dldgeneric.c1098 size_t nsymbols = 0; local
1190 nsymbols = shdr->sh_size / shdr->sh_entsize;
1391 nsymbols * sizeof (struct symbol *));
1456 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols)
1462 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt)

Completed in 783 milliseconds