HomeSort by: relevance | last modified time | path
    Searched refs:todo (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/fontfile/
bufio.c 87 int todo; local
95 todo = count - (fileoff - curoff);
96 if (lseek (FileDes(f), todo, 1) == -1) {
99 while (todo) {
101 if (curoff > todo)
102 curoff = todo;
106 todo -= fileoff;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
bufio.c 88 off_t todo; local
96 todo = count - (fileoff - curoff);
97 if (lseek (FileDes(f), todo, SEEK_CUR) == -1) {
100 while (todo) {
102 if (curoff > todo)
103 curoff = todo;
107 todo -= fileoff;
  /xsrc/external/mit/bdftopcf/dist/
bufio.c 93 int todo = count - (fileoff - curoff); local
95 if (lseek(FileDes(f), todo, 1) == -1) {
98 while (todo) {
100 if (curoff > todo)
101 curoff = todo;
105 todo -= fileoff;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
test_tests.cpp 29 BEGIN_TEST_TODO(todo)
  /xsrc/external/mit/libXfont/dist/src/builtins/
file.c 63 int todo; local
71 todo = count - (fileoff - curoff);
72 io->offset += todo;
  /xsrc/external/mit/libXfont2/dist/src/builtins/
file.c 64 int todo; local
72 todo = count - (fileoff - curoff);
73 io->offset += todo;
  /xsrc/external/mit/libFS/dist/src/
FSlibInt.c 134 todo; local
138 size = todo = svr->bufptr - svr->buffer;
147 write_stat = _FSTransWrite(svr->trans_conn, bufindex, (int) todo);
150 todo = size;
156 if (todo > 1)
157 todo >>= 1;
348 long todo = total; local
361 long remain = todo; /* amount to try this time, <= total */
375 * Note that todo had better be at least 1 or else we'll end up writing 0
400 todo = total
    [all...]
  /xsrc/external/mit/xfs/dist/os/
io.c 365 long todo; local
371 todo = notWritten;
374 long remain = todo;
389 * Note that todo had better be at least 1 or else we'll end up
415 todo = notWritten;
418 || ((errno == EMSGSIZE) && (todo == 1))
464 todo >>= 1;
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_io_to_vector.c 123 /* TODO: add 64/16bit support ? */
159 unsigned todo = 1; local
166 while (todo) {
193 todo = MAX2(todo, var_slots);
196 todo--;
395 /* TODO(mesh): This will not be allowed on EXT. */
  /xsrc/external/mit/xorg-server/dist/os/
io.c 843 long todo; local
856 todo = notWritten;
859 long remain = todo; /* amount to try this time, <= notWritten */
873 * Note that todo had better be at least 1 or else we'll end up
898 todo = notWritten;
905 || ((errno == EMSGSIZE) && (todo == 1))
956 todo >>= 1;
  /xsrc/external/mit/xorg-server.old/dist/os/
io.c 892 long todo; local
899 todo = notWritten;
902 long remain = todo; /* amount to try this time, <= notWritten */
916 * Note that todo had better be at least 1 or else we'll end up
942 todo = notWritten;
949 || ((errno == EMSGSIZE) && (todo == 1))
1009 todo >>= 1;
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.cpp 246 // TODO: we could use DPP8 for some swizzles
1215 /* TODO: create more efficient code! */
2086 // TODO: check fp_mode.must_flush_denorms16_64
2103 // TODO: check fp_mode.must_flush_denorms16_64
2261 // TODO: confirm that this holds under any circumstances
3584 // TODO: we really want to have the resulting type as this would allow for 64bit literals
4321 uint32_t todo = u_bit_consecutive(0, data.bytes());
4322 while (todo) {
4324 if (!scan_write_mask(wrmask, todo, &offset, &byte)) {
4329 advance_write_mask(&todo, offset, byte)
    [all...]

Completed in 22 milliseconds