Searched defs:rem (Results 1 - 14 of 14) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dnanosleep.c8 int nanosleep(const struct timespec* req, struct timespec* rem) { argument
H A Dclock_nanosleep.c4 int clock_nanosleep(clockid_t clk, int flags, const struct timespec* req, struct timespec* rem) { argument
H A D__year_to_secs.c14 int cycles, centuries, leaps, rem; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dthrd_sleep.c8 int thrd_sleep(const struct timespec* req, struct timespec* rem) { argument
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A D__stdio_write.c9 size_t rem = iov[0].iov_len + iov[1].iov_len; local
H A Dfmemopen.c28 size_t rem = c->len - c->pos; local
49 size_t rem; local
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/modes/
H A Dcfb.c166 int n, rem, num; local
H A Dgcm.c133 size_t rem, nlo, nhi; local
189 size_t rem, nlo, nhi; local
[all...]
/fuchsia/zircon/kernel/lib/fixed_point/include/lib/
H A Dfixed_point.h27 uint32_t rem; local
/fuchsia/zircon/kernel/object/
H A Dmbuf.cpp21 size_t MBufChain::MBuf::rem() const { function in class:MBufChain::MBuf
/fuchsia/zircon/third_party/ulib/cksum/
H A Dadler32.c135 uint32_t rem; local
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstdlib.h56 typedef struct { int quot, rem; } div_t; member in struct:__anon1739
57 typedef struct { long quot, rem; } ldiv_t; member in struct:__anon1740
58 typedef struct { long long quot, rem; } lldiv_t; member in struct:__anon1741
H A Dinttypes.h12 typedef struct { intmax_t quot, rem; } imaxdiv_t; member in struct:__anon1697
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dtcache.c88 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, szind_t binind, unsigned rem) argument
166 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, unsigned rem, tcache_t *tcache) argument
[all...]

Completed in 160 milliseconds