Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 25 of 63) sorted by relevance

123

/third_party/musl/src/thread/
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
Dpthread_rwlock_tryrdlock.c3 int __pthread_rwlock_tryrdlock(pthread_rwlock_t *rw) in __pthread_rwlock_tryrdlock()
Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
/third_party/musl/compat/time32/
Dpthread_rwlock_timedwrlock_time32.c5 int __pthread_rwlock_timedwrlock_time32(pthread_rwlock_t *restrict rw, const struct timespec32 *res… in __pthread_rwlock_timedwrlock_time32()
Dpthread_rwlock_timedrdlock_time32.c5 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/
Dpthread_rwlock_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
Dpthread_rwlock_timedwrlock_monotonic_np.c18 int pthread_rwlock_timedwrlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedwrlock_monotonic_np()
Dpthread_rwlock_timedrdlock_monotonic_np.c18 int pthread_rwlock_timedrdlock_monotonic_np(pthread_rwlock_t *rw, const struct timespec *at) in pthread_rwlock_timedrdlock_monotonic_np()
Dpthread_rwlock_clockwrlock.c18 int pthread_rwlock_clockwrlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockwrlock()
Dpthread_rwlock_clockrdlock.c18 int pthread_rwlock_clockrdlock(pthread_rwlock_t *rw, clockid_t clock_id, const struct timespec *at) in pthread_rwlock_clockrdlock()
Dpthread_rwlock_timedwrlock.c18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_timedrdlock.c18 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/
Dpthread_rwlock-ebusy.c29 pthread_rwlock_t rw = PTHREAD_RWLOCK_INITIALIZER; in main() local
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.proto72 repeated string rw = 10; // Test for combinations field
/third_party/ffmpeg/libavcodec/
Dcbs_vp9.c249 #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
Dcbs_h2645.c256 #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/
Dvf_fftdnoiz.c149 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/
Ddrm_helper.h186 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/
Dtest-tiling.cpp127 unsigned rw, unsigned rh, unsigned linear_stride, in test()
175 unsigned rw, unsigned rh, unsigned linear_stride, in test_ldst()

123