| /xsrc/local/programs/x11-ssh-askpass/ |
| dynlist.c | 60 char *tmp_buf; local 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/dist/src/gallium/drivers/r600/ |
| radeon_vce.c | 401 struct pipe_video_buffer *tmp_buf, templat = {}; local 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/ |
| radeon_uvd_enc.c | 271 struct pipe_video_buffer *tmp_buf, templat = {}; local 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);
|
| radeon_vce.c | 388 struct pipe_video_buffer *tmp_buf, templat = {}; local 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);
|
| radeon_vcn_enc.c | 400 struct pipe_video_buffer *tmp_buf, templat = {}; local 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/MesaLib.old/dist/src/gallium/drivers/r600/ |
| radeon_vce.c | 397 struct pipe_video_buffer *tmp_buf, templat = {}; local 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/ |
| radeon_uvd_enc.c | 291 struct pipe_video_buffer *tmp_buf, templat = { }; local 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);
|
| radeon_vcn_enc.c | 270 struct pipe_video_buffer *tmp_buf, templat = {}; local 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);
|
| radeon_vce.c | 396 struct pipe_video_buffer *tmp_buf, templat = {}; local 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/libX11/dist/modules/im/ximcp/ |
| imCallbk.c | 448 char* tmp_buf; local 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);
|
| imDefIc.c | 98 char *tmp_buf = (char *)tmp_buf32; local 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 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 [all...] |
| imDefIm.c | 1260 char *tmp_buf = (char *)tmp_buf32; local 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 1827 memset(tmp_buf, 0, sizeof(tmp_buf32)); 1828 buf = tmp_buf; [all...] |
| imTrX.c | 331 char tmp_buf[XIM_CM_DATA_SIZE]; local 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/ |
| image.c | 535 struct pipe_video_buffer *tmp_buf; local 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/ |
| image.c | 624 struct pipe_video_buffer *tmp_buf; local 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/ |
| XawIm.c | 1527 char tmp_buf[64], *tmp_p; local 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++ ) {
|