Home
last modified time | relevance | path

Searched refs:tm1 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h189 uint64_t cl, tm0, tm1; in test_worker() local
233 tm1 = (prcs != 0) ? rte_rdtsc_precise() : 0; in test_worker()
235 tm1 = (prcs != 0) ? rte_rdtsc_precise() - tm1 : 0; in test_worker()
243 lcore_stat_update(&la->stats, 1, num, tm0 + tm1, prcs); in test_worker()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c178 const TValue *tm1 = fasttm(L, mt1, event); in get_compTM() local
180 if (tm1 == NULL) return NULL; /* no metamethod */ in get_compTM()
181 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_compTM()
184 if (luaO_rawequalObj(tm1, tm2)) /* same metamethods? */ in get_compTM()
185 return tm1; in get_compTM()
192 const TValue *tm1 = luaT_gettmbyobj(L, p1, event); in call_orderTM() local
194 if (ttisnil(tm1)) return -1; /* no metamethod? */ in call_orderTM()
196 if (!luaO_rawequalObj(tm1, tm2)) /* different metamethods? */ in call_orderTM()
198 callTMres(L, L->top, tm1, p1, p2); in call_orderTM()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c189 const TValue *tm1 = fasttm(L, mt1, event); in get_equalTM() local
191 if (tm1 == NULL) return NULL; /* no metamethod */ in get_equalTM()
192 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_equalTM()
195 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()
196 return tm1; in get_equalTM()