/external/expat/tests/ |
minicheck.c | 61 int nalloc = tc->allocated + 100; local 62 size_t new_size = sizeof(tcase_test_function) * nalloc; 69 tc->allocated = nalloc;
|
/external/lzma/C/ |
7zAlloc.c | 29 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
|
Alloc.c | 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
|
/external/ltrace/ |
glob.c | 87 size_t nalloc = nsize * 2; local 88 char *nbuf = realloc(*bufp, nalloc); 91 *allocp = nalloc;
|
/external/regex-re2/re2/ |
onepass.cc | 411 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/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_sanity.c | 331 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) ); [all...] |
/external/elfutils/src/ |
unstrip.c | 938 struct section sections[], size_t nalloc) 941 size_t l = 0, u = nalloc; 955 for (; i < nalloc && sections[i].shdr.sh_addr == addr; 976 This fills in SECTIONS[0..NALLOC-1].outscn or exits. 984 size_t nalloc, size_t nsections) 987 for (size_t i = nalloc; i < nsections; ++i) 1005 for (size_t i = 0; i < nalloc; ++i) 1142 for (size_t i = 0; shdr != NULL && i < nalloc; ++i) 1162 for (size_t j = 0; j < nalloc; ++j) 1326 size_t nalloc = stripped_shnum - 1; local [all...] |
/external/libvncserver/common/ |
lzoconf.h | 282 lzo_alloc_func_t nalloc; /* [not used right now] */ member in struct:lzo_callback_t 288 /* INFO: the first parameter "self" of the nalloc/nfree/nprogress
|
/external/valgrind/coregrind/m_debuginfo/ |
lzoconf.h | 312 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
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_sanity.c | 609 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) ); [all...] |
/external/sqlite/dist/orig/ |
shell.c | [all...] |
/external/sqlite/dist/ |
shell.c | [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
ieee.c | 778 unsigned int nalloc; local 784 nalloc = info->types.alloc; 785 if (nalloc == 0) 786 nalloc = 4; 787 while (indx >= nalloc) 788 nalloc *= 2; 792 nalloc * sizeof *info->types.types)); 795 (nalloc - info->types.alloc) * sizeof *info->types.types); 797 tend = info->types.types + nalloc; 801 info->types.alloc = nalloc; 4529 unsigned int nalloc; local [all...] |
/external/tinyxml2/ |
tinyxml2.h | 290 printf( "Mempool %s watermark=%d [%dk] current=%d size=%d nAlloc=%d blocks=%d\n",
[all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-arm | |
emulator-mips | |
emulator-x86 | |