Home
last modified time | relevance | path

Searched refs:aqp (Results 1 – 25 of 161) sorted by relevance

1234567

/dports/net-mgmt/yaf/yaf-2.11.0/airframe/src/
H A Dairutil.c235 uint16_t *aqp = (uint16_t *)ipaddr; in air_ip6addr_buf_print() local
240 for (; (uint8_t *)aqp < ipaddr + 16; aqp++) { in air_ip6addr_buf_print()
241 aq = g_ntohs(*aqp); in air_ip6addr_buf_print()
243 if ((uint8_t *)aqp < ipaddr + 14) { in air_ip6addr_buf_print()
254 if ((uint8_t *)aqp == ipaddr) { in air_ip6addr_buf_print()
/dports/net-mgmt/yaf/yaf-2.11.0/scripts/
H A DgetFlowKeyHash.c288 uint16_t *aqp = (uint16_t *)ipaddr; in printIP6Address() local
294 for (; (uint8_t *)aqp < ipaddr + 16; aqp++) { in printIP6Address()
295 aq = g_ntohs(*aqp); in printIP6Address()
297 if ((uint8_t *)aqp < ipaddr + 14) { in printIP6Address()
308 if ((uint8_t *)aqp == ipaddr) { in printIP6Address()
/dports/net/libfixbuf/libfixbuf-2.3.1/src/
H A DipfixDumpPrint.c77 uint16_t *aqp = (uint16_t *)ipaddr; in mdPrintIP6Address() local
82 for (; (uint8_t *)aqp < ipaddr + 16; aqp++) { in mdPrintIP6Address()
83 aq = g_ntohs(*aqp); in mdPrintIP6Address()
85 if ((uint8_t *)aqp < ipaddr + 14) { in mdPrintIP6Address()
96 if ((uint8_t *)aqp == ipaddr) { in mdPrintIP6Address()
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_tag.c646 TAGQ *aqp, *tqp; local
654 for (aqp = oexp->tq.cqh_first;
655 aqp != (void *)&oexp->tq; aqp = aqp->q.cqe_next) {
656 if (tagq_copy(sp, aqp, &tqp))
658 for (ap = aqp->tagq.cqh_first;
659 ap != (void *)&aqp->tagq; ap = ap->q.cqe_next) {
663 if (aqp->current == ap)
/dports/net-mgmt/super_mediator/super_mediator-1.6.0/src/
H A Dmediator_util.c269 uint16_t *aqp = (uint16_t *)ipaddr; in md_util_print_ip6_addr() local
275 for (; (uint8_t *)aqp < ipaddr + 16; aqp++) { in md_util_print_ip6_addr()
276 aq = g_ntohs(*aqp); in md_util_print_ip6_addr()
278 if ((uint8_t *)aqp < ipaddr + 14) { in md_util_print_ip6_addr()
289 if ((uint8_t *)aqp == ipaddr) { in md_util_print_ip6_addr()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Daircombat.c238 struct emp_qelem *aqp; in sam_intercept() local
247 for (aqp = att_list->q_forw, in sam_intercept()
249 aqp != att_list && dqp != def_list; aqp = anext) { in sam_intercept()
250 anext = aqp->q_forw; in sam_intercept()
251 aplp = (struct plist *)aqp; in sam_intercept()
/dports/www/p5-WWW-Search-AltaVista/WWW-Search-AltaVista-2.154/lib/WWW/Search/AltaVista/
H A DAdvancedWeb.pm196 http://www.altavista.com/sites/search/web?pg=aq&avkw=tgz&aqa=&aqp=&aqn=&aqmode=b&aqb=LSAM+AND+AutoS…
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_tag.c540 TAGQ *aqp, *tqp; in ex_tag_copy() local
548 TAILQ_FOREACH(aqp, oexp->tq, q) { in ex_tag_copy()
549 if (tagq_copy(sp, aqp, &tqp)) in ex_tag_copy()
551 TAILQ_FOREACH(ap, aqp->tagq, q) { in ex_tag_copy()
555 if (aqp->current == ap) in ex_tag_copy()
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/id6/
H A Did1152.aqp3 #W id1152.aqp GAP library of id's Hans Ulrich Besche
H A Did1920.aqp3 #W id1920.aqp GAP library of id's Hans Ulrich Besche
/dports/www/p5-WWW-Search-AltaVista/WWW-Search-AltaVista-2.154/t/
H A Daltavista.t48 aqp => 'Thurn Martin',
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_dbg.c565 } aq, *aqp; in qla2xxx_copy_atioqueues() local
571 aqp = &aq; in qla2xxx_copy_atioqueues()
572 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
573 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
583 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
590 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
594 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
596 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_dbg.c565 } aq, *aqp; in qla2xxx_copy_atioqueues() local
571 aqp = &aq; in qla2xxx_copy_atioqueues()
572 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
573 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
583 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
590 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
594 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
596 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_dbg.c565 } aq, *aqp; in qla2xxx_copy_atioqueues() local
571 aqp = &aq; in qla2xxx_copy_atioqueues()
572 aqp->length = ha->tgt.atio_q_length; in qla2xxx_copy_atioqueues()
573 aqp->ring = ha->tgt.atio_ring; in qla2xxx_copy_atioqueues()
583 (aqp->length * sizeof(request_t))); in qla2xxx_copy_atioqueues()
590 qh->size = htonl(aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
594 memcpy(ptr, aqp->ring, aqp->length * sizeof(request_t)); in qla2xxx_copy_atioqueues()
596 ptr += aqp->length * sizeof(request_t); in qla2xxx_copy_atioqueues()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A Dmolopstest.cpp5548 aqp.adjustDegree = false; in testAdjustQueryProperties()
5549 aqp.adjustRingCount = false; in testAdjustQueryProperties()
5556 aqp.adjustDegree = false; in testAdjustQueryProperties()
5557 aqp.adjustRingCount = true; in testAdjustQueryProperties()
5564 aqp.adjustDegree = true; in testAdjustQueryProperties()
5565 aqp.adjustRingCount = false; in testAdjustQueryProperties()
5588 aqp.adjustRingCount = true; in testAdjustQueryProperties()
5595 aqp.adjustRingCountFlags = in testAdjustQueryProperties()
5605 aqp.adjustRingCountFlags = in testAdjustQueryProperties()
5636 MolOps::AdjustQueryParameters aqp; in testAdjustQueryProperties() local
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/dev_docs/diagrams/agent_and_package_policies/
H A Dagent_and_package_policies.excalidraw1358 "id": "d7Q1XMjK0XTHyx14X-aqp",
/dports/multimedia/openshot/openshot-qt-2.6.1/installer/
H A Ddmg-icon.hqx144 aqp#JFL-Y+b3J'!m+"J!"+eP@AamHDN"Dqrq!rJrraT)!rh1!FQJ!,S1bhr6aJI-
/dports/multimedia/kvazaar/kvazaar-2.1.0/
H A DREADME.md166 --(no-)erp-aqp : Use adaptive QP for 360 degree video with
/dports/deskutils/xneur/xneur-0.20.0/share/languages/pl/
H A Dproto3108 aqp
/dports/deskutils/xneur/xneur-0.20.0/share/languages/us/
H A Dproto3141 aqp
/dports/deskutils/xneur/xneur-0.20.0/share/languages/gb/
H A Dproto3141 aqp
/dports/deskutils/xneur/xneur-0.20.0/share/languages/en/
H A Dproto3141 aqp
/dports/deskutils/xneur/xneur-0.20.0/share/languages/es/
H A Dproto3327 aqp
/dports/astro/weather/weather-2.4.2/
H A Dairports552 [aqp]
/dports/deskutils/xneur/xneur-0.20.0/share/languages/ro/
H A Dproto3175 aqp

1234567