Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dragonfly/sys/dev/drm/
H A Dlinux_reservation.c71 struct reservation_object_list *fobj, *old; in reservation_object_reserve_shared() local
144 struct reservation_object_list *old, in reservation_object_add_shared_replace()
212 struct reservation_object_list *old, *fobj = obj->staged; in reservation_object_add_shared_fence() local
236 struct reservation_object_list *old; in reservation_object_add_excl_fence() local
276 struct dma_fence *old, *new; in reservation_object_copy_fences() local
/dragonfly/sys/dev/drm/i915/
H A Dintel_fifo_underrun.c108 bool enable, bool old) in i9xx_set_fifo_underrun_reporting()
159 bool enable, bool old) in ivybridge_set_fifo_underrun_reporting()
226 bool enable, bool old) in cpt_set_fifo_underrun_reporting()
254 bool old; in __intel_set_cpu_fifo_underrun_reporting() local
324 bool old; in intel_set_pch_fifo_underrun_reporting() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_terminate.cc69 std::terminate_handler old = __terminate_handler; in set_terminate() local
77 std::unexpected_handler old = __unexpected_handler; in set_unexpected() local
H A Dguard.cc347 int old = __atomic_exchange_n (gi, 0, __ATOMIC_ACQ_REL); in __cxa_guard_abort() local
387 int old = __atomic_exchange_n (gi, guard_bit, __ATOMIC_ACQ_REL); in __cxa_guard_release() local
/dragonfly/test/pcpu/
H A Dcpustat.c92 cputime_get_diff(struct kinfo_cputime *old, struct kinfo_cputime *new, in cputime_get_diff()
121 struct kinfo_cputime *old, *new, delta; in main() local
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Deh_terminate.cc76 std::terminate_handler old; in set_terminate() local
103 std::unexpected_handler old; in set_unexpected() local
H A Dguard.cc358 int old = __atomic_exchange_n (gi, 0, __ATOMIC_ACQ_REL); in __cxa_guard_abort() local
398 int old = __atomic_exchange_n (gi, guard_bit, __ATOMIC_ACQ_REL); in __cxa_guard_release() local
/dragonfly/lib/libc/locale/
H A Dxlocale.c154 locale_t old = _pthread_getspecific(locale_info_key); in set_thread_locale() local
201 copyflags(locale_t new, locale_t old) in copyflags()
391 locale_t old = get_thread_locale(); in uselocale() local
/dragonfly/lib/libtcplay/
H A Dcrypto-dev.c47 int old; in getallowsoft() local
63 int old; in setallowsoft() local
/dragonfly/sys/dev/drm/include/linux/
H A Datomic.h121 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
128 int c, old; in atomic_add_unless() local
161 #define cmpxchg(ptr, old, new) ({ \ argument
219 int old; in atomic_dec_if_positive() local
/dragonfly/contrib/file/src/
H A Dcompress.c540 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped()
575 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib()
619 uncompressbzlib(const unsigned char *old, unsigned char **newch, in uncompressbzlib()
662 uncompressxzlib(const unsigned char *old, unsigned char **newch, in uncompressxzlib()
796 writechild(int fd, const void *old, size_t n) in writechild()
873 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
/dragonfly/sys/netinet6/
H A Din6_proto.c422 int old; in sysctl_ip6_temppltime() local
441 int old; in sysctl_ip6_tempvltime() local
/dragonfly/test/testcases/crypto/aesxts/
H A Daes_xts.c96 int mib[2], old; in getallowsoft() local
110 int mib[2], old; in setallowsoft() local
/dragonfly/contrib/elftoolchain/libelf/
H A Delf_errno.c36 int old; in elf_errno() local
H A Delf_version.c36 unsigned int old; in elf_version() local
/dragonfly/test/testcases/crypto/aesctr/
H A Daesctr.c189 int mib[2], old; in getallowsoft() local
203 int mib[2], old; in setallowsoft() local
/dragonfly/lib/libc/gen/
H A Dualarm.c45 struct itimerval new, old; in ualarm() local
/dragonfly/usr.sbin/zic/
H A Dialloc.c14 icatalloc(char *const old, const char * const new) in icatalloc()
/dragonfly/lib/libthread_xu/thread/
H A Dthr_clean.c62 struct pthread_cleanup *old; in _pthread_cleanup_pop() local
/dragonfly/usr.bin/unifdef/
H A Dunifdef.h41 #define replace(old,new) rename(old,new) argument
/dragonfly/usr.bin/window/
H A Dwwcursor.c74 int old = wwcursormodes; in wwsetcursormodes() local
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dalloc.c53 gomp_realloc (void *old, size_t size) in gomp_realloc()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dalloc.c52 gomp_realloc (void *old, size_t size) in gomp_realloc()
/dragonfly/test/testcases/crypto/aes/
H A Daestest.c110 int mib[2], old; in getallowsoft() local
124 int mib[2], old; in setallowsoft() local
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dcompatibility-thread-c++0x.cc37 #define _GLIBCXX_ASM_SYMVER(cur, old, version) \ argument

1234567891011