Home
last modified time | relevance | path

Searched refs:pcomp (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/intrusive/
Dtreap_algorithms.hpp210 static void unlink(node_ptr node, NodePtrPriorityCompare pcomp) in unlink() argument
216 erase(x, node, pcomp); in unlink()
245 static node_ptr erase(node_ptr header, node_ptr z, NodePtrPriorityCompare pcomp) in erase() argument
247 rebalance_for_erasure(header, z, pcomp); in erase()
311 (node_ptr h, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal_upper_bound() argument
315 rebalance_check_and_commit(h, new_node, pcomp, commit_data); in insert_equal_upper_bound()
336 (node_ptr h, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal_lower_bound() argument
340 rebalance_check_and_commit(h, new_node, pcomp, commit_data); in insert_equal_lower_bound()
364 … (node_ptr h, node_ptr hint, node_ptr new_node, NodePtrCompare comp, NodePtrPriorityCompare pcomp) in insert_equal() argument
368 rebalance_check_and_commit(h, new_node, pcomp, commit_data); in insert_equal()
[all …]
Dtreap_set.hpp259 ( const KeyType &key, KeyTypeKeyCompare comp, const PrioType &prio, PrioValuePrioCompare pcomp in insert_check() argument
261 { return tree_type::insert_unique_check(key, comp, prio, pcomp, commit_data); } in insert_check()
268 , const PrioType &prio, PrioValuePrioCompare pcomp in insert_check() argument
270 { return tree_type::insert_unique_check(hint, key, comp, prio, pcomp, commit_data); } in insert_check()
/third_party/lwip/src/netif/ppp/
Dpppos.c66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
288 if (!pppos->pcomp || protocol > 0xFF) { in pppos_netif_output()
738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_send_config() argument
744 pppos->pcomp = pcomp; in pppos_send_config()
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) in pppos_recv_config() argument
764 LWIP_UNUSED_ARG(pcomp); in pppos_recv_config()
Dppp.c1028 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp) { in ppp_send_config() argument
1033 pcb->link_cb->send_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp); in ppp_send_config()
1044 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp) { in ppp_recv_config() argument
1048 pcb->link_cb->recv_config(pcb, pcb->link_ctx_cb, accm, pcomp, accomp); in ppp_recv_config()
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h159 void (*send_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
161 void (*recv_config)(ppp_pcb *pcb, void *ctx, u32_t accm, int pcomp, int accomp);
426 int ppp_send_config(ppp_pcb *pcb, int mtu, u32_t accm, int pcomp, int accomp);
427 int ppp_recv_config(ppp_pcb *pcb, int mru, u32_t accm, int pcomp, int accomp);
Dpppos.h88 unsigned int pcomp :1; /* Does peer accept protocol compression? */ member
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c89 int pcomp; member
147 …{ "components", "set components to display", OFFSET(pcomp), AV_OPT_TYPE_INT, {.i64=1}, 1, 15, FLAG…
148 …{ "c", "set components to display", OFFSET(pcomp), AV_OPT_TYPE_INT, {.i64=1}, 1, 15, FLAG…
2876 if (!((1 << c) & s->pcomp) || (!s->display && k > 0)) in graticule_row()
2918 if (!((1 << c) & s->pcomp) || (!s->display && k > 0)) in graticule16_row()
2959 if ((!((1 << c) & s->pcomp) || (!s->display && k > 0))) in graticule_column()
3001 if ((!((1 << c) & s->pcomp) || (!s->display && k > 0))) in graticule16_column()
3312 if ((1 << i) & s->pcomp) in config_output()
3342 if (!((1 << p) & s->pcomp)) in config_output()
3401 if ((1 << k) & s->pcomp) { in filter_frame()
/third_party/FreeBSD/sys/dev/usb/
Dusb_generic.c1383 struct usb_fs_complete *pcomp; in ugen_ioctl() member
1419 u.pcomp = &comp; in ugen_ioctl()
1420 u.pcomp->ep_index = ep_index; in ugen_ioctl()
1421 error = ugen_fs_copy_out(f, u.pcomp->ep_index); in ugen_ioctl()