Searched refs:tmpsize (Results 1 - 5 of 5) sorted by relevance

/external/toybox/toys/posix/
H A Duniq.c65 size_t thissize, prevsize = 0, tmpsize; local
107 tmpsize = prevsize;
109 thissize = tmpsize;
/external/boringssl/src/crypto/asn1/
H A Da_object.c94 int tmpsize = sizeof ftmp; local
170 if (blsize > tmpsize) {
173 tmpsize = blsize + 32;
174 tmp = OPENSSL_malloc(tmpsize);
/external/vboot_reference/utility/
H A Dbmpblk_utility.cc415 uint32_t tmpsize = content.size(); local
416 uint8_t *tmpbuf = (uint8_t *)malloc(tmpsize);
418 if (EFI_SUCCESS != EfiCompress((uint8_t *)content.c_str(), tmpsize,
419 tmpbuf, &tmpsize)) {
423 it->second.compressed_content.assign((const char *)tmpbuf, tmpsize);
424 it->second.data.compressed_size = tmpsize;
431 uint32_t tmpsize = lzma_stream_buffer_bound(content.size()); local
432 uint8_t *tmpbuf = (uint8_t *)malloc(tmpsize);
446 stream.avail_out = tmpsize;
454 tmpsize
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc842 uptr tmpsize; local
844 if (ReadFileToBuffer("/proc/self/cmdline", &tmpbuf, &tmpsize, &tmplen,
847 UnmapOrDie(tmpbuf, tmpsize);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 371 milliseconds