Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/ext2ed/
Dgeneral_com.c495 char *ptr,buffer [80],tmp_buffer [80]; in set_type() local
507 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()
521 sprintf (tmp_buffer,"show");dispatch (tmp_buffer); in set_type()
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
Dstorage_api.py769 tmp_buffer = []
777 tmp_buffer.append(buf)
789 over = tmp_buffer.pop()
797 tmp_buffer.append(head)
800 data = ''.join(tmp_buffer)
/external/webp/src/enc/
Dpicture_csp.c470 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local
482 tmp_buffer == NULL) { in PreprocessARGB()
492 fixed_y_t* const src1 = tmp_buffer; in PreprocessARGB()
493 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()
521 fixed_y_t* const src1 = tmp_buffer; in PreprocessARGB()
522 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()
569 WebPSafeFree(tmp_buffer); in PreprocessARGB()
/external/boringssl/src/crypto/ec/
Dec_asn1.c440 uint8_t *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); in i2d_ECPrivateKey() local
441 if (!tmp_buffer) { in i2d_ECPrivateKey()
445 buffer = tmp_buffer; in i2d_ECPrivateKey()
/external/libxml2/
DparserInternals.c2007 xmlParserNodeInfo *tmp_buffer; in xmlParserAddNodeInfo() local
2016 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size); in xmlParserAddNodeInfo()
2018 tmp_buffer = in xmlParserAddNodeInfo()
2022 if (tmp_buffer == NULL) { in xmlParserAddNodeInfo()
2026 ctxt->node_seq.buffer = tmp_buffer; in xmlParserAddNodeInfo()