/third_party/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
|
/third_party/musl/Benchmark/musl/ |
D | libc_time.cpp | 34 struct timespec rem; in Bm_function_Nanosleep_0ns() local 44 struct timespec rem; in Bm_function_Nanosleep_10ns() local 54 struct timespec rem; in Bm_function_Nanosleep_100ns() local 71 struct timespec rem; in Bm_function_Clock_nanosleep_realtime() local 81 struct timespec rem; in Bm_function_Clock_nanosleep_realtime_raw() local 91 struct timespec rem; in Bm_function_Clock_nanosleep_realtime_coarse() local 101 struct timespec rem; in Bm_function_Clock_nanosleep_monotonic() local 110 struct timespec rem; in Bm_function_Clock_nanosleep_monotonic_coarse() local 119 struct timespec rem; in Bm_function_Clock_nanosleep_monotonic_raw() local 128 struct timespec rem; in Bm_function_Clock_nanosleep_boottime() local
|
/third_party/node/test/parallel/ |
D | test-crypto-prime.js | 59 assert.throws(() => generatePrime(8, { rem: i }, common.mustNotCall()), { property 68 assert.throws(() => generatePrimeSync(8, { rem: i }), { property 85 assert.throws(() => generatePrime(20, { rem: -1n }, common.mustNotCall()), { property 133 const rem = 11; constant 138 { add: add_buf, rem: rem_buf }, property 147 const prime = generatePrimeSync(32, { add: add_buf, rem: rem_buf }); property 155 const prime = generatePrimeSync(32, { add: BigInt(add), rem: BigInt(rem) }); property 201 generatePrimeSync(64, { add: 7n, rem }); field 211 generatePrimeSync(3, { add: 8n, rem: 7n }); property 220 rem: 13n, property
|
/third_party/musl/src/stdio/ |
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
|
D | fmemopen.c | 38 size_t rem = c->len - c->pos; in mread() local 58 size_t rem; in mwrite() local
|
/third_party/musl/porting/linux/user/src/stdio/ |
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
|
D | fmemopen.c | 38 size_t rem = c->len - c->pos; in mread() local 58 size_t rem; in mwrite() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/thread/ |
D | syscalls.rs | 31 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in clock_nanosleep_relative() localVariable 55 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in clock_nanosleep_relative() localVariable 152 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in nanosleep() localVariable 176 let mut rem = MaybeUninit::<__kernel_timespec>::uninit(); in nanosleep() localVariable
|
/third_party/lzma/CPP/7zip/Common/ |
D | StreamObjects.cpp | 17 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
|
D | LimitedStreams.cpp | 13 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
|
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
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 65 typedef struct { int quot, rem; } div_t; member 66 typedef struct { long quot, rem; } ldiv_t; member 67 typedef struct { long long quot, rem; } lldiv_t; member
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 62 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
|
/third_party/musl/porting/linux/user/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
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; member 64 typedef struct { long quot, rem; } ldiv_t; member 65 typedef struct { long long quot, rem; } lldiv_t; member
|
/third_party/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
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 63 typedef struct { int quot, rem; } div_t; member 64 typedef struct { long quot, rem; } ldiv_t; member 65 typedef struct { long long quot, rem; } lldiv_t; member
|
/third_party/lzma/C/ |
D | Bcj2.c | 114 const SizeT rem = (SizeT)(p->lims[BCJ2_STREAM_MAIN] - src); in Bcj2Dec_Decode() local 245 SizeT rem; in Bcj2Dec_Decode() local
|
/third_party/musl/src/time/ |
D | nanosleep.c | 4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
|
/third_party/musl/src/thread/ |
D | thrd_sleep.c | 6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
|
/third_party/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
|
D | clock_nanosleep_time32.c | 7 struct timespec rem; in __clock_nanosleep_time32() local
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len; in __stdio_write() local
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len; in __stdio_write() local
|