Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djcparam.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/jpeg/
Djcparam.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.c1108 size_t nsymbols = 0; in add_relocatable_file() local
1200 nsymbols = shdr->sh_size / shdr->sh_entsize; in add_relocatable_file()
1401 nsymbols * sizeof (struct symbol *)); in add_relocatable_file()
1466 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()
1472 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt) in add_relocatable_file()