Searched refs:nalloc (Results 1 - 15 of 15) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c609 int nalloc; member in struct:reg
658 if (j == reg->nalloc) {
659 reg->nalloc += 5;
660 reg->nalloc *= 2;
662 reg->nalloc * sizeof(union fi) );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c331 int nalloc; member in struct:reg
380 if (j == reg->nalloc) {
381 reg->nalloc += 5;
382 reg->nalloc *= 2;
384 reg->nalloc * sizeof(union fi) );
/external/chromium_org/third_party/re2/re2/
H A Donepass.cc411 int nalloc = 1; local
450 if (nalloc >= maxnodes) {
454 nalloc, maxnodes);
457 nextindex = nalloc;
460 nalloc++;
593 nodep = new uint8[nalloc*statesize];
594 memmove(nodep, nodes, nalloc*statesize);
601 dfa_mem_ -= nalloc*statesize;
/external/elfutils/0.153/src/
H A Dunstrip.c885 struct section sections[], size_t nalloc)
888 size_t l = 0, u = nalloc;
902 for (; i < nalloc && sections[i].shdr.sh_addr == addr;
931 size_t nalloc, size_t nsections)
934 for (size_t i = 0; i < nalloc; ++i)
938 for (size_t i = nalloc; i < nsections; ++i)
1084 for (size_t i = 0; shdr != NULL && i < nalloc; ++i)
1104 for (size_t j = 0; j < nalloc; ++j)
1269 size_t nalloc = stripped_shnum - 1;
1270 while (nalloc >
882 find_alloc_section(const GElf_Shdr *shdr, GElf_Addr bias, const char *name, struct section sections[], size_t nalloc) argument
925 find_alloc_sections_prelink(Elf *debug, Elf_Data *debug_shstrtab, Elf *main, const GElf_Ehdr *main_ehdr, Elf_Data *main_shstrtab, GElf_Addr bias, struct section *sections, size_t nalloc, size_t nsections) argument
1267 size_t nalloc = stripped_shnum - 1; local
[all...]
/external/expat/tests/
H A Dminicheck.c61 int nalloc = tc->allocated + 100; local
62 size_t new_size = sizeof(tcase_test_function) * nalloc;
69 tc->allocated = nalloc;
/external/ltrace/
H A Dglob.c87 size_t nalloc = nsize * 2; local
88 char *nbuf = realloc(*bufp, nalloc);
91 *allocp = nalloc;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c609 int nalloc; member in struct:reg
658 if (j == reg->nalloc) {
659 reg->nalloc += 5;
660 reg->nalloc *= 2;
662 reg->nalloc * sizeof(union fi) );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c331 int nalloc; member in struct:reg
380 if (j == reg->nalloc) {
381 reg->nalloc += 5;
382 reg->nalloc *= 2;
384 reg->nalloc * sizeof(union fi) );
/external/qemu/block/
H A Draw.c154 qemu_iovec_init(&b->qiov, qiov->nalloc);
/external/qemu/
H A Ddma-helpers.c17 qsg->nalloc = alloc_hint;
24 if (qsg->nsg == qsg->nalloc) {
25 qsg->nalloc = 2 * qsg->nalloc + 1;
26 qsg->sg = g_realloc(qsg->sg, qsg->nalloc * sizeof(ScatterGatherEntry));
/external/qemu/include/
H A Dqemu-common.h329 int nalloc; member in struct:QEMUIOVector
/external/qemu/include/sysemu/
H A Ddma.h26 int nalloc; member in struct:QEMUSGList
/external/qemu/util/
H A Diov.c265 qiov->nalloc = alloc_hint;
275 qiov->nalloc = -1;
283 assert(qiov->nalloc != -1);
285 if (qiov->niov == qiov->nalloc) {
286 qiov->nalloc = 2 * qiov->nalloc + 1;
287 qiov->iov = g_realloc(qiov->iov, qiov->nalloc * sizeof(struct iovec));
315 assert(dst->nalloc != -1);
347 assert(qiov->nalloc != -1);
351 qiov->nalloc
[all...]
/external/regex-re2/re2/
H A Donepass.cc411 int nalloc = 1; local
450 if (nalloc >= maxnodes) {
454 nalloc, maxnodes);
457 nextindex = nalloc;
460 nalloc++;
593 nodep = new uint8[nalloc*statesize];
594 memmove(nodep, nodes, nalloc*statesize);
601 dfa_mem_ -= nalloc*statesize;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dlzoconf.h312 lzo_alloc_func_t nalloc; /* [not used right now] */ member in struct:lzo_callback_t
318 /* NOTE: the first parameter "self" of the nalloc/nfree/nprogress

Completed in 1001 milliseconds