Searched refs:remain (Results 1 - 25 of 129) sorted by relevance

123456

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_acpi.c77 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 Dsna_damage.c169 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 Dsna_acpi.c77 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 Dsna_damage.c169 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 Dtexcompress_cpal.c83 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 Dtexcompress_cpal.c83 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 DREADME.md7 made to remain compatible (unlike the user manual, where compatibility is
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbltone.c534 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 Dspiceqxl_audio.c111 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 Dfsio.c250 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 Dfsio.c246 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 DFSlibInt.c361 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 Dio.c374 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 Dv3d.rst20 though the 3.3 and 4.1 support continues to remain in tree, it is not
/xsrc/external/mit/xterm/dist/unicode/
H A Dconvmap.pl113 * therefore keysymtab[] must remain SORTED by keysym value.
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dio.c902 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 Dio.c859 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 Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXaw/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXcursor/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXdmcp/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXext/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXfixes/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXfont2/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/xsrc/external/mit/libXft/dist/m4/
H A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until

Completed in 23 milliseconds

123456