Home
last modified time | relevance | path

Searched refs:pxcount (Results 1 – 20 of 20) sorted by relevance

/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/
H A Dblendomatic.py87 self.pxcount = header[0]
90 dbg("blending mode %d tiles have %d pixels", idx, self.pxcount)
93 self.row_count = int(sqrt(self.pxcount)) + 1 # should be 49
108 alpha_masks_raw = unpack_from("%dB" % (self.pxcount * 4),
109 data_file.read(self.pxcount * 4))
116 pixels = unpack_from("%dB" % self.pxcount,
117 data_file.read(self.pxcount))
132 pixels = bitvalues[i * self.pxcount:(i + 1) * self.pxcount]
/dports/sysutils/hatop/hatop-0.8.1/bin/
H A Dhatop448 self.pxcount = 0
506 pxcount_old = self.pxcount
511 self.pxcount = 0
524 self.pxcount += filter_pxcount
532 if self.pxcount == 0:
539 if self.pxcount < pxcount_old:
1143 self.data.pxcount,
1576 pxcount = svcount = 0
1609 pxcount += 1
1655 pxcount += 1
[all …]
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dlsalib.c512 lsa_validate_pxlist(struct ospf_lsa_header *lsa, u32 pxcount, uint offset, u8 *pbuf) in lsa_validate_pxlist() argument
517 for (i = 0; i < pxcount; i++) in lsa_validate_pxlist()
541 return lsa_validate_pxlist(lsa, body->pxcount, sizeof(struct ospf_lsa_link), (u8 *) body); in lsa_validate_link()
550 return lsa_validate_pxlist(lsa, body->pxcount, sizeof(struct ospf_lsa_prefix), (u8 *) body); in lsa_validate_prefix()
H A Dospf.h695 u32 pxcount; member
702 u16 pxcount; member
706 u16 pxcount;
H A Dtopology.c1344 ll->pxcount = i; in prepare_link_lsa_body()
1465 lp->pxcount = i; in prepare_prefix_rt_lsa_body()
1552 for (j = 0; j < ll->pxcount; pxb = prefix_advance(pxb), j++) in add_link_lsa()
1597 lp->pxcount = pxc; in prepare_prefix_net_lsa_body()
H A Dospf.c1143 for (i = 0; i < px->pxcount; i++) in show_lsa_prefix()
H A Drt.c589 for (i = 0; i < px->pxcount; i++) in spfa_process_prefixes()
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dlsalib.c625 lsa_validate_pxlist(struct ospf_lsa_header *lsa, u32 pxcount, uint offset, u8 *pbuf) in lsa_validate_pxlist() argument
630 for (i = 0; i < pxcount; i++) in lsa_validate_pxlist()
654 return lsa_validate_pxlist(lsa, body->pxcount, sizeof(struct ospf_lsa_link), (u8 *) body); in lsa_validate_link()
663 return lsa_validate_pxlist(lsa, body->pxcount, sizeof(struct ospf_lsa_prefix), (u8 *) body); in lsa_validate_prefix()
H A Dospf.h781 u32 pxcount; member
788 u16 pxcount; member
792 u16 pxcount;
H A Dtopology.c1434 ll->pxcount = i; in prepare_link_lsa_body()
1572 lp->pxcount = i; in prepare_prefix_rt_lsa_body()
1659 for (j = 0; j < ll->pxcount; pxb = prefix_advance(pxb), j++) in add_link_lsa()
1704 lp->pxcount = pxc; in prepare_prefix_net_lsa_body()
H A Dospf.c1205 for (i = 0; i < px->pxcount; i++) in show_lsa_prefix()
H A Drt.c609 for (i = 0; i < px->pxcount; i++) in spfa_process_prefixes()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/smithay-client-toolkit-0.4.6/src/window/
H A Dbasic_frame.rs429 let pxcount = (HEADER_SIZE * width) in redraw() localVariable
435 pool.resize(4 * pxcount as usize) in redraw()
H A Dconcept_frame.rs431 let pxcount = (HEADER_SIZE * width) in redraw() localVariable
437 pool.resize(4 * pxcount as usize) in redraw()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/smithay-client-toolkit-0.6.6/src/window/
H A Dbasic_frame.rs424 let pxcount = (HEADER_SIZE * width) in redraw() localVariable
430 pool.resize(4 * pxcount as usize) in redraw()
H A Dconcept_frame.rs450 let pxcount = (scaled_header * scaled_width) in redraw() localVariable
456 pool.resize(4 * pxcount as usize) in redraw()
/dports/games/dose-response/dose-response-179c326/cargo-crates/smithay-client-toolkit-0.4.5/src/window/
H A Dbasic_frame.rs429 let pxcount = (HEADER_SIZE * width) in redraw() localVariable
435 pool.resize(4 * pxcount as usize) in redraw()
H A Dconcept_frame.rs431 let pxcount = (HEADER_SIZE * width) in redraw() localVariable
437 pool.resize(4 * pxcount as usize) in redraw()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/smithay-client-toolkit-0.12.3/src/window/
H A Dconcept_frame.rs585 let pxcount = (scaled_header_height * scaled_header_width) in redraw() localVariable
591 pool.resize(4 * pxcount as usize).expect("I/O Error while redrawing the borders"); in redraw()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfssecaudit.c3197 u32 pxcount;
3206 pxcount = 0;
3248 pxcount++;
3346 (unsigned long)pxcount,(unsigned long)pxacecount,
3347 (unsigned long)pxacecount/pxcount,pxacecount*100L/pxcount%100L);