Searched refs:ptab (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/network/lib6/ |
D | asapi_01.c | 43 } ptab[] = { variable 55 #define PTCOUNT ARRAY_SIZE(ptab) 117 pe = getprotobyname(ptab[i].prt_name); in do_tests() 118 pass = pe && pe->p_proto == ptab[i].prt_value; in do_tests() 120 ptab[i].prt_name); in do_tests()
|
/third_party/libnl/lib/route/qdisc/ |
D | tbf.c | 133 uint32_t rtab[RTNL_TC_RTABLE_SIZE], ptab[RTNL_TC_RTABLE_SIZE]; in tbf_msg_fill() local 150 rtnl_tc_build_rate_table(tc, &tbf->qt_peakrate, ptab); in tbf_msg_fill() 159 NLA_PUT(msg, TCA_TBF_PTAB, sizeof(ptab), ptab); in tbf_msg_fill()
|
/third_party/ffmpeg/libavcodec/ |
D | wmadec.c | 324 const float *ptab = pow_tab + 60; in decode_exp_vlc() local 325 const uint32_t *iptab = (const uint32_t *) ptab; in decode_exp_vlc() 333 v = ptab[last_exp]; in decode_exp_vlc() 355 v = ptab[last_exp]; in decode_exp_vlc()
|
/third_party/quickjs/ |
D | quickjs.h | 451 int (*get_own_property_names)(JSContext *ctx, JSPropertyEnum **ptab, 771 int JS_GetOwnPropertyNames(JSContext *ctx, JSPropertyEnum **ptab,
|
D | quickjs.c | 7476 JSPropertyEnum **ptab, in JS_GetOwnPropertyNamesInternal() argument 7492 *ptab = NULL; in JS_GetOwnPropertyNamesInternal() 7661 *ptab = tab_atom; in JS_GetOwnPropertyNamesInternal() 7666 int JS_GetOwnPropertyNames(JSContext *ctx, JSPropertyEnum **ptab, in JS_GetOwnPropertyNames() argument 7673 return JS_GetOwnPropertyNamesInternal(ctx, ptab, plen, in JS_GetOwnPropertyNames() 44954 JSPropertyEnum **ptab, in js_proxy_get_own_property_names() argument 44970 return JS_GetOwnPropertyNamesInternal(ctx, ptab, plen, in js_proxy_get_own_property_names() 45061 *ptab = tab; in js_proxy_get_own_property_names()
|