HomeSort by relevance Sort by last modified time
    Searched refs:allocsize (Results 1 - 6 of 6) sorted by null

  /external/llvm/examples/BrainF/
BrainF.cpp 85 Constant* allocsize = ConstantExpr::getSizeOf(Int8Ty); local
86 allocsize = ConstantExpr::getTruncOrBitCast(allocsize, IntPtrTy);
87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 132 size_t allocsize; /*allocated size in bytes*/ member in struct:uivector
137 ((uivector*)p)->size = ((uivector*)p)->allocsize = 0;
145 if(size * sizeof(unsigned) > p->allocsize)
151 p->allocsize = newsize;
173 p->size = p->allocsize = 0;
203 size_t allocsize; /*allocated size*/ member in struct:ucvector
209 if(size * sizeof(unsigned char) > p->allocsize)
215 p->allocsize = newsize;
229 ((ucvector*)p)->size = ((ucvector*)p)->allocsize = 0;
237 p->size = p->allocsize = 0
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 421 int allocsize; local
449 allocsize = sizeof(PktMsg) - sizeof(DNSMessage) + msglen;
453 allocsize = sizeof(PktMsg);
456 pkt = malloc(allocsize);
1377 int i, allocsize, bucket; local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 560 png_size_t allocsize; member in struct:__anon8311
591 image->allocsize = 0;
662 image->allocsize = size;
689 if (check16(image->buffer+16+image->allocsize, 95))
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c 6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content) local
    [all...]
  /external/expat/lib/
xmlparse.c 6366 int allocsize = (dtd->scaffCount * sizeof(XML_Content) local
    [all...]

Completed in 292 milliseconds