Home
last modified time | relevance | path

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

12345678910>>...14

/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/rust/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/rust/crates/num-bigint/src/biguint/
Ddivision.rs48 let mut rem = 0; in div_rem_digit() localVariable
73 let mut rem = 0; in rem_digit() localVariable
468 fn rem(self, other: BigUint) -> BigUint { in rem() method
482 fn rem(self, other: &BigUint) -> BigUint { in rem() method
508 fn rem(self, other: u32) -> BigUint { in rem() method
523 fn rem(mut self, other: &'a BigUint) -> BigUint { in rem() method
563 fn rem(self, other: u64) -> BigUint { in rem() method
579 fn rem(mut self, other: BigUint) -> BigUint { in rem() method
589 fn rem(self, other: u128) -> BigUint { in rem() method
606 fn rem(mut self, other: BigUint) -> BigUint { in rem() method
/external/lzma/CPP/7zip/Common/
DLimitedStreams.cpp13 const UInt64 rem = _size - _pos; in Read() local
41 const UInt64 rem = _size - _virtPos; in Read() local
95 UInt64 rem = Size - _virtPos; in Read() local
183 UInt64 rem = Extents[left + 1].Virt - _virtPos; in Read() local
287 UInt64 rem = _size - _virtPos; in Read() local
DInBuffer.cpp103 const size_t rem = _bufLim - _buf; in ReadBytes() local
151 size_t rem = (_bufLim - _buf); in Skip() local
DStreamObjects.cpp19 size_t rem = Buf.Size() - (size_t)_pos; in Read() local
54 size_t rem = _size - (size_t)_pos; in Read() local
160 size_t rem = _size - _pos; in Write() local
238 UInt64 rem = _size - _pos; in Read() local
/external/rust/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/libnl/include/netlink/
Dmsg.h125 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
140 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
/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/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp202 size_t rem = (size_t)(totalStreamRead - newEndPos); in CodeReal() local
451 size_t rem = _bufsCurSizes[BCJ2_NUM_STREAMS]; in Code() local
501 size_t rem = dec.lims[i] - dec.bufs[i] + _extraReadSizes[i]; in Code() local
557 UInt64 rem = _outSize - _outSize_Processed; in Read() local
661 const size_t rem = dec.lims[streamIndex] - dec.bufs[streamIndex] + _extraReadSizes[streamIndex]; in GetInStreamProcessedSize2() local
/external/rust/crates/rusticata-macros/src/
Dmacros.rs151 let rem = &$i[$len..]; localVariable
162 let rem = &$i[$len..]; localVariable
/external/clang/test/SemaCXX/
Dwarn-div-or-rem-by-zero.cpp14 void rem() { in rem() function
/external/guava/android/guava/src/com/google/common/primitives/
DUnsignedLongs.java269 long rem = dividend - quotient * divisor; in divide() local
305 long rem = dividend - quotient * divisor; in remainder() local
488 long rem = x - quotient * radix; in toString() local
/external/guava/guava/src/com/google/common/primitives/
DUnsignedLongs.java269 long rem = dividend - quotient * divisor; in divide() local
305 long rem = dividend - quotient * divisor; in remainder() local
488 long rem = x - quotient * radix; in toString() local
/external/iproute2/bridge/
Dmdb.c83 int rem; in br_print_router_ports() local
209 int rem; in br_print_mdb_entry() local
246 int rem = RTA_PAYLOAD(tb[MDBA_MDB]); in print_mdb() local
/external/wpa_supplicant_8/hs20/server/www/
Dusers.php171 $rem = $row['remediation']; variable
337 $rem = $row['remediation']; variable
/external/musl/src/time/
Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
/external/musl/src/thread/
Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
/external/musl/src/stdio/
Dfmemopen.c38 size_t rem = c->len - c->pos; in mread() local
58 size_t rem; in mwrite() local
/external/grpc-grpc/test/cpp/end2end/
Dstreaming_throughput_test.cc97 struct timespec rem; in BidiStream_Sender() local
120 struct timespec rem; in BidiStream() local
/external/musl/compat/time32/
Dthrd_sleep_time32.c8 struct timespec rem; in __thrd_sleep_time32() local
Dnanosleep_time32.c7 struct timespec rem; in __nanosleep_time32() local
/external/compiler-rt/lib/builtins/
Dudivmodsi4.c20 __udivmodsi4(su_int a, su_int b, su_int* rem) in __udivmodsi4()
Ddivmodsi4.c20 __divmodsi4(si_int a, si_int b, si_int* rem) in __divmodsi4()
Ddivmoddi4.c20 __divmoddi4(di_int a, di_int b, di_int* rem) in __divmoddi4()

12345678910>>...14