Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rwops.c95 _testGenericRWopsValidations(SDL_RWops *rw, int write) in _testGenericRWopsValidations()
225 SDL_RWops *rw; in rwops_testMem() local
264 SDL_RWops *rw; in rwops_testConstMem() local
300 SDL_RWops *rw; in rwops_testFileRead() local
347 SDL_RWops *rw; in rwops_testFileWrite() local
397 SDL_RWops *rw; in rwops_testFPRead() local
447 SDL_RWops *rw; in rwops_testFPWrite() local
494 SDL_RWops *rw = SDL_AllocRW(); in rwops_testAllocFree() local
589 SDL_RWops *rw; in rwops_testFileWriteReadEndian() local
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Drwhelper.c25 SDLVisualTest_RWHelperReadChar(SDL_RWops* rw, SDLVisualTest_RWHelperBuffer* buffer) in SDLVisualTest_RWHelperReadChar()
43 SDLVisualTest_RWHelperReadLine(SDL_RWops* rw, char* str, int size, in SDLVisualTest_RWHelperReadLine()
111 SDLVisualTest_RWHelperCountNonEmptyLines(SDL_RWops* rw, in SDLVisualTest_RWHelperCountNonEmptyLines()
Dsut_configparser.c24 SDL_RWops* rw; in SDLVisualTest_ParseSUTConfig() local
Dscreenshot.c18 SDL_RWops* rw; in SDLVisualTest_VerifyScreenshots() local
Dharness_argparser.c204 SDL_RWops* rw; in ParseConfig() local
/third_party/musl/src/thread/
Dpthread_rwlock_rdlock.c3 int __pthread_rwlock_rdlock(pthread_rwlock_t *rw) in __pthread_rwlock_rdlock()
Dpthread_rwlock_wrlock.c3 int __pthread_rwlock_wrlock(pthread_rwlock_t *rw) in __pthread_rwlock_wrlock()
Dpthread_rwlock_destroy.c3 int pthread_rwlock_destroy(pthread_rwlock_t *rw) in pthread_rwlock_destroy()
Dpthread_rwlock_trywrlock.c3 int __pthread_rwlock_trywrlock(pthread_rwlock_t *rw) in __pthread_rwlock_trywrlock()
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_timedwrlock.c3 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
Dpthread_rwlock_timedrdlock.c3 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_unlock.c3 int __pthread_rwlock_unlock(pthread_rwlock_t *rw) in __pthread_rwlock_unlock()
/third_party/musl/porting/linux/user/src/thread/
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_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_init.c3 int pthread_rwlock_init(pthread_rwlock_t *restrict rw, const pthread_rwlockattr_t *restrict a) in pthread_rwlock_init()
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_timedrdlock.c18 int __pthread_rwlock_timedrdlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedrdlock()
Dpthread_rwlock_timedwrlock.c18 int __pthread_rwlock_timedwrlock(pthread_rwlock_t *restrict rw, const struct timespec *restrict at) in __pthread_rwlock_timedwrlock()
/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/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

123