/third_party/musl/src/thread/ |
D | pthread_rwlock_wrlock.c | 3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
|
D | pthread_rwlock_rdlock.c | 3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
|
D | pthread_rwlock_trywrlock.c | 3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
|
D | pthread_rwlock_destroy.c | 3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
|
D | pthread_rwlock_init.c | 3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
|
D | pthread_rwlock_tryrdlock.c | 3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
|
D | pthread_rwlock_timedrdlock.c | 3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
D | pthread_rwlock_unlock.c | 3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
|
/third_party/musl/compat/time32/ |
D | pthread_rwlock_timedwrlock_time32.c | 5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
|
D | pthread_rwlock_timedrdlock_time32.c | 5 int __pthread_rwlock_timedrdlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedrdlock_time32()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_init.c | 3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
|
D | pthread_rwlock_timedwrlock_monotonic_np.c | 18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np()
|
D | pthread_rwlock_timedrdlock_monotonic_np.c | 18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np()
|
D | pthread_rwlock_clockwrlock.c | 18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock()
|
D | pthread_rwlock_clockrdlock.c | 18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock()
|
D | pthread_rwlock_timedwrlock.c | 18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
|
D | pthread_rwlock_timedrdlock.c | 18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
|
/third_party/musl/libc-test/src/regression/ |
D | pthread_rwlock-ebusy.c | 29 pthread_rwlock_t rw = PTHREAD_RWLOCK_INITIALIZER; in main() local
|
/third_party/protobuf/src/google/protobuf/util/ |
D | message_differencer_unittest.proto | 72 repeated string rw = 10; // Test for combinations field
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_vp9.c | 249 #define FUNC_NAME(rw, codec, name) cbs_ ## codec ## _ ## rw ## _ ## name argument 250 #define FUNC_VP9(rw, name) FUNC_NAME(rw, vp9, name) argument 326 #define byte_alignment(rw) (get_bits_count(rw) % 8) argument 393 #define byte_alignment(rw) (put_bits_count(rw) % 8) argument
|
D | cbs_h2645.c | 256 #define FUNC_NAME2(rw, codec, name) cbs_ ## codec ## _ ## rw ## _ ## name argument 257 #define FUNC_NAME1(rw, codec, name) FUNC_NAME2(rw, codec, name) argument 351 #define bit_position(rw) (get_bits_count(rw)) argument 352 #define byte_alignment(rw) (get_bits_count(rw) % 8) argument 429 #define bit_position(rw) (put_bits_count(rw)) argument 430 #define byte_alignment(rw) (put_bits_count(rw) % 8) argument
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fftdnoiz.c | 149 static void import_row8(FFTComplex *dst, uint8_t *src, int rw) in import_row8() 159 static void export_row8(FFTComplex *src, uint8_t *dst, int rw, float scale, int depth) in export_row8() 167 static void import_row16(FFTComplex *dst, uint8_t *srcp, int rw) in import_row16() 178 static void export_row16(FFTComplex *src, uint8_t *dstp, int rw, float scale, int depth) in export_row16() 272 const int rw = FFMIN(block, width - x * size); in import_plane() local 340 const int rw = x == 0 ? block : FFMIN(size, width - x * size - woff); in export_plane() local
|
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/ |
D | drm_helper.h | 186 struct radeon_winsys *rw; in DRM_DRIVER_DESCRIPTOR() local 204 struct radeon_winsys *rw; in pipe_r600_create_screen() local
|
/third_party/mesa3d/src/panfrost/shared/test/ |
D | test-tiling.cpp | 127 unsigned rw, unsigned rh, unsigned linear_stride, in test() 175 unsigned rw, unsigned rh, unsigned linear_stride, in test_ldst()
|