Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djstdhuff.c24 int nsymbols, len; in add_huff_table() local
38 nsymbols = 0; in add_huff_table()
40 nsymbols += bits[len]; in add_huff_table()
41 if (nsymbols < 1 || nsymbols > 256) in add_huff_table()
44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8)); in add_huff_table()
45 MEMZERO(&((*htblptr)->huffval[nsymbols]), (256 - nsymbols) * sizeof(UINT8)); in add_huff_table()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcparam.c156 int nsymbols, len; in add_huff_table() local
168 nsymbols = 0; in add_huff_table()
170 nsymbols += bits[len]; in add_huff_table()
171 if (nsymbols < 1 || nsymbols > 256) in add_huff_table()
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
/external/elfutils/src/
Dldgeneric.c1098 size_t nsymbols = 0; in add_relocatable_file() local
1190 nsymbols = shdr->sh_size / shdr->sh_entsize; in add_relocatable_file()
1391 nsymbols * sizeof (struct symbol *)); in add_relocatable_file()
1456 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()
1462 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt) in add_relocatable_file()