/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | hexagon_types.h | 340 #define HEXAGON_V64_PUT_D(v, new) (new) argument 346 #define HEXAGON_V64_PUT_W0(v, new) \ argument 356 #define HEXAGON_V64_PUT_W1(v, new) \ argument 369 #define HEXAGON_V64_PUT_W0(v, new) \ argument 371 #define HEXAGON_V64_PUT_W1(v, new) \ argument 380 #define HEXAGON_V64_PUT_H0(v, new) \ argument 390 #define HEXAGON_V64_PUT_H1(v, new) \ argument 400 #define HEXAGON_V64_PUT_H2(v, new) \ argument 410 #define HEXAGON_V64_PUT_H3(v, new) \ argument 423 #define HEXAGON_V64_PUT_H0(v, new) \ argument [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.pl | 486 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 D | dt_list.c | 43 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 D | xlocale.c | 196 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 D | function.c | 85 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 693 PLAN *new; /* node returned */ in c_exec() 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 [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 167 sub new { subroutine 263 sub new { subroutine
|
/freebsd/sys/dev/drm2/ |
H A D | drm_lock.c | 186 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/llvm-project/llvm/lib/IR/ |
H A D | ConstantsContext.h | 54 void *operator new(size_t S) { return User::operator new(S, 1); } in new() function 80 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function 107 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function 135 void *operator new(size_t S) { return User::operator new(S, 3); } in new() function 171 void *operator new(size_t S) { return User::operator new(S, 2); } in new() function
|
/freebsd/contrib/netbsd-tests/lib/libobjc/ |
H A D | t_threads.m | 54 +new; class in init 74 {
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 77 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 D | t_mutex.c | 108 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 D | hash.c | 146 struct group_entry *new; in store() local 175 struct member_entry *cur, *new; in mstore() local
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_rlock.c | 157 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 D | rculist.h | 54 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 D | ctf_util.c | 39 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 D | merge.c | 712 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 D | ip_id.c | 156 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 D | bsdiff.c | 52 matchlen(u_char * old,off_t oldsize,u_char * new,off_t newsize) matchlen() argument 63 search(off_t * I,u_char * old,off_t oldsize,u_char * new,off_t newsize,off_t st,off_t en,off_t * pos) search() argument 117 u_char *old,*new; main() local [all...] |
/freebsd/sys/contrib/dev/rtw88/ |
H A D | sar.c | 25 static int rtw_apply_sar(struct rtw_dev *rtwdev, const struct rtw_sar *new) in rtw_apply_sar() argument 77 struct rtw_sar new = {0}; rtw_set_sar_specs() local
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 81 sub new { subroutine 783 sub new { subroutine
|
/freebsd/sys/tools/syscalls/core/ |
H A D | scret.lua | 35 function scret:new(obj, line) function
|
/freebsd/sys/netinet/cc/ |
H A D | cc_chd.c | 429 uint32_t new; in chd_loss_fair_handler() local 447 uint32_t new; in chd_pmax_handler() local 465 uint32_t new; in chd_qthresh_handler() local
|
H A D | cc_dctcp.c | 423 uint32_t new; in dctcp_alpha_handler() local 441 uint32_t new; in dctcp_shift_g_handler() local 459 uint32_t new; in dctcp_slowstart_handler() local
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | NextProto.pm | 15 sub new subroutine
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_placement_new.h | 20 inline void *operator new(__sanitizer::usize sz, void *p) { return p; } in new() function
|