Home
last modified time | relevance | path

Searched refs:ename (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c298 free(ename[i]); in graph_node_count_edges()
315 char *ename[nodes_per_stage]; in graph_init() local
414 edge_map, ename, in graph_init()
428 (const char **)(uintptr_t)ename, edges); in graph_init()
430 free(ename[k]); in graph_init()
484 free(ename[j]); in graph_init()
490 (const char **)(uintptr_t)ename, in graph_init()
493 free(ename[k]); in graph_init()
547 free(ename[i]); in graph_init()
553 (const char **)(uintptr_t)ename, in graph_init()
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltm.c50 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() argument
51 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm()
H A Dltm.h49 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.c51 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { in luaT_gettm() argument
52 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm()
H A Dltm.h53 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);