Home
last modified time | relevance | path

Searched refs:leafcount (Results 1 – 25 of 41) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-dsl-length-depth-leafcount.sh.out74 mlr --from ./reg-test/input/abixy-het put $leafcount = leafcount($a)
86 mlr --from ./reg-test/input/abixy-het put $leafcount = leafcount($*)
98 mlr --from ./reg-test/input/xyz2 put $leafcount= leafcount({3:4, 5:{6:7}, 8:{9:{10:11}}})
99 x=3,y=4,z=5,leafcount=3
100 x=6,y=7,u=8,leafcount=3
102 mlr --from ./reg-test/input/xyz2 put o = {3:4, 5:{6:7}, 8:{9:{10:11}}}; $leafcount = leafcount(o)
103 x=3,y=4,z=5,leafcount=3
104 x=6,y=7,u=8,leafcount=3
106 mlr --from ./reg-test/input/xyz2 put @o = {3:4, 5:{6:7}, 8:{9:{10:11}}}; $leafcount = leafcount(@o)
107 x=3,y=4,z=5,leafcount=3
[all …]
H A Dcase-dsl-leafcount.sh.out3 $lcx = leafcount($x);
4 $lcn = leafcount($nonesuch);
5 $lca1 = leafcount([1,2,3]);
6 $lca2 = leafcount([1,[4,5,6],3]);
7 $lca3 = leafcount([1,{"s":4,"t":[7,8,9],"u":6},3]);
8 $lcm1 = leafcount({"s":1,"t":2,"u":3});
9 $lcm2 = leafcount({"s":1,"t":[4,5,6],"u":3});
10 $lcm3 = leafcount({"s":1,"t":[4,{"x":8, "y": 9},6],"u":3});
/dports/security/tthsum/tthsum/
H A Dthex.c50 uint64_t leafcount = 0; in thex_tiger_root() local
90 if (progress_func && ((unsigned)leafcount & progress_mask) == 0) { in thex_tiger_root()
91 progress_func(leafcount * 1024, filesize); in thex_tiger_root()
94 ++leafcount; in thex_tiger_root()
95 for (i = 2; (unsigned)leafcount % i == 0; i *= 2) { in thex_tiger_root()
123 progress_func(leafcount, filesize); in thex_tiger_root()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libflate/
H A Ddeflate.c1319 t = leafcount[pi]; in leafsort()
1320 leafcount[pi] = leafcount[a]; in leafsort()
1321 leafcount[a] = t; in leafsort()
1331 …while(pi < pn && (leafcount[pi] < leafcount[a] || leafcount[pi] == leafcount[a] && leafmap[pi] > l… in leafsort()
1334 …while(pj > a && (leafcount[pj] > leafcount[a] || leafcount[pj] == leafcount[a] && leafmap[pj] < le… in leafsort()
1337 t = leafcount[pi]; in leafsort()
1338 leafcount[pi] = leafcount[pj]; in leafsort()
1339 leafcount[pj] = t; in leafsort()
1344 t = leafcount[a]; in leafsort()
1345 leafcount[a] = leafcount[pj]; in leafsort()
[all …]
/dports/math/concorde/concorde/TOOLS/
H A Dshowres.c386 int leafcount = 0; in report_leaves() local
414 restart_upbound, bbcount, leafcount, branchzeit); in report_leaves()
416 if (leafcount == 0) { in report_leaves()
421 leafperm = CC_SAFE_MALLOC (leafcount, int); in report_leaves()
427 for (i=0; i<leafcount; i++) leafperm[i] = i; in report_leaves()
432 for (i=0; i<leafcount; i++) { in report_leaves()
513 int leafcount = 0; in report_tree() local
520 restart_upbound, bbcount, leafcount, branchzeit); in report_tree()
758 leafvals[*leafcount] = bbnode->lowerbound; in collect_leaves()
761 leafbbs[*leafcount] = bbnode; in collect_leaves()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Deeprom.c127 tp->mtable->leafcount = 1; in tulip_build_fake_mediatable()
232 mtable->leafcount = count; in tulip_parse_eeprom()
258 mtable->leafcount--; in tulip_parse_eeprom()
H A Dtimer.c92 tp->cur_index = tp->mtable->leafcount - 1; in tulip_media_task()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Deeprom.c127 tp->mtable->leafcount = 1; in tulip_build_fake_mediatable()
232 mtable->leafcount = count; in tulip_parse_eeprom()
258 mtable->leafcount--; in tulip_parse_eeprom()
H A Dtimer.c92 tp->cur_index = tp->mtable->leafcount - 1; in tulip_media_task()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/dec/tulip/
H A Deeprom.c127 tp->mtable->leafcount = 1; in tulip_build_fake_mediatable()
232 mtable->leafcount = count; in tulip_parse_eeprom()
258 mtable->leafcount--; in tulip_parse_eeprom()
H A Dtimer.c92 tp->cur_index = tp->mtable->leafcount - 1; in tulip_media_task()
/dports/math/mathicsscript/mathicsscript-3.1.0/mathicsscript/
H A Dformat.py234 leafcount = len([node for node in decendants(G, root) if out_degree(node) == 0])
236 leafcount = len(
249 leafdx=width * 1.0 / leafcount,
/dports/math/mathics-django/Mathics-Django-2.2.0/mathics_django/web/
H A Dformat.py255 leafcount = len([node for node in decendants(G, root) if out_degree(node) == 0])
257 leafcount = len(
270 leafdx=width * 1.0 / leafcount,
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dcfilehasher.cpp460 int leafcount = m_pLeaves->Size() / dcpp::TigerTree::BYTES; in Thread() local
462 while ( blocksize * leafcount < filesize ) in Thread()
516 for ( int i = 0; i < leafcount; i++ ) in Thread()
/dports/textproc/miller/miller-5.10.2/c/
H A Dstdlib.mlr25 sum += leafcount(m[k])
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Dtulip.c328 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
795 mtable->leafcount = count; in parse_eeprom()
1388 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1542 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1551 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1559 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Dtulip.c334 u8 leafcount, csr12dir; /* General purpose pin directions. */ member
840 mtable->leafcount = count; in parse_eeprom()
1461 for (i = 0; i < tp->mtable->leafcount; i++) in start_link()
1622 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1631 for (i = 0; i < tp->mtable->leafcount; i++) in init_media()
1639 for (i = tp->mtable->leafcount - 1; in init_media()
/dports/games/mvdsv/mvdsv-0.34/src/
H A Dcmodel.c219 int leafcount; member
239 htl->leafcount++; in RecursiveHullTrace()
241 if (htl->leafcount == 1) in RecursiveHullTrace()
350 htl.leafcount = 0; in CM_HullTrace()

12