Home
last modified time | relevance | path

Searched defs:t (Results 951 – 975 of 2427) sorted by relevance

1...<<31323334353637383940>>...98

/freebsd/contrib/lua/src/
H A Dlundump.c164 int t = loadByte(S); in loadConstants() local
290 #define checksize(S,t) fchecksize(S,sizeof(t),#t) argument
/freebsd/sys/dev/bxe/
H A Dbxe_stats.h552 #define UPDATE_STAT64(s, t) \ argument
562 #define UPDATE_STAT64_NIG(s, t) \ argument
577 #define ADD_STAT64(diff, t) \ argument
590 #define UPDATE_EXTEND_TSTAT_X(s, t, size) \ argument
598 #define UPDATE_EXTEND_TSTAT(s, t) UPDATE_EXTEND_TSTAT_X(s, t, 32) argument
600 #define UPDATE_EXTEND_E_TSTAT(s, t, size) \ argument
606 #define UPDATE_EXTEND_USTAT(s, t) \ argument
613 #define UPDATE_EXTEND_E_USTAT(s, t) \ argument
619 #define UPDATE_EXTEND_XSTAT(s, t) \ argument
626 #define UPDATE_QSTAT(s, t) \ argument
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_global.c63 CHAR_T *ptrn, *p, *t; in ex_g_setup() local
/freebsd/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw.c281 uint32_t t; in ar40xx_hw_wait_bit() local
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dthread.h58 #define thread_join(t) VERIFY(0) argument
/freebsd/sys/dev/syscons/
H A Dsysmouse.c219 smdev_param(struct tty *tp, struct termios *t) in smdev_param()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexpm1f.c82 svfloat32_t t = svscale_x (pg, sv_f32 (1.0f), svcvt_s32_x (pg, j)); in SV_NAME_F1() local
H A Dexpm1.c80 svfloat64_t t = svreinterpret_f64 (u); in SV_NAME_D1() local
/freebsd/usr.bin/tail/
H A Dtail.c283 char *ap, *p, *t; in obsolete() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dv_expm1f_inline.h57 float32x4_t t = vreinterpretq_f32_s32 (u); in expm1f_inline() local
/freebsd/lib/libc/tests/gen/
H A Dfnmatch_test.c77 struct testcase *t; in ATF_TC_BODY() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzil.c177 avl_tree_t *t = &zilog->zl_bp_tree; in zil_bp_tree_fini() local
190 avl_tree_t *t = &zilog->zl_bp_tree; in zil_bp_tree_add() local
943 for (int t = 0; t < TXG_SIZE; t++) { in zilog_is_dirty() local
1383 avl_tree_t *t = &lwb->lwb_vdev_tree; in zil_lwb_add_block() local
1472 hrtime_t t = gethrtime() - lwb->lwb_issued_timestamp; in zil_lwb_flush_vdevs_done() local
1580 avl_tree_t *t = &lwb->lwb_vdev_tree; in zil_lwb_write_done() local
2595 avl_tree_t *t; in zil_itxg_clean() local
2661 avl_tree_t *t; in zil_remove_async() local
2746 avl_tree_t *t = &itxs->i_async_tree; in zil_itx_assign() local
2969 avl_tree_t *t; in zil_async_to_sync() local
/freebsd/contrib/tcsh/
H A Ded.screen.c360 TCset(struct termcapstr *t, const char *cap) in TCset()
379 struct termcapstr *t; in TellTC() local
523 struct termcapstr *t; in EchoTC() local
1397 struct termcapstr *t; in GetTermCaps() local
H A Dtc.sched.c189 struct command *t; in sched_run() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_asm.c209 BN_ULONG dh, dl, q, ret = 0, th, tl, t; in bn_div_words() local
316 BN_ULONG c, l, t; in bn_add_words() local
960 BN_ULONG t[8]; in bn_sqr_comba4() local
966 BN_ULONG t[16]; in bn_sqr_comba8() local
/freebsd/sys/kern/
H A Dsched_ule.c322 #define SCHED_AFFINITY(ts, t) ((u_int)ticks - (ts)->ts_rltick < (t) * affinity) argument
354 #define TDQ_LOCK_ASSERT(t, type) mtx_assert(TDQ_LOCKPTR((t)), (type)) argument
355 #define TDQ_LOCK(t) mtx_lock_spin(TDQ_LOCKPTR((t))) argument
356 #define TDQ_LOCK_FLAGS(t, f) mtx_lock_spin_flags(TDQ_LOCKPTR((t)), (f)) argument
357 #define TDQ_TRYLOCK(t) mtx_trylock_spin(TDQ_LOCKPTR((t))) argument
358 #define TDQ_TRYLOCK_FLAGS(t, f) mtx_trylock_spin_flags(TDQ_LOCKPTR((t)), (f)) argument
359 #define TDQ_UNLOCK(t) mtx_unlock_spin(TDQ_LOCKPTR((t))) argument
360 #define TDQ_LOCKPTR(t) ((struct mtx *)(&(t)->tdq_lock)) argument
1952 const u_int t = (u_int)ticks; in sched_pctcpu_update() local
/freebsd/sbin/ipf/libipf/
H A Dvar.c39 char c, *s, *t, *value; in get_variable() local
/freebsd/usr.bin/lastcomm/
H A Dlastcomm.c72 time_t t; in main() local
/freebsd/lib/msun/src/
H A De_jnf.c110 float t,v; in jnf() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp54 MsanThread *t = (MsanThread*)tsd; in TSDDtor() local
/freebsd/sys/netinet/
H A Dpim.h80 #define PIM_MAKE_VT(v, t) (0xff & (((v) << 4) | (0x0f & (t)))) argument
/freebsd/sys/netgraph/
H A Dng_parse.c125 #define METHOD(t,m) (ng_get_ ## m ## _method(t)) argument
126 #define INVOKE(t,m) (*METHOD(t,m)) argument
134 #define ALIGNMENT(t) (METHOD(t, getAlign) == NULL ? \ argument
1684 char *t; in ng_parse_get_token() local
1873 ng_get_parse_method(const struct ng_parse_type *t) in ng_get_parse_method()
1881 ng_get_unparse_method(const struct ng_parse_type *t) in ng_get_unparse_method()
1889 ng_get_getDefault_method(const struct ng_parse_type *t) in ng_get_getDefault_method()
1897 ng_get_getAlign_method(const struct ng_parse_type *t) in ng_get_getAlign_method()
/freebsd/lib/libgssapi/
H A Dgss_mech_switch.c127 unsigned int t; in _gss_string_to_oid() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_phy.c256 struct mt76x2_temp_comp t; in mt76x2_phy_temp_compensate() local
/freebsd/usr.sbin/fdread/
H A Dfdutil.c450 getname(enum fd_drivetype t, const char **name, const char **descr) in getname()

1...<<31323334353637383940>>...98