Home
last modified time | relevance | path

Searched defs:rem (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Dtest-cmpxchg-nolock.c49 u32 rem; in do_testbaseline() local
76 u32 rem; in do_test_sync_cmpxchg() local
107 u32 rem; in do_test_cmpxchg() local
134 u32 rem; in do_test_sync_inc() local
162 u32 rem; in do_test_inc() local
192 u32 rem; in do_test_enable_int() local
219 u32 rem; in do_test_disable_int() local
247 u32 rem; in do_test_int() local
/external/lzma/CPP/7zip/Common/
DInBuffer.cpp103 size_t rem = (size_t)(_bufLim - _buf); in ReadBytesPart() local
122 const size_t rem = (size_t)(_bufLim - _buf); in ReadBytes() local
170 const size_t rem = (size_t)(_bufLim - _buf); in Skip() local
DStreamObjects.cpp17 size_t rem = Buf.Size() - (size_t)_pos; in Z7_COM7F_IMF() local
52 size_t rem = _size - (size_t)_pos; in Z7_COM7F_IMF() local
153 size_t rem = _size - _pos; in Z7_COM7F_IMF() local
231 const UInt64 rem = _size - _pos; in Z7_COM7F_IMF() local
258 const size_t rem = kBlockSize - offset; in Z7_COM7F_IMF() local
DLimitedStreams.cpp13 const UInt64 rem = _size - _pos; in Z7_COM7F_IMF() local
41 const UInt64 rem = _size - _virtPos; in Z7_COM7F_IMF() local
95 UInt64 rem = Size - _virtPos; in Z7_COM7F_IMF() local
183 const UInt64 rem = Extents[left + 1].Virt - virt; in Z7_COM7F_IMF() local
313 UInt64 rem = _size - _virtPos; in Z7_COM7F_IMF() local
/external/wmediumd/wmediumd/
Dpmsr.c83 int rem; in parse_pmsr_channel() local
122 int err, rem; in parse_pmsr_request_peer() local
180 int rem; in parse_pmsr_request() local
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Ddivision.rs242 fn rem(self, other: &BigInt) -> BigInt { in rem() method
272 fn rem(self, other: u32) -> BigInt { in rem() method
291 fn rem(self, other: BigInt) -> BigInt { in rem() method
300 fn rem(self, other: u64) -> BigInt { in rem() method
319 fn rem(self, other: BigInt) -> BigInt { in rem() method
328 fn rem(self, other: u128) -> BigInt { in rem() method
347 fn rem(self, other: BigInt) -> BigInt { in rem() method
360 fn rem(self, other: i32) -> BigInt { in rem() method
376 fn rem(self, other: BigInt) -> BigInt { in rem() method
388 fn rem(self, other: i64) -> BigInt { in rem() method
[all …]
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/
DChecksums.java28 int rem = limit - pos; in update() local
29 checksum.update(buffer.array(), pos + off, rem); in update() local
/external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/checksums/
DSdkChecksum.java82 int rem = limit - pos; in update() local
87 update(buffer.array(), pos + buffer.arrayOffset(), rem); in update() local
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/checksums/
DSdkChecksum.java118 int rem = limit - pos; in update() local
123 update(buffer.array(), pos + buffer.arrayOffset(), rem); in update() local
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Ddivision.rs90 let mut rem = 0; in div_rem_digit() localVariable
115 let mut rem = 0; in rem_digit() localVariable
511 fn rem(self, other: BigUint) -> BigUint { in rem() method
525 fn rem(self, other: &BigUint) -> BigUint { in rem() method
551 fn rem(self, other: u32) -> BigUint { in rem() method
566 fn rem(mut self, other: &BigUint) -> BigUint { in rem() method
606 fn rem(self, other: u64) -> BigUint { in rem() method
622 fn rem(mut self, other: BigUint) -> BigUint { in rem() method
632 fn rem(self, other: u128) -> BigUint { in rem() method
649 fn rem(mut self, other: BigUint) -> BigUint { in rem() method
/external/libnl/include/netlink/
Dmsg.h119 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
134 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/external/rust/android-crates-io/crates/futures-executor/benches/
Dthread_notify.rs16 rem: usize, in thread_yield_single_thread_one_wait() field
44 rem: usize, in thread_yield_single_thread_many_wait() field
79 rem: usize, in thread_yield_multi_thread() field
/external/trusty/musl/include/
Dstdlib.h62 typedef struct { int quot, rem; } div_t; member
63 typedef struct { long quot, rem; } ldiv_t; member
64 typedef struct { long long quot, rem; } lldiv_t; member
/external/musl/include/
Dstdlib.h64 typedef struct { int quot, rem; } div_t; member
65 typedef struct { long quot, rem; } ldiv_t; member
66 typedef struct { long long quot, rem; } lldiv_t; member
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/thread/
Dsyscalls.rs29 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in clock_nanosleep_relative() localVariable
53 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in clock_nanosleep_relative() localVariable
146 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in nanosleep() localVariable
170 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in nanosleep() localVariable
/external/lzma/CPP/7zip/Compress/
DZstdDecoder.cpp83 const size_t rem = _state.inLim - _state.inPos; in Z7_COM7F_IMF() local
198 const UInt64 rem = *outSize - writtenSize; in Z7_COM7F_IMF() local
321 const UInt64 rem = _state.outSize - _writtenSize; in Z7_COM7F_IMF() local
/external/linux-kselftest/tools/testing/selftests/timens/
Dclock_nanosleep.c26 struct timespec *now, *rem; member
43 struct timespec now = {}, rem; in run_test() local
/external/lzma/C/
DBcj2.c114 const SizeT rem = (SizeT)(p->lims[BCJ2_STREAM_MAIN] - src); in Bcj2Dec_Decode() local
245 SizeT rem; in Bcj2Dec_Decode() local
/external/clang/test/SemaCXX/
Dwarn-div-or-rem-by-zero.cpp14 void rem() { in rem() function
/external/executorch/kernels/portable/cpu/util/
Dmath_util.h31 const auto rem = a % b; in floor_divide() local
152 float rem = std::fmod(a, b); in remainder_override() local
/external/trusty/musl/src/time/
Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
/external/musl/src/time/
Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
/external/trusty/musl/src/thread/
Dthrd_sleep.c5 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
/external/musl/src/thread/
Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLongs.java268 long rem = dividend - quotient * divisor; in divide() local
304 long rem = dividend - quotient * divisor; in remainder() local
487 long rem = x - quotient * radix; in toString() local

12345678910>>...24