Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 25 of 6504) sorted by relevance

12345678910>>...261

/dports/devel/elixir-msgpax/msgpax-2.1.1/lib/msgpax/
H A Dpacker.ex104 def pack(term) function
108 def pack(nil), do: [0xC0] function
110 def pack(true), do: [0xC3] function
111 def pack(atom) do function
123 def pack(bits) do function
145 def pack(map) do function
164 def pack(list) do function
183 def pack(num) do function
201 def pack(int) do function
276 def pack(struct) do function
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/intrusive/
H A Doptions.hpp194 struct pack : Base struct
208 struct pack : Base struct
338 struct pack : Base struct
356 struct pack : Base struct
371 struct pack : Base struct
387 struct pack : Base struct
403 struct pack : Base struct
417 struct pack : Base struct
431 struct pack : Base struct
445 struct pack : Base struct
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/boost_include/boost/intrusive/
H A Doptions.hpp194 struct pack : Base struct
208 struct pack : Base struct
338 struct pack : Base struct
356 struct pack : Base struct
371 struct pack : Base struct
387 struct pack : Base struct
403 struct pack : Base struct
417 struct pack : Base struct
431 struct pack : Base struct
445 struct pack : Base struct
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschropack.c17 SchroPack *pack; in schro_pack_new() local
25 schro_pack_free (SchroPack * pack) in schro_pack_free()
39 schro_pack_shift_out (SchroPack * pack) in schro_pack_shift_out()
67 schro_pack_get_offset (SchroPack * pack) in schro_pack_get_offset()
73 schro_pack_get_bit_offset (SchroPack * pack) in schro_pack_get_bit_offset()
79 schro_pack_flush (SchroPack * pack) in schro_pack_flush()
85 schro_pack_sync (SchroPack * pack) in schro_pack_sync()
106 schro_pack_append_zero (SchroPack * pack, int len) in schro_pack_append_zero()
119 schro_pack_encode_bit (SchroPack * pack, int value) in schro_pack_encode_bit()
149 schro_pack_encode_uint (SchroPack * pack, int value) in schro_pack_encode_uint()
[all …]
/dports/math/tblis/tblis-1.2.0/src/nodes/
H A Dpackm.hpp80 struct pack struct
82 Child child;
83 MemoryPool::Block pack_buffer;
84 void* pack_ptr = nullptr;
86 pack() {} in pack() function
88 pack(const pack& other) in pack() function
92 void operator()(const communicator& comm, const config& cfg, in operator ()()
/dports/graphics/qgis/qgis-3.22.3/external/nmea/
H A Dsentence.c31 void nmea_zero_GPGGA( nmeaGPGGA *pack ) in nmea_zero_GPGGA()
41 void nmea_zero_GPGST( nmeaGPGST *pack ) in nmea_zero_GPGST()
47 void nmea_zero_GPGSA( nmeaGPGSA *pack ) in nmea_zero_GPGSA()
54 void nmea_zero_GPGSV( nmeaGPGSV *pack ) in nmea_zero_GPGSV()
59 void nmea_zero_GPRMC( nmeaGPRMC *pack ) in nmea_zero_GPRMC()
69 void nmea_zero_GPVTG( nmeaGPVTG *pack ) in nmea_zero_GPVTG()
H A Dparse.c230 int nmea_parse_GPGGA( const char *buff, int buff_sz, nmeaGPGGA *pack ) in nmea_parse_GPGGA()
276 int nmea_parse_GPGST( const char *buff, int buff_sz, nmeaGPGST *pack ) in nmea_parse_GPGST()
321 int nmea_parse_GPGSA( const char *buff, int buff_sz, nmeaGPGSA *pack ) in nmea_parse_GPGSA()
358 int nmea_parse_GPGSV( const char *buff, int buff_sz, nmeaGPGSV *pack ) in nmea_parse_GPGSV()
409 int nmea_parse_GPRMC( const char *buff, int buff_sz, nmeaGPRMC *pack ) in nmea_parse_GPRMC()
614 void nmea_GPGGA2info( nmeaGPGGA *pack, nmeaINFO *info ) in nmea_GPGGA2info()
635 void nmea_GPGST2info( nmeaGPGST *pack, nmeaINFO *info ) in nmea_GPGST2info()
658 void nmea_GPGSA2info( nmeaGPGSA *pack, nmeaINFO *info ) in nmea_GPGSA2info()
690 void nmea_GPGSV2info( nmeaGPGSV *pack, nmeaINFO *info ) in nmea_GPGSV2info()
725 void nmea_GPRMC2info( nmeaGPRMC *pack, nmeaINFO *info ) in nmea_GPRMC2info()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/nmea/
H A Dsentence.c31 void nmea_zero_GPGGA( nmeaGPGGA *pack ) in nmea_zero_GPGGA()
41 void nmea_zero_GPGST( nmeaGPGST *pack ) in nmea_zero_GPGST()
47 void nmea_zero_GPGSA( nmeaGPGSA *pack ) in nmea_zero_GPGSA()
54 void nmea_zero_GPGSV( nmeaGPGSV *pack ) in nmea_zero_GPGSV()
59 void nmea_zero_GPRMC( nmeaGPRMC *pack ) in nmea_zero_GPRMC()
69 void nmea_zero_GPVTG( nmeaGPVTG *pack ) in nmea_zero_GPVTG()
H A Dparse.c230 int nmea_parse_GPGGA( const char *buff, int buff_sz, nmeaGPGGA *pack ) in nmea_parse_GPGGA()
276 int nmea_parse_GPGST( const char *buff, int buff_sz, nmeaGPGST *pack ) in nmea_parse_GPGST()
321 int nmea_parse_GPGSA( const char *buff, int buff_sz, nmeaGPGSA *pack ) in nmea_parse_GPGSA()
358 int nmea_parse_GPGSV( const char *buff, int buff_sz, nmeaGPGSV *pack ) in nmea_parse_GPGSV()
409 int nmea_parse_GPRMC( const char *buff, int buff_sz, nmeaGPRMC *pack ) in nmea_parse_GPRMC()
614 void nmea_GPGGA2info( nmeaGPGGA *pack, nmeaINFO *info ) in nmea_GPGGA2info()
635 void nmea_GPGST2info( nmeaGPGST *pack, nmeaINFO *info ) in nmea_GPGST2info()
658 void nmea_GPGSA2info( nmeaGPGSA *pack, nmeaINFO *info ) in nmea_GPGSA2info()
690 void nmea_GPGSV2info( nmeaGPGSV *pack, nmeaINFO *info ) in nmea_GPGSV2info()
725 void nmea_GPRMC2info( nmeaGPRMC *pack, nmeaINFO *info ) in nmea_GPRMC2info()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Ddecode_packet_SUITE.erl106 pack(Type,Packet,Rest) -> function
116 pack(Type,Body,Rest,BitOffs) -> function
125 pack(1,Bin) -> function
128 pack(2,Bin) -> function
131 pack(4,Bin) -> function
134 pack(asn1,Bin) -> function
153 pack(sunrm,Bin) -> function
159 pack(cdr,Bin) -> function
170 pack(fcgi,Bin) -> function
184 pack(tpkt,Bin) -> function
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/newtype-generics-0.6/Control/Newtype/
H A DGenerics.hs276 pack = Dual function
281 pack = Endo function
286 pack = All function
291 pack = Any function
296 pack = Sum function
311 pack = Last function
317 pack = Alt function
324 pack = Ap function
333 pack = Down function
342 pack = Min function
[all …]
/dports/graphics/p5-SWF-File/SWF-File-0.42/lib/SWF/
H A DElement.pm124 sub pack { subroutine
502 sub pack { subroutine
525 sub pack { subroutine
541 sub pack { subroutine
596 sub pack { subroutine
762 sub pack { subroutine
803 sub pack { subroutine
840 sub pack { subroutine
872 sub pack { subroutine
900 sub pack { subroutine
[all …]
/dports/comms/nmealib/nmealib/src/
H A Dsentence.c15 void nmea_zero_GPGGA(nmeaGPGGA *pack) in nmea_zero_GPGGA()
25 void nmea_zero_GPGSA(nmeaGPGSA *pack) in nmea_zero_GPGSA()
32 void nmea_zero_GPGSV(nmeaGPGSV *pack) in nmea_zero_GPGSV()
37 void nmea_zero_GPRMC(nmeaGPRMC *pack) in nmea_zero_GPRMC()
47 void nmea_zero_GPVTG(nmeaGPVTG *pack) in nmea_zero_GPVTG()
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dpakfile.c60 pack_t *pack = calloc (sizeof (*pack), 1); in pack_new() local
79 pack_del (pack_t *pack) in pack_del()
93 pack_rehash (pack_t *pack) in pack_rehash()
105 pack_t *pack = pack_new (name); in pack_open() local
154 pack_t *pack = pack_new (name); in pack_create() local
172 pack_close (pack_t *pack) in pack_close()
200 pack_add (pack_t *pack, const char *filename) in pack_add()
253 pack_extract (pack_t *pack, dpackfile_t *pf) in pack_extract()
280 pack_find_file (pack_t *pack, const char *filename) in pack_find_file()
/dports/security/vault/vault-1.8.2/vendor/github.com/miekg/dns/
H A Dzmsg.go7 func (rr *A) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err er… func
15 func (rr *AAAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
23 func (rr *AFSDB) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, er… func
35 func (rr *ANY) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
39 func (rr *APL) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
47 func (rr *AVC) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
55 func (rr *CAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
91 func (rr *CDS) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
111 func (rr *CERT) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
163 func (rr *DLV) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/miekg/dns/
H A Dzmsg.go7 func (rr *A) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err er… func
15 func (rr *AAAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
23 func (rr *AFSDB) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, er… func
35 func (rr *ANY) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
39 func (rr *APL) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
47 func (rr *AVC) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
55 func (rr *CAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
91 func (rr *CDS) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
111 func (rr *CERT) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
163 func (rr *DLV) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/miekg/dns/
H A Dzmsg.go7 func (rr *A) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err er… func
15 func (rr *AAAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
23 func (rr *AFSDB) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, er… func
35 func (rr *ANY) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
39 func (rr *APL) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
47 func (rr *AVC) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
55 func (rr *CAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
91 func (rr *CDS) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
111 func (rr *CERT) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
163 func (rr *DLV) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
[all …]
/dports/benchmarks/vegeta/vegeta-12.8.4/vendor/github.com/miekg/dns/
H A Dzmsg.go7 func (rr *A) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err er… func
15 func (rr *AAAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
23 func (rr *AFSDB) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, er… func
35 func (rr *ANY) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
39 func (rr *APL) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
47 func (rr *AVC) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
55 func (rr *CAA) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
91 func (rr *CDS) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
111 func (rr *CERT) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err… func
163 func (rr *DLV) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err … func
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DConvertIterableLoopQuickFixTest.java105 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testSimplestSmokeCase() local
147 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testKeepComment() local
196 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testIndentation() local
237 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testEnumeration() local
278 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testSplitAssignment() local
320 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testIndirectUsage() local
364 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testMethodCall1() local
413 IPackageFragment pack= fSourceFolder.createPackageFragment("test", false, null); in testMethodCall2() local
656 IPackageFragment pack= fSourceFolder.createPackageFragment("a", false, null); in testWildcard1() local
692 IPackageFragment pack= fSourceFolder.createPackageFragment("a", false, null); in testWildcard2() local
[all …]

12345678910>>...261