/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
D | test-cmpxchg-nolock.c | 49 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/ |
D | division.rs | 242 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/ |
D | division.rs | 48 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/ |
D | LimitedStreams.cpp | 13 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
|
D | InBuffer.cpp | 103 const size_t rem = _bufLim - _buf; in ReadBytes() local 151 size_t rem = (_bufLim - _buf); in Skip() local
|
D | StreamObjects.cpp | 19 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/ |
D | thread_notify.rs | 16 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/ |
D | msg.h | 125 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument 140 #define nlmsg_for_each_msg(pos, head, len, rem) \ argument
|
/external/musl/include/ |
D | stdlib.h | 64 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/ |
D | Bcj2Coder.cpp | 202 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/ |
D | macros.rs | 151 let rem = &$i[$len..]; localVariable 162 let rem = &$i[$len..]; localVariable
|
/external/clang/test/SemaCXX/ |
D | warn-div-or-rem-by-zero.cpp | 14 void rem() { in rem() function
|
/external/guava/android/guava/src/com/google/common/primitives/ |
D | UnsignedLongs.java | 269 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/ |
D | UnsignedLongs.java | 269 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/ |
D | mdb.c | 83 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/ |
D | users.php | 171 $rem = $row['remediation']; variable 337 $rem = $row['remediation']; variable
|
/external/musl/src/time/ |
D | nanosleep.c | 4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
|
/external/musl/src/thread/ |
D | thrd_sleep.c | 6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
|
/external/musl/src/stdio/ |
D | fmemopen.c | 38 size_t rem = c->len - c->pos; in mread() local 58 size_t rem; in mwrite() local
|
/external/grpc-grpc/test/cpp/end2end/ |
D | streaming_throughput_test.cc | 97 struct timespec rem; in BidiStream_Sender() local 120 struct timespec rem; in BidiStream() local
|
/external/musl/compat/time32/ |
D | thrd_sleep_time32.c | 8 struct timespec rem; in __thrd_sleep_time32() local
|
D | nanosleep_time32.c | 7 struct timespec rem; in __nanosleep_time32() local
|
/external/compiler-rt/lib/builtins/ |
D | udivmodsi4.c | 20 __udivmodsi4(su_int a, su_int b, su_int* rem) in __udivmodsi4()
|
D | divmodsi4.c | 20 __divmodsi4(si_int a, si_int b, si_int* rem) in __divmodsi4()
|
D | divmoddi4.c | 20 __divmoddi4(di_int a, di_int b, di_int* rem) in __divmoddi4()
|