| /third_party/musl/src/time/ |
| H A D | nanosleep.c | 4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() argument
|
| H A D | clock_nanosleep.c | 8 int __clock_nanosleep(clockid_t clk, int flags, const struct timespec *req, struct timespec *rem) in __clock_nanosleep() argument
|
| H A D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem, dummy; in __year_to_secs() local [all...] |
| /third_party/musl/src/thread/ |
| H A D | thrd_sleep.c | 6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() argument
|
| /third_party/musl/compat/time32/ |
| H A D | nanosleep_time32.c | 7 struct timespec rem; in __nanosleep_time32() local
|
| H A D | thrd_sleep_time32.c | 8 struct timespec rem; in __thrd_sleep_time32() local
|
| H A D | clock_nanosleep_time32.c | 7 struct timespec rem; in __clock_nanosleep_time32() local
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | mpegvideoenc_qns_template.c | 35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) in try_8x8basis() argument 77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) in add_8x8basis() argument
|
| /third_party/lzma/CPP/Common/ |
| H A D | DynLimBuf.cpp | 63 size_t rem = _sizeLimit - _pos;
in operator +=() local
|
| /third_party/musl/porting/liteos_a/kernel/src/time/ |
| H A D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local [all...] |
| /third_party/musl/porting/liteos_m/kernel/src/time/ |
| H A D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local [all...] |
| /third_party/musl/porting/uniproton/kernel/src/time/ |
| H A D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local [all...] |
| /third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
| H A D | syscalls.rs | 31 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); variables 55 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); variables 152 let mut rem variables 176 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); global() variables [all...] |
| /third_party/musl/porting/linux/user/src/stdio/ |
| H A D | __stdio_write.c | 9 size_t rem = f->wpos - f->wbase; in __flush_buffer() local 29 size_t rem = len; in __stdio_write() local [all...] |
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| H A D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len;
in __stdio_write() local
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| H A D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len;
in __stdio_write() local
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| H A D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len; in __stdio_write() local
|
| /third_party/musl/src/stdio/ |
| H A D | __stdio_write.c | 9 size_t rem = f->wpos - f->wbase; in __flush_buffer() local 29 size_t rem = len; in __stdio_write() local [all...] |
| /third_party/curl/tests/unit/ |
| H A D | unit1309.c | 99 int rem = (i + 7)%NUM_NODES; variable
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | InBuffer.cpp | 104 const size_t rem = (size_t)(_bufLim - _buf);
in ReadBytes() local 152 const size_t rem = (size_t)(_bufLim - _buf);
in Skip() local [all...] |
| /third_party/lzma/CPP/7zip/Archive/Common/ |
| H A D | MultiStream.cpp | 39 const UInt64 rem = s.Size - localPos;
in Read() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | cipher_chacha20_hw.c | 45 unsigned int n, rem, ctr32; in chacha20_cipher() local
|
| /third_party/node/deps/openssl/openssl/crypto/sha/ |
| H A D | sha3.c | 49 size_t num, rem; in ossl_sha3_update() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_depr.c | 22 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback) (int, int, void *), void *cb_arg) BN_generate_prime() argument
|
| H A D | bn_recp.c | 84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() argument
|