Searched refs:tmp_buf (Results 1 - 16 of 16) sorted by relevance

/xsrc/local/programs/x11-ssh-askpass/
H A Ddynlist.c60 char *tmp_buf; local in function:append_to_buf
65 tmp_buf = realloc(*buf, (sizeof(**buf) * *buflen));
66 if (NULL == tmp_buf)
72 *buf = tmp_buf;
74 *buf = tmp_buf;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c397 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:rvce_create_encoder
444 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
453 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
463 tmp_buf->destroy(tmp_buf);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c291 struct pipe_video_buffer *tmp_buf, templat = { }; local in function:radeon_uvd_create_encoder
335 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
345 get_buffer(((struct vl_video_buffer *) tmp_buf)->resources[0], NULL,
356 tmp_buf->destroy(tmp_buf);
H A Dradeon_vcn_enc.c270 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:radeon_create_encoder
310 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
320 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
330 tmp_buf->destroy(tmp_buf);
H A Dradeon_vce.c396 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:si_vce_create_encoder
454 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
463 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
477 tmp_buf->destroy(tmp_buf);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_vce.c401 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:rvce_create_encoder
444 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
453 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
463 tmp_buf->destroy(tmp_buf);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c271 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:radeon_uvd_create_encoder
312 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
322 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
332 tmp_buf->destroy(tmp_buf);
H A Dradeon_vce.c388 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:si_vce_create_encoder
441 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
450 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
464 tmp_buf->destroy(tmp_buf);
H A Dradeon_vcn_enc.c400 struct pipe_video_buffer *tmp_buf, templat = {}; local in function:radeon_create_encoder
435 if (!(tmp_buf = context->create_video_buffer(context, &templat))) {
445 get_buffer(((struct vl_video_buffer *)tmp_buf)->resources[0], NULL, &tmp_surf);
455 tmp_buf->destroy(tmp_buf);
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimCallbk.c448 char* tmp_buf; local in function:_read_text_from_packet
467 if ((tmp_buf = Xmalloc(tmp_len + 1))) {
468 memcpy(tmp_buf, buf, tmp_len);
469 tmp_buf[tmp_len] = '\0';
473 tmp_buf, tmp_len,
489 tmp_buf, tmp_len,
514 Xfree(tmp_buf);
H A DimDefIc.c98 char *tmp_buf = (char *)tmp_buf32; local in function:_XimReCreateIC
145 buf = tmp_buf;
155 if (buf != tmp_buf)
166 if (buf == tmp_buf) {
188 if (buf != tmp_buf)
193 if (buf != tmp_buf)
671 char *tmp_buf = (char *)tmp_buf32; local in function:_XimProtoSetICValues
711 memset(tmp_buf, 0, sizeof(tmp_buf32));
712 buf = tmp_buf;
733 if (buf == tmp_buf) {
1428 char *tmp_buf = (char *)tmp_buf32; local in function:_XimProtoCreateIC
[all...]
H A DimDefIm.c1260 char *tmp_buf = (char *)tmp_buf32; local in function:_XimProtoSetIMValues
1293 memset(tmp_buf, 0, sizeof(tmp_buf32));
1294 buf = tmp_buf;
1313 if (buf == tmp_buf) {
1331 if (buf != tmp_buf)
1343 if (buf != tmp_buf)
1348 if (buf != tmp_buf)
1813 char *tmp_buf = (char *)tmp_buf32; local in function:_XimSendSavedIMValues
1827 memset(tmp_buf, 0, sizeof(tmp_buf32));
1828 buf = tmp_buf;
[all...]
H A DimTrX.c331 char tmp_buf[XIM_CM_DATA_SIZE]; local in function:_XimXGetReadData
357 (void)memcpy(tmp_buf, &data[buf_len], len);
359 (void)memcpy(data, tmp_buf, len);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dimage.c535 struct pipe_video_buffer *tmp_buf; local in function:vlVaPutImage
542 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat);
544 if (!tmp_buf) {
550 surf->buffer = tmp_buf;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dimage.c624 struct pipe_video_buffer *tmp_buf; local in function:vlVaPutImage
631 tmp_buf = drv->pipe->create_video_buffer(drv->pipe, &surf->templat);
633 if (!tmp_buf) {
639 surf->buffer = tmp_buf;
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c1527 char tmp_buf[64], *tmp_p; local in function:_XawImWcLookupString
1536 ret = XLookupString( event, tmp_buf, sizeof(tmp_buf), keysym_return,
1538 for ( i = 0, tmp_p = tmp_buf, buf_p = buffer_return; i < ret; i++ ) {

Completed in 24 milliseconds