| /xsrc/local/programs/x11-ssh-askpass/ |
| H A D | dynlist.c | 60 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 D | radeon_vce.c | 397 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 D | radeon_uvd_enc.c | 291 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 D | radeon_vcn_enc.c | 270 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 D | radeon_vce.c | 396 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 D | radeon_vce.c | 401 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 D | radeon_uvd_enc.c | 271 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 D | radeon_vce.c | 388 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 D | radeon_vcn_enc.c | 400 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 D | imCallbk.c | 448 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 D | imDefIc.c | 98 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 D | imDefIm.c | 1260 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 D | imTrX.c | 331 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 D | image.c | 535 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 D | image.c | 624 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 D | XawIm.c | 1527 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++ ) {
|