/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/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
|
/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/porting/linux/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/liteos_a/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/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/ndk_musl_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/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/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/musl/src/time/ |
D | nanosleep.c | 4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
|
D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local
|
/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/src/stdio/ |
D | __stdio_write.c | 11 size_t rem = iov[0].iov_len + iov[1].iov_len; in __stdio_write() local
|
D | fmemopen.c | 37 size_t rem = c->len - c->pos; in mread() local 57 size_t rem; in mwrite() local
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() 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
|
/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/liteos_a/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/liteos_m/kernel/src/time/ |
D | __year_to_secs.c | 13 int cycles, centuries, leaps, rem; in __year_to_secs() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | svolume_arm.c | 48 unsigned rem = PA_ALIGN((size_t) samples) - (size_t) samples; in pa_volume_s16ne_arm() local
|
/third_party/grpc/test/cpp/end2end/ |
D | streaming_throughput_test.cc | 97 struct timespec rem; in BidiStream_Sender() local 120 struct timespec rem; in BidiStream() local
|