Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 20 of 20) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_WRITE.c35 size_t todo; in __stdio_WRITE() local
43 todo = bufsize; in __stdio_WRITE()
45 while (todo != 0) { in __stdio_WRITE()
46 stodo = (todo <= SSIZE_MAX) ? todo : SSIZE_MAX; in __stdio_WRITE()
58 todo -= rv; in __stdio_WRITE()
89 if (stodo > todo) { in __stdio_WRITE()
90 stodo = todo; in __stdio_WRITE()
108 todo -= (s - stream->__bufstart); in __stdio_WRITE()
112 bufsize -= todo; in __stdio_WRITE()
A Dfread.c30 size_t todo, bytes, avail; in fread_unlocked() local
32 todo = bytes = size * nmemb; in fread_unlocked()
38 if (!--todo) { in fread_unlocked()
46 if (avail > todo) { in fread_unlocked()
47 avail = todo; in fread_unlocked()
52 if (!(todo -= avail)) { in fread_unlocked()
68 while ((avail = __stdio_READ(stream, buffer, todo)) > 0) { in fread_unlocked()
70 if (!(todo -= avail)) { in fread_unlocked()
77 return (bytes - todo) / size; in fread_unlocked()
A D_vfprintf.c1215 size_t todo, r, n; in _outnstr() local
1218 todo = wclen; in _outnstr()
1220 while (todo) { in _outnstr()
1222 ((todo <= sizeof(wbuf)/sizeof(wbuf[0])) in _outnstr()
1223 ? todo in _outnstr()
1228 todo -= n; in _outnstr()
1234 return wclen - todo; in _outnstr()
1376 size_t todo = numpad; in _charpad() local
1382 while (todo && (OUTNSTR(stream, (const char *) pad, 1) == 1)) { in _charpad()
1383 --todo; in _charpad()
[all …]
/l4re-core-master/moe/server/src/
A Dserver_obj.cc17 L4::Thread::Modify_senders todo; in ~Server_object() local
18 todo.add(~3UL, in ~Server_object()
22 L4::Cap<L4::Thread>(L4_BASE_THREAD_CAP)->modify_senders(todo); in ~Server_object()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex552 * @todo Implement this function.
569 * @todo Implement this function.
606 * @todo Implement this function.
1059 * @todo Implement this function.
2007 * @todo Implement this function.
2016 * @todo Implement this function.
2075 * @todo Implement this function.
2128 * @todo Implement this function.
2269 * @todo Implement this function.
2402 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dregex552 * @todo Implement this function.
569 * @todo Implement this function.
606 * @todo Implement this function.
1059 * @todo Implement this function.
2007 * @todo Implement this function.
2016 * @todo Implement this function.
2075 * @todo Implement this function.
2128 * @todo Implement this function.
2269 * @todo Implement this function.
2402 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dregex552 * @todo Implement this function.
569 * @todo Implement this function.
606 * @todo Implement this function.
1059 * @todo Implement this function.
2007 * @todo Implement this function.
2016 * @todo Implement this function.
2075 * @todo Implement this function.
2128 * @todo Implement this function.
2269 * @todo Implement this function.
2402 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dregex552 * @todo Implement this function.
569 * @todo Implement this function.
606 * @todo Implement this function.
1059 * @todo Implement this function.
2007 * @todo Implement this function.
2016 * @todo Implement this function.
2075 * @todo Implement this function.
2128 * @todo Implement this function.
2269 * @todo Implement this function.
2402 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dregex549 * @todo Implement this function.
566 * @todo Implement this function.
603 * @todo Implement this function.
1056 * @todo Implement this function.
2004 * @todo Implement this function.
2013 * @todo Implement this function.
2072 * @todo Implement this function.
2125 * @todo Implement this function.
2266 * @todo Implement this function.
2399 * @todo Implement this function.
[all …]
/l4re-core-master/l4sys/include/
A Dthread391 * \param todo Prepared sender modification rules.
401 l4_msgtag_t modify_senders(Modify_senders const &todo) noexcept
403 return l4_ipc_call(cap(), todo.utcb, l4_msgtag(L4_PROTO_THREAD, todo.cnt, 0, 0), L4_IPC_NEVER);
/l4re-core-master/l4re/util/include/
A Dobject_registry286 L4::Thread::Modify_senders todo;
287 todo.add(~3UL, reinterpret_cast<l4_umword_t>(o),
289 _server->modify_senders(todo);
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DTODO15 support arches: (o todo; + done)
143 Manuel's todo:
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c1819 size_t todo = TZ_BUFLEN; in read_TZ_file()
1822 r = read(fd, p, todo); in read_TZ_file()
1828 todo -= r; in read_TZ_file()
1829 } while (todo); in read_TZ_file()
/l4re-core-master/ned/doc/
A Dned.dox153 \todo Write more documentation for application startup via Ned
/l4re-core-master/libsigma0/doc/
A Dlibsigma0.cfg194 # disable (NO) the todo list. This list is created by putting \todo
/l4re-core-master/l4util/doc/
A Dl4util.cfg207 # disable (NO) the todo list. This list is created by putting \todo
/l4re-core-master/uclibc/doc/
A Duclibc.cfg335 # disable (NO) the todo list. This list is created by putting \todo

Completed in 50 milliseconds