Home
last modified time | relevance | path

Searched defs:rev (Results 26 - 50 of 854) sorted by relevance

12345678910>>...35

/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A Dcpu-imx31.c21 unsigned int rev; member
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H A Dposix_memalign.c34 int rev = posix_memalign(&memory, TEST_MEMALIGN_ALIGN, block[i]); in posix_memalign_0100() local
51 int rev = posix_memalign(&memory, 1, 1); in posix_memalign_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetresuid.c31 int rev = getresuid(&ruid, &euid, &suid); in getresuid_0100() local
47 int rev = getresuid(&ruid, &euid, &suid); in getresuid_0200() local
61 int rev = getresuid(NULL, NULL, NULL); in getresuid_0300() local
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/
H A Dmman_msync_test.cpp29 int rev = msync(map, testDataSize, MS_ASYNC); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmremap.c50 int rev = munmap(map_new, TEST_M_NEW_SIZE); in mremap_0100() local
83 int rev = munmap(map, TEST_M_SIZE); in mremap_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Dmrand48.c32 long rev = jrand48(s); in jrand48_0100() local
44 long rev = jrand48(s); in jrand48_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/signal/
H A Dkill.c72 int rev = kill(0, 1000); in kill_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dmemccpy.c32 void *rev = memccpy(dest, src, ' ', TEST_DATA_LEN); in memccpy_0100() local
59 void *rev = memccpy(dest, src, 'A', strlen(src)); in memccpy_0200() local
74 void *rev = memccpy(dest, src, ' ', 0); in memccpy_0300() local
H A Dmempcpy.c31 void *rev = mempcpy(dest, src, strlen(src)); in mempcpy_0100() local
45 void *rev = mempcpy(dest, src + TEST_DATA_LEN, TEST_DATA_LEN * strlen(src)); in mempcpy_0200() local
58 void *rev = mempcpy(dest, src, strlen(src)); in mempcpy_0300() local
71 void *rev = mempcpy(dest, src, 0); in mempcpy_0400() local
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_mutex_timedlock.c38 int rev = pthread_mutex_timedlock(&mutex, &ts); in pthread_mutex_timedlock_0100() local
60 int rev = pthread_mutex_timedlock(&mutex, &ts); in pthread_mutex_timedlock_0200() local
81 int rev = pthread_mutex_lock(&mutex); in pthread_mutex_timedlock_0300() local
105 int rev = __pthread_mutex_timedlock_time64(&mutex, &ts); in pthread_mutex_timedlock_time64_0100() local
[all...]
H A Dpthread_rwlock_timedrdlock.c34 int rev = -1; in pthread_rwlock_timedrdlock_0100() local
56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedrdlock_0200() local
80 int rev in pthread_rwlock_timedrdlock_0300() local
106 int rev = -1; pthread_rwlock_timedrdlock_time64_0100() local
[all...]
H A Dpthread_rwlock_timedwrlock.c34 int rev = -1; in pthread_rwlock_timedwrlock_0100() local
56 int rev = pthread_rwlock_timedrdlock(&rwlock, NULL); in pthread_rwlock_timedwrlock_0200() local
80 int rev in pthread_rwlock_timedwrlock_0300() local
106 int rev = -1; pthread_rwlock_timedwrlock_time64_0100() local
[all...]
H A Dpthread_spin_trylock.c51 void *rev; in pthread_spin_trylock_0100() local
81 void *rev; in pthread_spin_trylock_0200() local
H A Dpthread_spin_lock.c62 void *rev; in pthread_spin_lock_0200() local
H A Dpthread_spin_unlock.c42 void *rev; in pthread_spin_unlock_0100() local
/third_party/skia/gm/
H A Dpathreverse.cpp66 SkPath rev; in test_rev() local
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dboard-ocelot.c19 u32 rev; in ocelot_detect() local
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dsbc8548.c62 unsigned int *rev; in sbc8548_hw_rev() local
/kernel/linux/linux-5.10/arch/mips/lantiq/
H A Dprom.h15 unsigned int rev; member
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
H A Dcrime.c28 unsigned int id, rev; in crime_init() local
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dboard-ocelot.c19 u32 rev; in ocelot_detect() local
/kernel/linux/linux-6.6/arch/mips/lantiq/
H A Dprom.h15 unsigned int rev; member
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/
H A Dcrime.c28 unsigned int id, rev; in crime_init() local
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dquirks.h172 u64 rev = cid_rev_card(card); in mmc_fixup_device() local
/kernel/linux/linux-5.10/drivers/soc/tegra/fuse/
H A Dspeedo-tegra114.c38 enum tegra_revision rev = sku_info->revision; in rev_sku_to_speedo_ids() local

Completed in 7 milliseconds

12345678910>>...35