/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1.c | 81 sb->s = realloc(sb->s, sb->alloced+1); 291 d->pData = realloc(d->pData, d->nData + n); 601 ** If nTarget==nSource, we should not move any memory nor realloc. 602 ** If nTarget>nSource, trim target and realloc. 603 ** If nTarget<nSource, realloc then expand target. 610 d->pData = realloc(d->pData, d->nData+nSource-nTarget); [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
lempar.c | 54 ** zero the stack is dynamically sized using realloc() 248 pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
|
/external/chromium_org/third_party/sqlite/src/tool/ |
lempar.c | 48 ** zero the stack is dynamically sized using realloc() 242 pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
|
/external/flac/libFLAC/ |
format.c | 584 if(0 == (object->parameters = (unsigned*)realloc(object->parameters, sizeof(unsigned)*(1 << max_partition_order)))) 586 if(0 == (object->raw_bits = (unsigned*)realloc(object->raw_bits, sizeof(unsigned)*(1 << max_partition_order))))
|
/external/harfbuzz_ng/src/ |
hb-buffer.cc | 104 new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); 105 new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
|
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 286 charBuf = (char *)realloc(charBuf, rawFileLen+1); // Need error checking... 340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar));
|
/external/jhead/ |
main.c | 178 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize); 526 *buf = realloc(*buf, bufLen);
|
/external/libppp/src/ |
ether.c | 199 iov[*niov].iov_base = d = realloc(d, sz); 352 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
|
netgraph.c | 287 iov[*niov].iov_base = d = realloc(d, sz); 328 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
|
tty.c | 587 iov[*niov].iov_base = d = realloc(d, sz); 644 dev = realloc(dev, sizeof *dev); /* Reduce to the correct size */
|
/external/libsepol/src/ |
module.c | 237 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) { 270 (char *)realloc(base->netfilter_contexts, base_nc_len)) == NULL) {
|
/external/libusb/libusb/ |
descriptor.c | 200 altsetting = realloc(altsetting, 395 /* FIXME: We should realloc and append here */
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 447 /// void *realloc(void *ptr, size_t size); 448 realloc, enumerator in enum:llvm::LibFunc::Func
|
/external/mesa3d/docs/ |
relnotes-7.10.1.html | 228 <li>i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.</li> 328 <li>glsl: Use reralloc instead of plain realloc.</li>
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_cs.c | 287 csc->relocs_bo = (struct radeon_bo**)realloc(csc->relocs_bo, size); 290 csc->relocs = (struct drm_radeon_cs_reloc*)realloc(csc->relocs, size);
|
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 474 temp=VG_(realloc)("bbv_main.c allocate_threads", 494 VG_(realloc)("bbv_main.c inst_counter",
|
/external/webrtc/src/common_audio/resampler/ |
resampler.cc | [all...] |
/external/wpa_supplicant_8/src/utils/ |
os.h | 415 #define os_realloc(p, s) realloc((p), (s)) 512 #define realloc OS_DO_NOT_USE_realloc macro
|
/frameworks/rs/cpp/ |
RenderScript.cpp | 537 rbuf = realloc(rbuf, rbuf_size); 540 ALOGE("RS::message handler realloc error %zu", rbuf_size);
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 84 links = (struct media_link*)realloc(links, max_links * sizeof *links); 225 media->entities = (struct media_entity*)realloc(media->entities, size);
|
/ndk/sources/host-tools/make-3.81/ |
misc.c | 359 /* Some older implementations of realloc() don't conform to ANSI. */ 362 result = ptr ? realloc (ptr, size) : malloc (size);
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
sub_proc.c | 626 pproc->outp = realloc(pproc->outp, bufsize); 657 pproc->errp = realloc(pproc->errp, bufsize);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
libgomp.so | |