Home
last modified time | relevance | path

Searched refs:GET32 (Results 1 – 25 of 101) sorted by relevance

12345

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/klib/
H A Dpbstree-impl.c51 GET32 ( n, self -> pt -> num_nodes ); in PBSTreeImplCount()
115 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData8()
144 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData16()
177 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData32()
205 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind8()
214 GET32 ( end, pt -> data_size ); in PBSTreeImplFind8()
249 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind16()
299 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind32()
375 GET32 ( end, pt -> data_size ); in PBSTreeImplForEach8()
434 GET32 ( end, pt -> data_size ); in PBSTreeImplForEach16()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/klib/
H A Dpbstree-impl.c51 GET32 ( n, self -> pt -> num_nodes ); in PBSTreeImplCount()
115 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData8()
144 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData16()
177 GET32 ( end, self -> data_size ); in PBSTreeImplGetNodeData32()
205 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind8()
214 GET32 ( end, pt -> data_size ); in PBSTreeImplFind8()
249 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind16()
299 GET32 ( right, pt -> num_nodes ); in PBSTreeImplFind32()
375 GET32 ( end, pt -> data_size ); in PBSTreeImplForEach8()
434 GET32 ( end, pt -> data_size ); in PBSTreeImplForEach16()
[all …]
/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Dfile.c86 jaguarRunAddress = GET32(jagMemSpace, 0x800404); in JaguarLoadFile()
107 uint32_t loadAddress = GET32(buffer, 0x16), in JaguarLoadFile()
108 codeSize = GET32(buffer, 0x02) + GET32(buffer, 0x06); in JaguarLoadFile()
116 uint32_t loadAddress = GET32(buffer, 0x28), runAddress = GET32(buffer, 0x24), in JaguarLoadFile()
117 codeSize = GET32(buffer, 0x18) + GET32(buffer, 0x1C); in JaguarLoadFile()
132 uint32_t loadAddress = GET32(buffer, 0x22), runAddress = GET32(buffer, 0x2A); in JaguarLoadFile()
/dports/sysutils/pciutils/pciutils-3.7.0/lib/
H A Dnames-net.c37 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… macro
100 GET32(x); /* ID and flags are ignored */ in dns_parse_packet()
111 GET32(x); /* Type and class */ in dns_parse_packet()
114 GET32(x); /* TTL */ in dns_parse_packet()
149 GET32(s->rr_ttl); in dns_parse_rr()
/dports/devel/libpci/pciutils-3.7.0/lib/
H A Dnames-net.c37 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]… macro
100 GET32(x); /* ID and flags are ignored */ in dns_parse_packet()
111 GET32(x); /* Type and class */ in dns_parse_packet()
114 GET32(x); /* TTL */ in dns_parse_packet()
149 GET32(s->rr_ttl); in dns_parse_rr()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/include/isccc/
H A Dutil.h61 #define GET32(v, w) \ macro
99 GET32(v, w); \
103 #define GET_OFFSET(v, w) GET32(v, w)
118 GET32(v, w); \
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h65 #define GET32(v, w) \ macro
103 GET32(v, w); \
107 #define GET_OFFSET(v, w) GET32(v, w)
122 GET32(v, w); \
/dports/dns/bind916/bind-9.16.27/lib/isccc/include/isccc/
H A Dutil.h65 #define GET32(v, w) \ macro
103 GET32(v, w); \
107 #define GET_OFFSET(v, w) GET32(v, w)
122 GET32(v, w); \
/dports/dns/bind911/bind-9.11.37/lib/isccc/include/isccc/
H A Dutil.h62 #define GET32(v, w) \ macro
100 GET32(v, w); \
103 #define GET_OFFSET(v, w) GET32(v, w)
118 GET32(v, w); \
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/include/isccc/
H A Dutil.h61 #define GET32(v, w) \ macro
99 GET32(v, w); \
103 #define GET_OFFSET(v, w) GET32(v, w)
118 GET32(v, w); \
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/include/configs/
H A DSMN42.h97 #define I2C_READ ((GET32(IO0PIN) & SDA) ? 1 : 0)
102 i2ctmp = GET32(IO0DIR); \
106 i2ctmp = GET32(IO0DIR); \
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/cryptcommon/
H A Dtwofish.c456 #define GET32( p ) ENDIAN_CONVERT( *((Twofish_UInt32 *)(p)) ) macro
463 #define GET32( p ) \ macro
549 if( (GET32( buf ) != 0x78563412UL) || (GET32(buf+1) != 0x9a785634UL) in test_platform()
550 || (GET32( buf+2 ) != 0xbc9a7856UL) || (GET32(buf+3) != 0xdebc9a78UL) ) in test_platform()
560 C = GET32( buf ); in test_platform()
562 if( GET32( buf ) != 0x69029c36UL ) in test_platform()
1676 A = GET32(src )^xkey->K[ koff]; B = GET32(src+ 4)^xkey->K[1+koff]; \
1677 C = GET32(src+ 8)^xkey->K[2+koff]; D = GET32(src+12)^xkey->K[3+koff]
/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/crypto/
H A Dtwofish.c456 #define GET32( p ) ENDIAN_CONVERT( *((Twofish_UInt32 *)(p)) ) macro
463 #define GET32( p ) \ macro
540 if( (GET32( buf ) != 0x78563412UL) || (GET32(buf+1) != 0x9a785634UL) in test_platform()
541 || (GET32( buf+2 ) != 0xbc9a7856UL) || (GET32(buf+3) != 0xdebc9a78UL) ) in test_platform()
551 C = GET32( buf ); in test_platform()
553 if( GET32( buf ) != 0x69029c36UL ) in test_platform()
1659 A = GET32(src )^xkey->K[ koff]; B = GET32(src+ 4)^xkey->K[1+koff]; \
1660 C = GET32(src+ 8)^xkey->K[2+koff]; D = GET32(src+12)^xkey->K[3+koff]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/Codec/
H A DTwofishC.c626 #define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) macro
633 #define GET32( p ) \ macro
710 if( GET32( buf ) != 0x78563412UL || GET32(buf+1) != 0x9a785634UL in test_platform()
711 || GET32( buf+2 ) != 0xbc9a7856UL || GET32(buf+3) != 0xdebc9a78UL ) in test_platform()
721 C = GET32( buf ); in test_platform()
723 if( GET32( buf ) != 0x69029c36UL ) in test_platform()
1798 A = GET32(src )^xkey->K[ koff]; B = GET32(src+ 4)^xkey->K[1+koff]; \
1799 C = GET32(src+ 8)^xkey->K[2+koff]; D = GET32(src+12)^xkey->K[3+koff]
/dports/mail/rspamd/rspamd-3.1/contrib/librdns/
H A Dparse.c247 #define GET32(x) do {(x) = ((*p) << 24) + ((*(p + 1)) << 16) + ((*(p + 2)) << 8) + *(p + 3); p += s… macro
273 GET32 (ttl); in rdns_parse_rr()
330 GET32 (elt->content.soa.serial); in rdns_parse_rr()
331 GET32 (elt->content.soa.refresh); in rdns_parse_rr()
332 GET32 (elt->content.soa.retry); in rdns_parse_rr()
333 GET32 (elt->content.soa.expire); in rdns_parse_rr()
334 GET32 (elt->content.soa.minimum); in rdns_parse_rr()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/librdns/
H A Dparse.c247 #define GET32(x) do {(x) = ((*p) << 24) + ((*(p + 1)) << 16) + ((*(p + 2)) << 8) + *(p + 3); p += s… macro
273 GET32 (ttl); in rdns_parse_rr()
330 GET32 (elt->content.soa.serial); in rdns_parse_rr()
331 GET32 (elt->content.soa.refresh); in rdns_parse_rr()
332 GET32 (elt->content.soa.retry); in rdns_parse_rr()
333 GET32 (elt->content.soa.expire); in rdns_parse_rr()
334 GET32 (elt->content.soa.minimum); in rdns_parse_rr()
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dtwofish_plug.c447 #define GET32( p ) ENDIAN_CONVERT( *((UInt32 *)(p)) ) macro
454 #define GET32( p ) \ macro
531 if ( GET32( buf ) != 0x78563412UL || GET32(buf+1) != 0x9a785634UL
532 || GET32( buf+2 ) != 0xbc9a7856UL || GET32(buf+3) != 0xdebc9a78UL )
542 C = GET32( buf );
544 if ( GET32( buf ) != 0x69029c36UL )
1626 A = GET32(src )^xkey->K[ koff]; B = GET32(src+ 4)^xkey->K[1+koff]; \
1627 C = GET32(src+ 8)^xkey->K[2+koff]; D = GET32(src+12)^xkey->K[3+koff]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dradeonfbvar.h321 #define GET32(sc, r) radeonfb_get32(sc, r) macro
324 #define SET32(sc, r, v) PUT32(sc, r, GET32(sc, r) | (v))
325 #define CLR32(sc, r, v) PUT32(sc, r, GET32(sc, r) & ~(v))
326 #define PATCH32(sc, r, v, m) PUT32(sc, r, (GET32(sc, r) & (m)) | (v))
/dports/multimedia/vlc/vlc-3.0.16/modules/access/mms/
H A Dmmstu.c1180 #define GET32( i_pos ) \ in mms_ParseCommand() macro
1236 GET32( 0 ), in mms_ParseCommand()
1237 GET32( 4 ), in mms_ParseCommand()
1238 GET32( 8 ), in mms_ParseCommand()
1240 GET32( 16 ), in mms_ParseCommand()
1241 GET32( 20 ), in mms_ParseCommand()
1244 GET32( 32 ), in mms_ParseCommand()
1245 GET32( 36 ) in mms_ParseCommand()
1249 p_sys->i_command = GET32( 36 ) & 0xffff; in mms_ParseCommand()
1250 #undef GET32 in mms_ParseCommand()

12345