Home
last modified time | relevance | path

Searched defs:_map (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/dports/games/abe/abe-1.1/src/
H A DMap.h58 typedef struct _map { struct
59 char *name;
60 Uint16 w, h;
63 SDL_Surface *transfer;
64 int delay;
81 int delta;
82 int fps_override;
88 int quit;
89 SDL_Surface *overlay;
90 char status[80];
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmut_key.rs70 let _map = HashMap::<Cell<usize>, usize>::new(); in main() localVariable
71 let _map = HashMap::<&mut Cell<usize>, usize>::new(); in main() localVariable
72 let _map = HashMap::<&mut usize, usize>::new(); in main() localVariable
74 let _map = HashMap::<Vec<Cell<usize>>, usize>::new(); in main() localVariable
77 let _map = HashMap::<BTreeSet<Cell<usize>>, usize>::new(); in main() localVariable
78 let _map = HashMap::<Option<Cell<usize>>, usize>::new(); in main() localVariable
79 let _map = HashMap::<Option<Vec<Cell<usize>>>, usize>::new(); in main() localVariable
80 let _map = HashMap::<Result<&mut usize, ()>, usize>::new(); in main() localVariable
82 let _map = HashMap::<Box<Cell<usize>>, usize>::new(); in main() localVariable
83 let _map = HashMap::<Rc<Cell<usize>>, usize>::new(); in main() localVariable
[all …]
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/src/
H A Dresults.py42 _map = {} variable in Result
83 _map = dict(invalid_recipients=InvalidKey) variable in EncryptResult
92 _map = dict(recipients=Recipient) variable in DecryptResult
100 _map = dict(invalid_signers=InvalidKey, signatures=NewSignature) variable in SignResult
109 _map = dict(notations=Notation) variable in Signature
113 _map = dict(signatures=Signature) variable in VerifyResult
121 _map = dict(imports=ImportStatus) variable in ImportResult
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/src/
H A Dresults.py42 _map = {} variable in Result
83 _map = dict(invalid_recipients=InvalidKey) variable in EncryptResult
92 _map = dict(recipients=Recipient) variable in DecryptResult
100 _map = dict(invalid_signers=InvalidKey, signatures=NewSignature) variable in SignResult
109 _map = dict(notations=Notation) variable in Signature
113 _map = dict(signatures=Signature) variable in VerifyResult
121 _map = dict(imports=ImportStatus) variable in ImportResult
/dports/security/gpgme/gpgme-1.15.1/lang/python/src/
H A Dresults.py42 _map = {} variable in Result
83 _map = dict(invalid_recipients=InvalidKey) variable in EncryptResult
92 _map = dict(recipients=Recipient) variable in DecryptResult
100 _map = dict(invalid_signers=InvalidKey, signatures=NewSignature) variable in SignResult
109 _map = dict(notations=Notation) variable in Signature
113 _map = dict(signatures=Signature) variable in VerifyResult
121 _map = dict(imports=ImportStatus) variable in ImportResult
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/src/
H A Dresults.py42 _map = {} variable in Result
83 _map = dict(invalid_recipients=InvalidKey) variable in EncryptResult
92 _map = dict(recipients=Recipient) variable in DecryptResult
100 _map = dict(invalid_signers=InvalidKey, signatures=NewSignature) variable in SignResult
109 _map = dict(notations=Notation) variable in Signature
113 _map = dict(signatures=Signature) variable in VerifyResult
121 _map = dict(imports=ImportStatus) variable in ImportResult
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/bits/
H A Dmap_extender.h85 explicit MapIt(Map& _map) : map(_map) { in MapIt()
89 MapIt(const Map& _map, const Item& item) in MapIt()
125 explicit ConstMapIt(Map& _map) : map(_map) { in ConstMapIt()
129 ConstMapIt(const Map& _map, const Item& item) in ConstMapIt()
154 explicit ItemIt(Map& _map) : map(_map) { in ItemIt()
158 ItemIt(const Map& _map, const Item& item) in ItemIt()
227 explicit MapIt(Map& _map) : map(_map) { in MapIt()
231 MapIt(const Map& _map, const Item& item) in MapIt()
267 explicit ConstMapIt(Map& _map) : map(_map) { in ConstMapIt()
296 explicit ItemIt(Map& _map) : map(_map) { in ItemIt()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/bits/
H A Dmap_extender.h91 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
95 MapIt(const Map& _map, const Item& item) in MapIt()
131 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
135 ConstMapIt(const Map& _map, const Item& item) in ConstMapIt()
160 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
164 ItemIt(const Map& _map, const Item& item) in ItemIt()
238 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
242 MapIt(const Map& _map, const Item& item) in MapIt()
278 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
307 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/bits/
H A Dmap_extender.h91 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
95 MapIt(const Map& _map, const Item& item) in MapIt()
131 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
135 ConstMapIt(const Map& _map, const Item& item) in ConstMapIt()
160 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
164 ItemIt(const Map& _map, const Item& item) in ItemIt()
238 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
242 MapIt(const Map& _map, const Item& item) in MapIt()
278 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
307 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/bits/
H A Dmap_extender.h91 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
95 MapIt(const Map& _map, const Item& item) in MapIt()
131 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
135 ConstMapIt(const Map& _map, const Item& item) in ConstMapIt()
160 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
164 ItemIt(const Map& _map, const Item& item) in ItemIt()
238 explicit MapIt(Map& _map) : map(&_map) { in MapIt()
242 MapIt(const Map& _map, const Item& item) in MapIt()
278 explicit ConstMapIt(Map& _map) : map(&_map) { in ConstMapIt()
307 explicit ItemIt(Map& _map) : map(&_map) { in ItemIt()
[all …]
/dports/devel/py-asn1crypto/asn1crypto-1.4.0/asn1crypto/
H A Dalgos.py108 _map = { variable in HmacAlgorithmId
132 _map = { variable in DigestAlgorithmId
169 _map = { variable in MaskGenAlgorithmId
187 _map = { variable in TrailerField
233 _map = { variable in SignedDigestAlgorithmId
406 _map = { variable in KdfAlgorithmId
436 _map = { variable in KeyExchangeAlgorithmId
460 _map = { variable in Rc5ParamVersion
491 _map = { variable in PSourceAlgorithmId
595 _map = { variable in EncryptionAlgorithmId
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/
H A Dmaputil.h14 …typename MapType::iterator mapInsertOrUpdate(MapType& _map, const typename MapType::key_type& _key… in mapInsertOrUpdate()
29 bool mapRemove(MapType& _map, const typename MapType::value_type::first_type& _first) in mapRemove()
42 bool mapRemove(MapType& _map, const typename MapType::value_type::second_type& _second) in mapRemove()
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/
H A Dmaputil.h14 …typename MapType::iterator mapInsertOrUpdate(MapType& _map, const typename MapType::key_type& _key… in mapInsertOrUpdate()
29 bool mapRemove(MapType& _map, const typename MapType::value_type::first_type& _first) in mapRemove()
42 bool mapRemove(MapType& _map, const typename MapType::value_type::second_type& _second) in mapRemove()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/clover/util/
H A Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsbit.h51 #define JS_TEST_BIT(_map,_bit) \ argument
53 #define JS_SET_BIT(_map,_bit) \ argument
55 #define JS_CLEAR_BIT(_map,_bit) \ argument

12345678910>>...51