| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_acpi.c | 77 sna->acpi.remain); 102 sna->acpi.remain -= n; 135 sna->acpi.remain = sizeof(sna->acpi.event) - 1 - n; 211 sna->acpi.remain = sizeof(sna->acpi.event) - 1;
|
| H A D | sna_damage.c | 169 damage->remain = ARRAY_SIZE(damage->embedded_box.box); 228 DBG((" nboxes=%d, residual=%d\n", nboxes, damage->remain)); 229 nboxes -= damage->remain; 251 n = iter->size - damage->remain; 360 box->size = damage->remain = n; 371 DBG((" %s: prev=(remain %d), count=%d\n", 372 __FUNCTION__, damage->remain, count)); 377 if (n > damage->remain) 378 n = damage->remain; 382 damage->remain [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_acpi.c | 77 sna->acpi.remain); 106 sna->acpi.remain -= n; 139 sna->acpi.remain = sizeof(sna->acpi.event) - 1 - n; 212 sna->acpi.remain = sizeof(sna->acpi.event) - 1;
|
| H A D | sna_damage.c | 169 damage->remain = ARRAY_SIZE(damage->embedded_box.box); 228 DBG((" nboxes=%d, residual=%d\n", nboxes, damage->remain)); 229 nboxes -= damage->remain; 251 n = iter->size - damage->remain; 360 box->size = damage->remain = n; 371 DBG((" %s: prev=(remain %d), count=%d\n", 372 __FUNCTION__, damage->remain, count)); 377 if (n > damage->remain) 378 n = damage->remain; 382 damage->remain [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_cpal.c | 83 GLuint remain, i; local in function:paletted_to_color 90 remain = num_pixels % 2; 95 if (remain) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_cpal.c | 83 GLuint remain, i; local in function:paletted_to_color 90 remain = num_pixels % 2; 95 if (remain) {
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | README.md | 7 made to remain compatible (unlike the user manual, where compatibility is
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbbltone.c | 534 if (len <= remain) { \ 537 stip = FbLeftStipBits(bits, remain); \ 539 __len = (len) - remain; \ 541 remain, __len); \ 542 remain = FB_STIP_UNIT; \ 545 remain -= __len; \ 550 remain = FB_STIP_UNIT - offset; \ 593 int remain; local in function:fbBltOne24
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_audio.c | 111 int remain = f->size - remove_from; local in function:fifo_remove_data 113 if (remain < len) { 115 memcpy(dest, f->buffer + remove_from, remain); 116 dest += remain; 118 len -= remain; 119 f->len -= remain;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsio.c | 250 long remain; local in function:_fs_flush 257 while ((remain = conn->outBuf.insert - conn->outBuf.remove) > 0) 261 (int) remain);
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsio.c | 246 long remain; local in function:_fs_flush 253 while ((remain = conn->outBuf.insert - conn->outBuf.remove) > 0) 257 (int) remain);
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSlibInt.c | 361 long remain = todo; /* amount to try this time, <= total */ local in function:_FSSend 380 if (len > remain) \ 381 len = remain; \ 388 remain -= len; \
|
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | io.c | 374 long remain = todo; local in function:FlushClient 395 if (len > remain) \ 396 len = remain; \ 403 remain -= len; \
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | v3d.rst | 20 though the 3.3 and 4.1 support continues to remain in tree, it is not
|
| /xsrc/external/mit/xterm/dist/unicode/ |
| H A D | convmap.pl | 113 * therefore keysymtab[] must remain SORTED by keysym value.
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | io.c | 902 long remain = todo; /* amount to try this time, <= notWritten */ local in function:FlushClient 921 if (len > remain) \ 922 len = remain; \ 929 remain -= len; \
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | io.c | 859 long remain = todo; /* amount to try this time, <= notWritten */ local in function:FlushClient 878 if (len > remain) \ 879 len = remain; \ 886 remain -= len; \
|
| /xsrc/external/mit/libXau/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXaw/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXcursor/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXdmcp/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXext/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXfixes/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXfont2/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|
| /xsrc/external/mit/libXft/dist/m4/ |
| H A D | lt~obsolete.m4 | 32 # Yes, that means every name once taken will need to remain here until
|