| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_split_tmp.h | 77 * remaining = count - seg_start = first + N'' * incr. 79 * That is, remaining is implicitly trimmed. 104 const unsigned remaining = count - seg_start; local 106 if (remaining > seg_max) { 115 SEGMENT_SIMPLE(flags, start + seg_start, remaining); 116 seg_start += remaining; 126 const unsigned remaining = count - seg_start; local 128 if (remaining > seg_max) { 137 SEGMENT_LOOP(flags, start + seg_start, remaining, start); 138 seg_start += remaining; 149 const unsigned remaining = count - seg_start; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_split_tmp.h | 73 * remaining = count - seg_start = first + N'' * incr. 75 * That is, remaining is implicitly trimmed. 99 const unsigned remaining = count - seg_start; local 101 if (remaining > seg_max) { 110 SEGMENT_SIMPLE(flags, start + seg_start, remaining); 111 seg_start += remaining; 121 const unsigned remaining = count - seg_start; local 123 if (remaining > seg_max) { 132 SEGMENT_LOOP(flags, start + seg_start, remaining, start); 133 seg_start += remaining; 144 const unsigned remaining = count - seg_start; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| os_file.c | 74 size_t offset = 0, remaining = len - 1; local 75 while ((read = readN(fd, buf + offset, remaining)) == remaining) { 87 remaining = len - offset - 1;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_menu2.c | 127 GLUTmenuItem *item, **prev, *remaining; local 146 remaining = item->next; 147 while (remaining) { 148 if (remaining->pixwidth > pixwidth) { 149 pixwidth = remaining->pixwidth; 151 remaining = remaining->next;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| log.c | 131 size_t remaining = stream->msg + stream->pos - next; local 132 memmove(stream->msg, next, remaining); 133 stream->pos = remaining;
|
| os_file.c | 155 size_t offset = 0, remaining = len - 1; local 156 while ((actually_read = readN(fd, buf + offset, remaining)) == (ssize_t)remaining) { 168 remaining = len - offset - 1;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_goto_ifs.c | 434 struct set *remaining = _mesa_pointer_set_create(mem_ctx); local 437 _mesa_set_add(remaining, block->dom_children[i]); 449 printf(" remaining = "); 450 print_block_set(remaining); 455 while (remaining->entries && progress) { 457 set_foreach(remaining, child_entry) { 463 if (_mesa_set_search_pre_hashed(remaining, entry->hash, 477 _mesa_set_remove(remaining, child_entry); 483 /* Add everything remaining to loop_heads */ 484 set_foreach(remaining, entry 856 struct set *remaining = _mesa_pointer_set_create(mem_ctx); local [all...] |
| nir_lower_memcpy.c | 114 uint64_t remaining = size - offset; local 115 /* Find the largest chunk size power-of-two (MSB in remaining) 121 unsigned copy_size = 1u << MIN2(util_last_bit64(remaining) - 1, 4);
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| gen_release_notes.py | 134 remaining = docutils.utils.escape2null(text) 139 while remaining: 140 original = remaining 141 match = self.patterns.initial.search(remaining) 146 before, inlines, remaining, sysmessages = method(self, match, 0) 151 :len(original) - len(remaining)] 167 checked += remaining
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| mesa-overlay-control.py | 94 remaining = timeout 96 while remaining > 0 and ncmds > 0: 100 self.buffer = self.conn.recv(remaining) 147 remaining = max(0, remaining - elapsed)
|
| /xsrc/external/mit/glw/dist/ |
| compile | 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
| /xsrc/external/mit/xf86-video-ati/dist/ |
| compile | 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| compile | 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
| /xsrc/external/mit/xsetpointer/dist/ |
| compile | 42 Remove `-o dest.o' from ARGS, run PROGRAM with the remaining
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_split_inplace.c | 185 GLuint remaining = count - j; local 188 nr = MIN2(available, remaining); 193 outprim->end = (nr == remaining && prim->end); 199 if (nr == remaining) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_split_inplace.c | 182 GLuint remaining = count - j; local 185 nr = MIN2(available, remaining); 190 outprim->end = (nr == remaining && prim->end); 198 if (nr == remaining) {
|
| /xsrc/external/mit/MesaLib/dist/include/c11/ |
| threads_posix.h | 338 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) 341 nanosleep(time_point, remaining);
|
| threads_win32.h | 455 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) 458 assert(!remaining); /* not implemented */
|
| /xsrc/external/mit/MesaLib.old/dist/include/c11/ |
| threads_posix.h | 338 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) 341 nanosleep(time_point, remaining);
|
| threads_win32.h | 586 thrd_sleep(const struct timespec *time_point, struct timespec *remaining) 589 assert(!remaining); /* not implemented */
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| fservestr.h | 54 unsigned long glyphs_to_get; /* # glyphs remaining to be gotten */ 121 int remaining; member in struct:_fs_blocked_list_info
|
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| fservestr.h | 54 unsigned long glyphs_to_get; /* # glyphs remaining to be gotten */ 121 int remaining; member in struct:_fs_blocked_list_info
|
| /xsrc/external/mit/xkill/dist/ |
| xkill.c | 403 unsigned long nitems, remaining; local 410 &nitems, &remaining, &prop);
|
| /xsrc/external/mit/appres/dist/ |
| compile | 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|
| /xsrc/external/mit/bdftopcf/dist/ |
| compile | 244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
|