Home
last modified time | relevance | path

Searched refs:thismask (Results 1 – 17 of 17) sorted by relevance

/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/core/
H A Dselection.py649 thismask = vals >= l_resid
652 thismask = vals == l_resid
654 mask |= thismask
678 thismask = startmask
693 thismask |= endmask
695 thismask = vals == l_resid
698 mask |= thismask
738 thismask = vals >= lower
739 thismask &= vals <= upper
741 thismask = vals == lower
[all …]
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/topology/
H A DMMTFParser.py140 thismask = vals >= lower
141 thismask &= vals <= upper
143 thismask = vals == lower
145 mask |= thismask
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dilbmtoppm.c1777 unsigned char thismask; in PCHG_ConvertSmall() local
1799 if (thismask & (1<<7)) { in PCHG_ConvertSmall()
1823 thismask <<= 1; in PCHG_ConvertSmall()
1834 if(thismask & (1<<7)) { in PCHG_ConvertSmall()
1860 thismask <<= 1; in PCHG_ConvertSmall()
1883 unsigned char thismask; in PCHG_ConvertBig() local
1906 thismask = *mask++; in PCHG_ConvertBig()
1910 if (thismask & (1<<7)) { in PCHG_ConvertBig()
1936 thismask <<= 1; in PCHG_ConvertBig()
1945 thismask = *mask++; in PCHG_ConvertBig()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/
H A Ddecodetree.py845 self.thismask = tm
876 sh = is_contiguous(self.thismask)
891 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
893 assert (self.thismask & ~s.fixedmask) == 0
894 innermask = outermask | self.thismask
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/
H A Ddecodetree.py902 self.thismask = tm
933 sh = is_contiguous(self.thismask)
948 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
950 assert (self.thismask & ~s.fixedmask) == 0
951 innermask = outermask | self.thismask
/dports/emulators/qemu5/qemu-5.2.0/scripts/
H A Ddecodetree.py496 self.thismask = tm
527 sh = is_contiguous(self.thismask)
542 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
544 assert (self.thismask & ~s.fixedmask) == 0
545 innermask = outermask | self.thismask
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/
H A Ddecodetree.py902 self.thismask = tm
933 sh = is_contiguous(self.thismask)
948 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
950 assert (self.thismask & ~s.fixedmask) == 0
951 innermask = outermask | self.thismask
/dports/emulators/qemu42/qemu-4.2.1/scripts/
H A Ddecodetree.py902 self.thismask = tm
933 sh = is_contiguous(self.thismask)
948 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
950 assert (self.thismask & ~s.fixedmask) == 0
951 innermask = outermask | self.thismask
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/scripts/
H A Ddecodetree.py516 self.thismask = tm
547 sh = is_contiguous(self.thismask)
562 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
564 assert (self.thismask & ~s.fixedmask) == 0
565 innermask = outermask | self.thismask
/dports/emulators/qemu/qemu-6.2.0/scripts/
H A Ddecodetree.py516 self.thismask = tm
547 sh = is_contiguous(self.thismask)
562 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
564 assert (self.thismask & ~s.fixedmask) == 0
565 innermask = outermask | self.thismask
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/
H A Ddecodetree.py902 self.thismask = tm
933 sh = is_contiguous(self.thismask)
948 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
950 assert (self.thismask & ~s.fixedmask) == 0
951 innermask = outermask | self.thismask
/dports/emulators/qemu60/qemu-6.0.0/scripts/
H A Ddecodetree.py497 self.thismask = tm
528 sh = is_contiguous(self.thismask)
543 output(ind, 'switch (', str_switch(self.thismask), ') {\n')
545 assert (self.thismask & ~s.fixedmask) == 0
546 innermask = outermask | self.thismask
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dmax1363.c944 static inline int __max1363_check_event_mask(int thismask, int checkmask) in __max1363_check_event_mask() argument
948 if (thismask < 4) { in __max1363_check_event_mask()
953 } else if (thismask < 6) { in __max1363_check_event_mask()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dmax1363.c944 static inline int __max1363_check_event_mask(int thismask, int checkmask) in __max1363_check_event_mask() argument
948 if (thismask < 4) { in __max1363_check_event_mask()
953 } else if (thismask < 6) { in __max1363_check_event_mask()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dmax1363.c944 static inline int __max1363_check_event_mask(int thismask, int checkmask) in __max1363_check_event_mask() argument
948 if (thismask < 4) { in __max1363_check_event_mask()
953 } else if (thismask < 6) { in __max1363_check_event_mask()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_GeomComp.h308 byte *SUMA_GetOffset2bytemask (SUMA_GET_OFFSET_STRUCT *GOS, byte *thismask);
H A DSUMA_GeomComp.c4437 byte *SUMA_GetOffset2bytemask (SUMA_GET_OFFSET_STRUCT *GOS, byte *thismask) in SUMA_GetOffset2bytemask() argument
4446 SUMA_RETURN(thismask); in SUMA_GetOffset2bytemask()
4449 if (thismask) { in SUMA_GetOffset2bytemask()
4450 nmask=thismask; in SUMA_GetOffset2bytemask()