Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_types.h340 #define HEXAGON_V64_PUT_D(v, new) (new) argument
933 #define HEXAGON_V32_PUT_W(v, new) (new) argument
1567 #define Q6V64_PUT_D(v, new) (new) argument
1573 #define Q6V64_PUT_W0(v, new) \ argument
1583 #define Q6V64_PUT_W1(v, new) \ argument
1596 #define Q6V64_PUT_W0(v, new) \ argument
1598 #define Q6V64_PUT_W1(v, new) \ argument
2160 #define Q6V32_PUT_W(v, new) (new) argument
2191 #define Q6V32_PUT_H1(v, new) (((v) & 0x0000ffff) | (((Q6Vect32)(new)) << 16)) argument
2248 #define Q6V32_PUT_B3(v, new) (((v) & 0x00ffffff) | (((Q6Vect32)(new)) << 24)) argument
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dqtool.pl486 sub new subroutine
737 sub new subroutine
815 sub new subroutine
999 sub new subroutine
1201 sub new subroutine
1241 sub new subroutine
1294 sub new subroutine
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.c43 dt_list_append(dt_list_t *dlp, void *new) in dt_list_append()
62 dt_list_prepend(dt_list_t *dlp, void *new) in dt_list_prepend()
81 dt_list_insert(dt_list_t *dlp, void *after_me, void *new) in dt_list_insert()
/freebsd/lib/libc/locale/
H A Dxlocale.c196 locale_t new = calloc(sizeof(struct _xlocale), 1); in alloc_locale() local
208 copyflags(locale_t new, locale_t old) in copyflags()
217 dupcomponent(int type, locale_t base, locale_t new) in dupcomponent()
257 locale_t new = alloc_locale(); in newlocale() local
309 locale_t new = alloc_locale(); in duplocale() local
/freebsd/usr.bin/find/
H A Dfunction.c85 PLAN *new; in palloc() local
270 PLAN *new; in c_Xmin() local
319 PLAN *new; in c_Xtime() local
345 PLAN *new; in c_mXXdepth() local
521 PLAN *new; in c_depth() local
830 PLAN *new; in c_flags() local
945 PLAN *new; in c_fstype() local
991 PLAN *new; in c_group() local
1049 PLAN *new; in c_inum() local
1070 PLAN *new; in c_samefile() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h53 void *operator new(size_t S) { return User::operator new(S, 1); } in new() function
79 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
106 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
134 void *operator new(size_t S) { return User::operator new(S, 3); } in new() function
170 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
231 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
/freebsd/crypto/openssl/test/
H A Drun_tests.pl167 sub new { subroutine
263 sub new { subroutine
/freebsd/sys/netinet/cc/
H A Dcc_hd.c188 uint32_t new; in hd_pmax_handler() local
206 uint32_t new; in hd_qmin_handler() local
224 uint32_t new; in hd_qthresh_handler() local
H A Dcc_chd.c426 uint32_t new; in chd_loss_fair_handler() local
444 uint32_t new; in chd_pmax_handler() local
462 uint32_t new; in chd_qthresh_handler() local
H A Dcc_dctcp.c422 uint32_t new; in dctcp_alpha_handler() local
440 uint32_t new; in dctcp_shift_g_handler() local
458 uint32_t new; in dctcp_slowstart_handler() local
/freebsd/sys/dev/drm2/
H A Ddrm_lock.c186 unsigned int old, new, prev; in drm_lock_take() local
235 unsigned int old, new, prev; in drm_lock_transfer() local
260 unsigned int old, new, prev; in drm_lock_free() local
302 unsigned int old, new, prev; in drm_notifier() local
/freebsd/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m54 +new; class in init
74 {
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c77 pthread_t new; in ATF_TC_BODY() local
138 pthread_t new; in ATF_TC_BODY() local
200 pthread_t new; in ATF_TC_BODY() local
260 pthread_t new; in ATF_TC_BODY() local
391 pthread_t new; in ATF_TC_BODY() local
446 pthread_t new; in ATF_TC_BODY() local
H A Dt_mutex.c108 pthread_t new; in ATF_TC_BODY() local
191 pthread_t new; in ATF_TC_BODY() local
310 pthread_t new; in ATF_TC_BODY() local
405 pthread_t new; in ATF_TC_BODY() local
775 pthread_t new; in ATF_TC_BODY() local
803 pthread_t new; in ATF_TC_BODY() local
/freebsd/libexec/revnetgroup/
H A Dhash.c146 struct group_entry *new; in store() local
175 struct member_entry *cur, *new; in mstore() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c157 zfs_rangelock_enter_writer(zfs_rangelock_t *rl, zfs_locked_range_t *new, in zfs_rangelock_enter_writer()
311 zfs_rangelock_add_reader(avl_tree_t *tree, zfs_locked_range_t *new, in zfs_rangelock_add_reader()
402 zfs_rangelock_enter_reader(zfs_rangelock_t *rl, zfs_locked_range_t *new, in zfs_rangelock_enter_reader()
485 zfs_locked_range_t *new; in zfs_rangelock_enter_impl() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drculist.h54 linux_list_add_rcu(struct list_head *new, struct list_head *prev, in linux_list_add_rcu()
64 list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
70 list_add_tail_rcu(struct list_head *new, struct list_head *head) in list_add_tail_rcu()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c39 ctf_list_append(ctf_list_t *lp, void *new) in ctf_list_append()
59 ctf_list_prepend(ctf_list_t *lp, void *new) in ctf_list_prepend()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c712 tdesc_t *new = xcalloc(sizeof (tdesc_t)); in conjure_template() local
727 tdesc_t *new = conjure_template(old, newselfid); in conjure_intrinsic() local
738 tdesc_t *new = conjure_template(old, newselfid); in conjure_plain() local
748 tdesc_t *new = conjure_template(old, newselfid); in conjure_function() local
774 tdesc_t *new = conjure_template(old, newselfid); in conjure_array() local
793 tdesc_t *new = conjure_template(old, newselfid); in conjure_su() local
814 tdesc_t *new = conjure_template(old, newselfid); in conjure_enum() local
832 tdesc_t *new = conjure_template(old, newselfid); in conjure_forward() local
850 iidesc_t *new = iidesc_dup(old); in conjure_iidesc() local
946 iidesc_t *new; in add_iitba_cb() local
/freebsd/sys/netinet/
H A Dip_id.c156 int error, new; in sysctl_ip_randomid() local
176 int error, new; in sysctl_ip_id_change() local
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c53 static off_t matchlen(u_char *old,off_t oldsize,u_char *new,off_t newsize) in matchlen()
64 u_char *new,off_t newsize,off_t st,off_t en,off_t *pos) in search()
118 u_char *old,*new; in main() local
/freebsd/sys/contrib/dev/rtw88/
H A Dsar.c25 static int rtw_apply_sar(struct rtw_dev *rtwdev, const struct rtw_sar *new) in rtw_apply_sar()
77 struct rtw_sar new = {0}; in rtw_set_sar_specs() local
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm81 sub new { subroutine
783 sub new { subroutine
/freebsd/sys/kern/
H A Dsysv_ipc.c152 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new()
165 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_placement_new.h20 inline void *operator new(__sanitizer::operator_new_size_type sz, void *p) { in new() function

12345678910>>...18