Searched refs:tmp_buffer (Results 1 - 8 of 8) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c496 char *ptr,buffer [80],tmp_buffer [80]; local
508 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
522 sprintf (tmp_buffer,"show");dispatch (tmp_buffer);
/external/webrtc/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc27 const uint8_t* tmp_buffer = buffer; local
31 printf("%d ", tmp_buffer[k++]);
33 tmp_buffer += stride;
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc502 char tmp_buffer[1024];
509 while ((bytes_read = dump_file->Read(tmp_buffer, sizeof(tmp_buffer))) > 0) {
510 dump_buffer.append(tmp_buffer, bytes_read);
/external/webp/src/enc/
H A Dpicture_csp_enc.c449 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch local
466 tmp_buffer == NULL) {
478 fixed_y_t* const src1 = tmp_buffer + 0 * w;
479 fixed_y_t* const src2 = tmp_buffer + 3 * w;
516 fixed_y_t* const src1 = tmp_buffer + 0 * w;
517 fixed_y_t* const src2 = tmp_buffer + 3 * w;
555 WebPSafeFree(tmp_buffer);
/external/libxml2/
H A DparserInternals.c2022 xmlParserNodeInfo *tmp_buffer; local
2031 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size);
2033 tmp_buffer =
2037 if (tmp_buffer == NULL) {
2041 ctxt->node_seq.buffer = tmp_buffer;
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_query.c1379 struct pipe_resource *tmp_buffer = NULL; local
1404 &tmp_buffer_offset, &tmp_buffer);
1405 if (!tmp_buffer)
1421 ssbo[1].buffer = tmp_buffer;
1511 pipe_resource_reference(&tmp_buffer, NULL);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessBuffersTests.cpp4510 glw::GLuint tmp_buffer = too_much_buffers.top(); local
4512 if (tmp_buffer)
4514 gl.deleteBuffers(1, &tmp_buffer);
4720 glw::GLuint tmp_buffer = too_much_buffers.top(); local
4722 if (tmp_buffer)
4724 gl.deleteBuffers(1, &tmp_buffer);
H A Dgl3cTransformFeedbackTests.cpp868 glw::GLchar tmp_buffer[256]; local
874 gl.getTransformFeedbackVarying(m_program_id_with_output, transform_feedback_varyings, sizeof(tmp_buffer), NULL,
875 &tmp_size, &tmp_type, tmp_buffer);

Completed in 823 milliseconds