Searched refs:tbuf (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DText.c78 unsigned char *tbuf; local in function:XDrawString
83 BufAlloc (unsigned char *, tbuf, nbytes);
87 *(unsigned char *)tbuf = 254;
88 *(tbuf+1) = 0;
91 memcpy ((char *)tbuf+2, CharacterOffset, 254);
99 BufAlloc (unsigned char *, tbuf, nbytes);
103 *(unsigned char *)tbuf = PartialNChars;
104 *(tbuf+1) = 0;
107 memcpy ((char *)tbuf+2, CharacterOffset, (size_t)PartialNChars);
H A DPolyTxt.c118 char *tbuf = NULL; local in function:XDrawText
124 BufAlloc (char *, tbuf, nb);
125 *tbuf = 0; /* elt->len */
128 *(tbuf+1) = 127; /* elt->delta */
134 *((unsigned char *)(tbuf+1)) = 0x80; /* elt->delta */
140 BufAlloc (char *, tbuf , nbytes);
141 *tbuf = 0; /* elt->len */
142 *(tbuf+1) = PartialDelta; /* elt->delta */
153 BufAlloc (char *, tbuf, nbytes);
154 *(tbuf
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkbtext.c786 char tbuf[32]; local in function:CopyGroupActionArgs
791 snprintf(tbuf, sizeof(tbuf), "%d", XkbSAGroup(act) + 1);
793 snprintf(tbuf, sizeof(tbuf), "%d", XkbSAGroup(act));
795 snprintf(tbuf, sizeof(tbuf), "+%d", XkbSAGroup(act));
796 TryCopyStr(buf, tbuf, sz);
811 char tbuf[32]; local in function:CopyMovePtrArgs
817 snprintf(tbuf, sizeo
836 char tbuf[32]; local in function:CopyPtrBtnArgs
873 char tbuf[32]; local in function:CopySetPtrDfltArgs
892 char tbuf[64]; local in function:CopyISOLockArgs
958 char tbuf[32]; local in function:CopySwitchScreenArgs
978 char tbuf[32]; local in function:CopySetLockControlsArgs
1070 char tbuf[32]; local in function:CopyActionMessageArgs
1102 char tbuf[32], *tmp; local in function:CopyRedirectKeyArgs
1149 char tbuf[32]; local in function:CopyDeviceBtnArgs
1184 char tbuf[32]; local in function:CopyOtherArgs
1313 static char tbuf[8]; local in function:XkbBehaviorText
[all...]
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbtext.c926 char tbuf[32]; local in function:CopyGroupActionArgs
931 snprintf(tbuf, sizeof(tbuf), "%d", XkbSAGroup(act) + 1);
933 snprintf(tbuf, sizeof(tbuf), "%d", XkbSAGroup(act));
935 snprintf(tbuf, sizeof(tbuf), "+%d", XkbSAGroup(act));
936 TryCopyStr(buf, tbuf, sz);
953 char tbuf[32]; local in function:CopyMovePtrArgs
959 snprintf(tbuf, sizeo
980 char tbuf[32]; local in function:CopyPtrBtnArgs
1020 char tbuf[32]; local in function:CopySetPtrDfltArgs
1040 char tbuf[64]; local in function:CopyISOLockArgs
1124 char tbuf[32]; local in function:CopySwitchScreenArgs
1146 char tbuf[32]; local in function:CopySetLockControlsArgs
1248 char tbuf[32]; local in function:CopyActionMessageArgs
1283 char tbuf[32], *tmp; local in function:CopyRedirectKeyArgs
1332 char tbuf[32]; local in function:CopyDeviceBtnArgs
1370 char tbuf[32]; local in function:CopyOtherArgs
1501 static char tbuf[8]; local in function:XkbBehaviorText
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkbtext.c711 char tbuf[32]; local in function:CopyGroupActionArgs
716 sprintf(tbuf,"%d",XkbSAGroup(act)+1);
718 sprintf(tbuf,"%d",XkbSAGroup(act));
719 else sprintf(tbuf,"+%d",XkbSAGroup(act));
720 TryCopyStr(buf,tbuf,sz);
736 char tbuf[32]; local in function:CopyMovePtrArgs
742 sprintf(tbuf,"x=%d",x);
743 else sprintf(tbuf,"x=+%d",x);
744 TryCopyStr(buf,tbuf,sz);
747 sprintf(tbuf,",
760 char tbuf[32]; local in function:CopyPtrBtnArgs
795 char tbuf[32]; local in function:CopySetPtrDfltArgs
812 char tbuf[64]; local in function:CopyISOLockArgs
875 char tbuf[32]; local in function:CopySwitchScreenArgs
895 char tbuf[32]; local in function:CopySetLockControlsArgs
982 char tbuf[32]; local in function:CopyActionMessageArgs
1008 char tbuf[32],*tmp; local in function:CopyRedirectKeyArgs
1055 char tbuf[32]; local in function:CopyDeviceBtnArgs
1087 char tbuf[32]; local in function:CopyOtherArgs
1200 static char tbuf[8]; local in function:XkbBehaviorText
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.h36 struct virgl_cmd_buf *tbuf; member in struct:virgl_transfer_queue
H A Dvirgl_transfer_queue.c226 if (queue->tbuf) {
234 iter.data = queue->tbuf;
237 vws->submit_cmd(vws, queue->tbuf, NULL);
260 queue->tbuf = vs->vws->cmd_buf_create(vs->vws, VIRGL_MAX_TBUF_DWORDS);
262 queue->tbuf = NULL;
280 if (queue->tbuf)
281 vws->cmd_buf_destroy(queue->tbuf);
285 queue->tbuf = NULL;
319 if (queue->tbuf) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.h39 struct virgl_cmd_buf *tbuf; member in struct:virgl_transfer_queue
H A Dvirgl_transfer_queue.c245 if (queue->tbuf) {
252 iter.data = queue->tbuf;
255 vws->submit_cmd(vws, queue->tbuf, NULL);
277 queue->tbuf = vs->vws->cmd_buf_create(vs->vws, VIRGL_MAX_TBUF_DWORDS);
279 queue->tbuf = NULL;
292 if (queue->tbuf)
293 vws->cmd_buf_destroy(queue->tbuf);
297 queue->tbuf = NULL;
328 if (queue->tbuf) {
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dgetprop.c98 XEventClass *buf = NULL, *tbuf; local in function:ProcXGetDeviceDontPropagateList
125 tbuf = buf;
127 tbuf = ClassFromMask(tbuf, others->dontPropagateMask[i], i,
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dgetprop.c96 XEventClass *buf = NULL, *tbuf; local in function:ProcXGetDeviceDontPropagateList
124 tbuf = buf;
126 tbuf = ClassFromMask(tbuf, others->dontPropagateMask[i], i,
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBSetGeom.c404 char *wire, *tbuf; local in function:_SendSetGeometry
417 tbuf = NULL;
420 tbuf = _XAllocTemp(dpy, sz);
421 if (!tbuf)
423 wire = tbuf;
438 if (tbuf != NULL) {
439 Data(dpy, tbuf, sz);
440 _XFreeTemp(dpy, tbuf, sz);
H A DXKBCvt.c86 char tbuf[8], *buf; local in function:_XkbKSToKnownSet
116 buf = tbuf;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c1290 unsigned char *tbuf = buf + top * local in function:NVPutImage
1296 memcpy(tdst, tbuf, line_len);
1298 tbuf += srcPitch;
1342 unsigned char *tbuf = local in function:NVPutImage
1349 *map = *tbuf;
1350 *(map + 1) = *(tbuf + 1);
1351 *(map + 2) = *(tbuf + 2);
1352 *(map + 3) = *(tbuf + 3);
1354 tbuf += 4;
1359 case 3: *(map + 2) = *(tbuf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c1304 struct threaded_resource *tbuf)
1312 if (tbuf->is_shared ||
1313 tbuf->is_user_ptr ||
1314 tbuf->b.flags & PIPE_RESOURCE_FLAG_SPARSE)
1318 new_buf = screen->resource_create(screen, &tbuf->b);
1323 if (tbuf->latest != &tbuf->b)
1324 pipe_resource_reference(&tbuf->latest, NULL);
1326 tbuf->latest = new_buf;
1327 util_range_set_empty(&tbuf
1303 tc_invalidate_buffer(struct threaded_context * tc,struct threaded_resource * tbuf) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c649 tc_is_buffer_busy(struct threaded_context *tc, struct threaded_resource *tbuf, argument
655 uint32_t id_hash = tbuf->buffer_id_unique & TC_BUFFER_ID_MASK;
669 return tc->options.is_resource_busy(tc->pipe->screen, tbuf->latest, map_usage);
1974 struct threaded_resource *tbuf)
1976 if (!tc_is_buffer_busy(tc, tbuf, PIPE_MAP_READ_WRITE)) {
1983 if (!tc_is_buffer_bound_for_write(tc, tbuf->buffer_id_unique))
1984 util_range_set_empty(&tbuf->valid_buffer_range);
1992 if (tbuf->is_shared ||
1993 tbuf->is_user_ptr ||
1994 tbuf
1973 tc_invalidate_buffer(struct threaded_context * tc,struct threaded_resource * tbuf) argument
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c1531 unsigned char *ubuf, *vbuf, *tbuf; local in function:MGACopyScaledILOAD
1668 tbuf=buf+(l+src_y)*width;
1672 CARD32 *tsp=(CARD32 *)(tbuf+src_x), *tsp2;
1675 tsp2=(CARD32 *)(tbuf+src_x+width);
1677 tsp2=(CARD32 *)(tbuf+src_x);
1694 tbuf=buf+(l+src_y)*width*2;
1698 memcpy(fb_ptr, tbuf+src_x*2, src_w*2);
1702 CARD32 *tsp=(CARD32 *)(tbuf+src_x*2), *tsp2;
1705 tsp2=(CARD32 *)(tbuf+src_x*2+width*2);
1707 tsp2=(CARD32 *)(tbuf
[all...]
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c2397 char buf[128], tbuf[10]; local in function:I128DumpIBMDACRegisters
2418 sprintf(tbuf, " %02x", ibmr[i]);
2419 strcat(buf, tbuf);

Completed in 29 milliseconds