Home
last modified time | relevance | path

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

123456789

/third_party/musl/src/time/
H A Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() argument
H A Dclock_nanosleep.c8 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.c13 int cycles, centuries, leaps, rem, dummy; in __year_to_secs() local
[all...]
/third_party/musl/src/thread/
H A Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep() argument
/third_party/musl/compat/time32/
H A Dnanosleep_time32.c7 struct timespec rem; in __nanosleep_time32() local
H A Dthrd_sleep_time32.c8 struct timespec rem; in __thrd_sleep_time32() local
H A Dclock_nanosleep_time32.c7 struct timespec rem; in __clock_nanosleep_time32() local
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoenc_qns_template.c35 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 DDynLimBuf.cpp63 size_t rem = _sizeLimit - _pos; in operator +=() local
/third_party/musl/porting/liteos_a/kernel/src/time/
H A D__year_to_secs.c13 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.c13 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.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/
H A Dsyscalls.rs31 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.c9 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.c11 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.c11 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.c11 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.c9 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 Dunit1309.c99 int rem = (i + 7)%NUM_NODES; variable
/third_party/lzma/CPP/7zip/Common/
H A DInBuffer.cpp104 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 DMultiStream.cpp39 const UInt64 rem = s.Size - localPos; in Read() local
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_hw.c45 unsigned int n, rem, ctr32; in chacha20_cipher() local
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha3.c49 size_t num, rem; in ossl_sha3_update() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_depr.c22 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 Dbn_recp.c84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() argument

Completed in 5 milliseconds

123456789