Home
last modified time | relevance | path

Searched refs:_pack (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dpackrect.h44 bool find(uint16_t _width, uint16_t _height, Pack2D& _pack) in find() argument
78 _pack.m_x = xx * m_bw; in find()
79 _pack.m_y = starty * m_bh; in find()
80 _pack.m_width = width * m_bw; in find()
81 _pack.m_height = height * m_bh; in find()
91 void clear(const Pack2D& _pack) in clear() argument
143 found = m_ra[side].find(_width, _height, _pack.m_rect); in find()
147 _pack.m_side = side; in find()
157 void clear(const PackCube& _pack) in clear() argument
159 uint8_t side = _pack.m_side; in clear()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dpackrect.h44 bool find(uint16_t _width, uint16_t _height, Pack2D& _pack) in find() argument
78 _pack.m_x = xx * m_bw; in find()
79 _pack.m_y = starty * m_bh; in find()
80 _pack.m_width = width * m_bw; in find()
81 _pack.m_height = height * m_bh; in find()
91 void clear(const Pack2D& _pack) in clear() argument
143 found = m_ra[side].find(_width, _height, _pack.m_rect); in find()
147 _pack.m_side = side; in find()
157 void clear(const PackCube& _pack) in clear() argument
159 uint8_t side = _pack.m_side; in clear()
[all …]
/dports/net/py-kafka-python/kafka-python-1.4.5/kafka/protocol/
H A Dtypes.py9 def _pack(f, value): function
29 _pack = struct.Struct('>b').pack variable in Int8
34 return _pack(cls._pack, value)
42 _pack = struct.Struct('>h').pack variable in Int16
47 return _pack(cls._pack, value)
55 _pack = struct.Struct('>i').pack variable in Int32
60 return _pack(cls._pack, value)
68 _pack = struct.Struct('>q').pack variable in Int64
73 return _pack(cls._pack, value)
124 _pack = struct.Struct('>?').pack variable in Boolean
[all …]
/dports/security/munge/munge-munge-0.5.14/src/libcommon/
H A Dm_msg.c69 static int _pack (void **pdst, void *src, int len, const void *last);
549 if (!_pack (&p, &magic, sizeof (magic), q)) ; in _msg_pack()
550 else if (!_pack (&p, &version, sizeof (version), q)) ; in _msg_pack()
551 else if (!_pack (&p, &(m->type), sizeof (m->type), q)) ; in _msg_pack()
558 else if (!_pack (&p, &(m->mac), sizeof (m->mac), q)) ; in _msg_pack()
559 else if (!_pack (&p, &(m->zip), sizeof (m->zip), q)) ; in _msg_pack()
562 else if (!_pack (&p, &(m->ttl), sizeof (m->ttl), q)) ; in _msg_pack()
587 else if (!_pack (&p, &(m->mac), sizeof (m->mac), q)) ; in _msg_pack()
588 else if (!_pack (&p, &(m->zip), sizeof (m->zip), q)) ; in _msg_pack()
591 else if (!_pack (&p, &(m->ttl), sizeof (m->ttl), q)) ; in _msg_pack()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/FieldGrammar/
H A DFieldDescrs.hs67 uniqueFieldAla fn _pack l = singletonF fn f g where
68 f s = pretty (pack' _pack (aview l s))
69 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
71 optionalFieldAla fn _pack l = singletonF fn f g where
72 f s = maybe mempty (pretty . pack' _pack) (aview l s)
73 g s = cloneLens l (const (Just . unpack' _pack <$> P.parsec)) s
75 optionalFieldDefAla fn _pack l _def = singletonF fn f g where
76 f s = pretty (pack' _pack (aview l s))
77 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
87 monoidalFieldAla fn _pack l = singletonF fn f g where
[all …]
H A DPretty.hs39 uniqueFieldAla fn _pack l = PrettyFG $ \_v s ->
40 ppField fn (pretty (pack' _pack (aview l s)))
50 optionalFieldAla fn _pack l = PrettyFG pp
54 Just a -> ppField fn (prettyVersioned v (pack' _pack a))
56 optionalFieldDefAla fn _pack l def = PrettyFG pp
60 | otherwise = ppField fn (prettyVersioned v (pack' _pack x))
75 monoidalFieldAla fn _pack l = PrettyFG pp
77 pp v s = ppField fn (prettyVersioned v (pack' _pack (aview l s)))
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/FieldGrammar/
H A DFieldDescrs.hs67 uniqueFieldAla fn _pack l = singletonF fn f g where
68 f s = pretty (pack' _pack (aview l s))
69 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
71 optionalFieldAla fn _pack l = singletonF fn f g where
72 f s = maybe mempty (pretty . pack' _pack) (aview l s)
73 g s = cloneLens l (const (Just . unpack' _pack <$> P.parsec)) s
75 optionalFieldDefAla fn _pack l _def = singletonF fn f g where
76 f s = pretty (pack' _pack (aview l s))
77 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
89 monoidalFieldAla fn _pack l = singletonF fn f g where
[all …]
H A DPretty.hs39 uniqueFieldAla fn _pack l = PrettyFG $ \_v s ->
40 ppField fn (pretty (pack' _pack (aview l s)))
50 optionalFieldAla fn _pack l = PrettyFG pp
54 Just a -> ppField fn (prettyVersioned v (pack' _pack a))
56 optionalFieldDefAla fn _pack l def = PrettyFG pp
60 | otherwise = ppField fn (prettyVersioned v (pack' _pack x))
77 monoidalFieldAla fn _pack l = PrettyFG pp
79 pp v s = ppField fn (prettyVersioned v (pack' _pack (aview l s)))
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/FieldGrammar/
H A DFieldDescrs.hs70 uniqueFieldAla fn _pack l = singletonF fn f g where
71 f s = pretty (pack' _pack (aview l s))
72 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
74 optionalFieldAla fn _pack l = singletonF fn f g where
75 f s = maybe mempty (pretty . pack' _pack) (aview l s)
76 g s = cloneLens l (const (Just . unpack' _pack <$> P.parsec)) s
78 optionalFieldDefAla fn _pack l _def = singletonF fn f g where
79 f s = pretty (pack' _pack (aview l s))
80 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
92 monoidalFieldAla fn _pack l = singletonF fn f g where
[all …]
H A DPretty.hs40 uniqueFieldAla fn _pack l = PrettyFG $ \_v s ->
41 ppField fn (pretty (pack' _pack (aview l s)))
51 optionalFieldAla fn _pack l = PrettyFG pp
55 Just a -> ppField fn (prettyVersioned v (pack' _pack a))
57 optionalFieldDefAla fn _pack l def = PrettyFG pp
61 | otherwise = ppField fn (prettyVersioned v (pack' _pack x))
78 monoidalFieldAla fn _pack l = PrettyFG pp
80 pp v s = ppField fn (prettyVersioned v (pack' _pack (aview l s)))
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/FieldGrammar/
H A DFieldDescrs.hs70 uniqueFieldAla fn _pack l = singletonF fn f g where
71 f s = pretty (pack' _pack (aview l s))
72 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
74 optionalFieldAla fn _pack l = singletonF fn f g where
75 f s = maybe mempty (pretty . pack' _pack) (aview l s)
76 g s = cloneLens l (const (Just . unpack' _pack <$> P.parsec)) s
78 optionalFieldDefAla fn _pack l _def = singletonF fn f g where
79 f s = pretty (pack' _pack (aview l s))
80 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
92 monoidalFieldAla fn _pack l = singletonF fn f g where
[all …]
H A DPretty.hs40 uniqueFieldAla fn _pack l = PrettyFG $ \_v s ->
41 ppField fn (pretty (pack' _pack (aview l s)))
51 optionalFieldAla fn _pack l = PrettyFG pp
55 Just a -> ppField fn (prettyVersioned v (pack' _pack a))
57 optionalFieldDefAla fn _pack l def = PrettyFG pp
61 | otherwise = ppField fn (prettyVersioned v (pack' _pack x))
78 monoidalFieldAla fn _pack l = PrettyFG pp
80 pp v s = ppField fn (prettyVersioned v (pack' _pack (aview l s)))
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/FieldGrammar/
H A DFieldDescrs.hs70 uniqueFieldAla fn _pack l = singletonF fn f g where
71 f s = pretty (pack' _pack (aview l s))
72 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
74 optionalFieldAla fn _pack l = singletonF fn f g where
75 f s = maybe mempty (pretty . pack' _pack) (aview l s)
76 g s = cloneLens l (const (Just . unpack' _pack <$> P.parsec)) s
78 optionalFieldDefAla fn _pack l _def = singletonF fn f g where
79 f s = pretty (pack' _pack (aview l s))
80 g s = cloneLens l (const (unpack' _pack <$> P.parsec)) s
92 monoidalFieldAla fn _pack l = singletonF fn f g where
[all …]
H A DPretty.hs40 uniqueFieldAla fn _pack l = PrettyFG $ \_v s ->
41 ppField fn (pretty (pack' _pack (aview l s)))
51 optionalFieldAla fn _pack l = PrettyFG pp
55 Just a -> ppField fn (prettyVersioned v (pack' _pack a))
57 optionalFieldDefAla fn _pack l def = PrettyFG pp
61 | otherwise = ppField fn (prettyVersioned v (pack' _pack x))
78 monoidalFieldAla fn _pack l = PrettyFG pp
80 pp v s = ppField fn (prettyVersioned v (pack' _pack (aview l s)))
/dports/net/p5-Net-CIDR-Set/Net-CIDR-Set-0.13/lib/Net/CIDR/Set/
H A DIPv4.pm21 sub _pack { subroutine
59 return unless my $addr = _pack( $1 );
64 : _ip2bits( _pack( $mask ) );
68 return unless my $lo = _pack( $1 );
69 return unless my $hi = _pack( $2 );
/dports/net/py-netaddr/netaddr-0.8.0/netaddr/
H A Dfbsocket.py8 from struct import unpack as _unpack, pack as _pack unknown
98 packed_ipv4 = _pack('>2H', *[int(i, 16) for i in tokens[-2:]])
133 words.append(_pack('B', octet))
194 [_pack('>H', int(i, 16)) for i in l_prefix] +
196 [_pack('>H', int(i, 16)) for i in l_suffix]
226 values = [_pack('>H', int(i, 16)) for i in tokens]
240 values = [_pack('>H', i) for i in tokens]
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Dio_.h42 bool _pack; /* flag: convert whitespace to tabs on out */ variable
45 :_mask(m),_fltdig(7),_fltwid(0),_format(0),_cipher(false),_pack(false) {} in OMSTREAM()
48 :_mask(0),_fltdig(7),_fltwid(0),_format(0),_cipher(false), _pack(false)
80 bool pack()const {return _pack;} in pack()
83 OMSTREAM& setpack(bool x=true) {itested(); _pack=x; return *this;}
87 {_fltdig=7;_fltwid=0;_format=0; _cipher=_pack=false; return *this;} in reset()
/dports/databases/tokyotyrant/tokyotyrant-1.1.41/lab/
H A Dfootprint.lua9 local ksel = _pack("i", key)
30 vsel = _pack("i*", nary, value, time)
37 vsel = _pack("ii", value, time)
55 local ksel = _pack("i", key)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dsticker_set_box.cpp130 StickersPack _pack; member in StickerSetBox::Inner
389 _pack.clear(); in gotSet()
396 _pack.reserve(v.size()); in gotSet()
404 _pack.push_back(document); in gotSet()
461 set->stickers = _pack; in gotSet()
468 if (_pack.isEmpty()) { in gotSet()
537 set->stickers = _pack; in installDone()
606 _pack[_previewShown]); in mouseMoveEvent()
711 _pack[_previewShown]); in showPreview()
901 return !_pack.empty(); in notInstalled()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Cache/Backend/
H A DHashtable.php58 protected $_pack; variable in Horde_Imap_Client_Cache_Backend_Hashtable
102 $this->_pack = new Horde_Pack();
132 $ptr[$val] = $this->_pack->unpack($ptr[$val]);
172 $d[$k] = $this->_pack->unpack($d[$k]);
283 $this->_pack->pack($ptr[$k2]),
303 $this->_pack->pack($this->_mbox[$mbox]),
326 $this->_mbox[$mailbox] = $this->_pack->unpack($ob);

12345678910>>...18