Home
last modified time | relevance | path

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

12345678

/third_party/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
/third_party/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
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h63 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/
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
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h63 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/
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
/third_party/musl/ndk_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
/third_party/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
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h63 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/
Dnanosleep.c4 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep()
D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
/third_party/musl/src/thread/
Dthrd_sleep.c6 int thrd_sleep(const struct timespec *req, struct timespec *rem) in thrd_sleep()
/third_party/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
Dclock_nanosleep_time32.c7 struct timespec rem; in __clock_nanosleep_time32() local
/third_party/musl/src/stdio/
D__stdio_write.c11 size_t rem = iov[0].iov_len + iov[1].iov_len; in __stdio_write() local
Dfmemopen.c37 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.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
/third_party/musl/porting/uniproton/kernel/src/time/
D__year_to_secs.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
D__stdio_write.c11 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.c11 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.c11 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.c13 int cycles, centuries, leaps, rem; in __year_to_secs() local
/third_party/pulseaudio/src/pulsecore/
Dsvolume_arm.c48 unsigned rem = PA_ALIGN((size_t) samples) - (size_t) samples; in pa_volume_s16ne_arm() local
/third_party/grpc/test/cpp/end2end/
Dstreaming_throughput_test.cc97 struct timespec rem; in BidiStream_Sender() local
120 struct timespec rem; in BidiStream() local

12345678