| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | 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-14-stable/contrib/sendmail/contrib/ |
| HD | 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-14-stable/lib/libc/locale/ |
| HD | 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-14-stable/usr.bin/find/ |
| HD | function.c | 90 PLAN *new; in palloc() local 275 PLAN *new; in c_Xmin() local 324 PLAN *new; in c_Xtime() local 350 PLAN *new; in c_mXXdepth() local 526 PLAN *new; in c_depth() local 698 PLAN *new; /* node returned */ in c_exec() local 835 PLAN *new; in c_flags() local 950 PLAN *new; in c_fstype() local 996 PLAN *new; in c_group() local 1054 PLAN *new; in c_inum() local [all …]
|
| /freebsd-14-stable/crypto/openssl/test/ |
| HD | run_tests.pl | 167 sub new { subroutine 263 sub new { subroutine
|
| /freebsd-14-stable/sys/netinet/cc/ |
| HD | cc_hd.c | 189 uint32_t new; in hd_pmax_handler() local 207 uint32_t new; in hd_qmin_handler() local 225 uint32_t new; in hd_qthresh_handler() local
|
| HD | cc_chd.c | 426 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
|
| HD | cc_dctcp.c | 413 uint32_t new; in dctcp_alpha_handler() local 431 uint32_t new; in dctcp_shift_g_handler() local 449 uint32_t new; in dctcp_slowstart_handler() local
|
| /freebsd-14-stable/sys/dev/drm2/ |
| HD | 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-14-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | 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-14-stable/contrib/netbsd-tests/lib/libobjc/ |
| HD | t_threads.m | 54 +new; class in init 74 {
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libpthread/ |
| HD | 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
|
| HD | 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-14-stable/libexec/revnetgroup/ |
| HD | hash.c | 146 struct group_entry *new; in store() local 175 struct member_entry *cur, *new; in mstore() local
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | 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-14-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | 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-14-stable/sys/netinet/ |
| HD | ip_id.c | 156 int error, new; in sysctl_ip_randomid() local 176 int error, new; in sysctl_ip_id_change() local
|
| /freebsd-14-stable/usr.bin/bsdiff/bsdiff/ |
| HD | bsdiff.c | 53 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-14-stable/crypto/openssl/util/perl/OpenSSL/ |
| HD | Ordinals.pm | 81 sub new { subroutine 783 sub new { subroutine
|
| /freebsd-14-stable/sys/contrib/dev/rtw88/ |
| HD | sar.c | 25 static int rtw_apply_sar(struct rtw_dev *rtwdev, const struct rtw_sar *new) in rtw_apply_sar() 81 struct rtw_sar new = {0}; in rtw_set_sar_specs() local
|
| /freebsd-14-stable/sys/kern/ |
| HD | sysv_ipc.c | 162 ipcperm_old2new(struct ipc_perm_old *old, struct ipc_perm *new) in ipcperm_old2new() 175 ipcperm_new2old(struct ipc_perm *new, struct ipc_perm_old *old) in ipcperm_new2old()
|
| /freebsd-14-stable/crypto/openssl/util/perl/TLSProxy/ |
| HD | NextProto.pm | 15 sub new subroutine
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_placement_new.h | 20 inline void *operator new(__sanitizer::usize sz, void *p) { return p; } in new() function
|
| /freebsd-14-stable/lib/libc/aarch64/gen/ |
| HD | fpsetmask.c | 37 uint64_t old, new; in fpsetmask() local
|
| /freebsd-14-stable/crypto/openssl/util/perl/OpenSSL/Config/ |
| HD | Query.pm | 69 sub new { subroutine
|