Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/graphics/cptutils/cptutils-1.74/src/common/
H A Dgrd3write.c96 u[0] = htobe16(n); in grd3_write_stream()
108 u[0] = htobe16(grd3->op.n); in grd3_write_stream()
131 u[5] = htobe16(seg->r); in write_initial_rgb()
132 u[6] = htobe16(seg->g); in write_initial_rgb()
133 u[7] = htobe16(seg->b); in write_initial_rgb()
147 u[3] = htobe16(seg->z); in write_rgb()
151 u[7] = htobe16(seg->r); in write_rgb()
152 u[8] = htobe16(seg->g); in write_rgb()
153 u[9] = htobe16(seg->b); in write_rgb()
165 u[1] = htobe16(seg->z); in write_op()
[all …]
/dports/security/libfido2/libfido2-1.9.0/src/
H A Dtpm.c150 x->alg = htobe16(x->alg); in bswap_rsa2048_pubarea()
151 x->hash = htobe16(x->hash); in bswap_rsa2048_pubarea()
153 x->policy.size = htobe16(x->policy.size); in bswap_rsa2048_pubarea()
155 x->param.scheme = htobe16(x->param.scheme); in bswap_rsa2048_pubarea()
156 x->param.keybits = htobe16(x->param.keybits); in bswap_rsa2048_pubarea()
157 x->key.size = htobe16(x->key.size); in bswap_rsa2048_pubarea()
164 x->type = htobe16(x->type); in bswap_sha1_certinfo()
165 x->signer.size = htobe16(x->signer.size); in bswap_sha1_certinfo()
166 x->data.size = htobe16(x->data.size); in bswap_sha1_certinfo()
167 x->name.alg = htobe16(x->name.alg); in bswap_sha1_certinfo()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/tests/
H A Dtest-layers.c412 request.type = htobe16 (NBD_CMD_READ); in main()
415 request.flags = htobe16 (0); in main()
446 request.type = htobe16 (NBD_CMD_WRITE); in main()
449 request.flags = htobe16 (0); in main()
483 request.flags = htobe16 (0); in main()
510 request.type = htobe16 (NBD_CMD_TRIM); in main()
513 request.flags = htobe16 (0); in main()
543 request.flags = htobe16 (0); in main()
573 request.flags = htobe16 (0); in main()
608 request.type = htobe16 (NBD_CMD_DISC); in main()
[all …]
/dports/security/py-bcrypt/bcrypt-3.2.0/src/_csrc/
H A Dportable_endian.h30 # if defined(htobe16) && defined(htole16) && defined(be16toh) && defined(le16toh) && defined(htob…
35 # define htobe16(x) htons(x) macro
50 # define htobe16(x) (x) macro
73 # define htobe16(x) OSSwapHostToBigInt16(x) macro
124 # define htobe16(x) _byteswap_ushort(x) macro
142 # define htobe16(x) (x) macro
172 # define htobe16(x) BE_16(x) macro
211 # ifndef htobe16
212 # define htobe16(x) be16toh(x) macro
/dports/security/n2n/n2n-2.8/include/
H A Dportable_endian.h34 # if defined(htobe16) && defined(htole16) && defined(be16toh) && defined(le16toh) && defined(htob…
39 # define htobe16(x) htons(x) macro
54 # define htobe16(x) (x) macro
77 # define htobe16(x) OSSwapHostToBigInt16(x) macro
128 # define htobe16(x) _byteswap_ushort(x) macro
146 # define htobe16(x) (x) macro
176 # define htobe16(x) BE_16(x) macro
215 # ifndef htobe16
216 # define htobe16(x) be16toh(x) macro
/dports/sysutils/netevent/netevent-0.2.1-79-g37c47a4/src/
H A Dreader.cpp234 pkt.cmd = htobe16(uint16_t(NE2Command::AddDevice)); in writeNE2AddDevice()
235 pkt.add_device.id = htobe16(id); in writeNE2AddDevice()
236 pkt.add_device.dev_info_size = htobe16(sizeof(user_dev_)); in writeNE2AddDevice()
237 pkt.add_device.dev_name_size = htobe16(sizeof(user_dev_.name)); in writeNE2AddDevice()
251 htobe16(user_dev_.id.bustype), in writeNE2AddDevice()
252 htobe16(user_dev_.id.vendor), in writeNE2AddDevice()
253 htobe16(user_dev_.id.product), in writeNE2AddDevice()
254 htobe16(user_dev_.id.version), in writeNE2AddDevice()
259 uint16_t evbitsize = htobe16(evbits_.size()); in writeNE2AddDevice()
293 netbitcount = htobe16(uint16_t(count)); in writeNE2AddDevice()
/dports/games/fheroes2/fheroes2-0.9.11/src/engine/
H A Dendian_h2.h37 #define htobe16( x ) _byteswap_ushort( x ) macro
48 #define htobe16( x ) OSSwapHostToBigInt16( x ) macro
62 #define htobe16( x ) __builtin_bswap16( x ) macro
76 #define htobe16( x ) __bswap16( x ) macro
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/thriftpy2/protocol/cybin/
H A Dendian_port.h6 #define htobe16(x) OSSwapHostToBigInt16(x) macro
18 #ifndef htobe16
19 #define htobe16(x) bswap_16(x) macro
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/
H A Dendian_port.h6 #define htobe16(x) OSSwapHostToBigInt16(x) macro
18 #ifndef htobe16
19 #define htobe16(x) bswap_16(x) macro
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/isc/
H A Dendian.h44 #define htobe16(x) _byteswap_ushort(x) macro
67 #define htobe16(x) OSSwapHostToBigInt16(x) macro
138 #ifndef htobe16
141 #define htobe16(x) (x) macro
148 #define htobe16(x) bswap_16(x) macro
/dports/dns/bind911/bind-9.11.37/lib/isc/include/isc/
H A Dendian.h42 # define htobe16(x) _byteswap_ushort(x) macro
65 # define htobe16(x) OSSwapHostToBigInt16(x) macro
135 #ifndef htobe16
138 # define htobe16(x) (x) macro
145 # define htobe16(x) bswap_16(x) macro
/dports/dns/bind916/bind-9.16.27/lib/isc/include/isc/
H A Dendian.h44 #define htobe16(x) _byteswap_ushort(x) macro
67 #define htobe16(x) OSSwapHostToBigInt16(x) macro
138 #ifndef htobe16
141 #define htobe16(x) (x) macro
148 #define htobe16(x) bswap_16(x) macro
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/include/isc/
H A Dendian.h42 #define htobe16(x) _byteswap_ushort(x) macro
65 #define htobe16(x) OSSwapHostToBigInt16(x) macro
136 #ifndef htobe16
139 #define htobe16(x) (x) macro
146 #define htobe16(x) bswap_16(x) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_base/
H A Dbyte_order.h25 #define htobe16(v) OSSwapHostToBigInt16(v) macro
49 #define htobe16(v) htons(v) macro
69 #define htobe16(v) (v) macro
110 *static_cast<uint16_t*>(memory) = htobe16(v); in SetBE16()
167 return htobe16(n); in HostToNetwork16()
/dports/net-im/tg_owt/tg_owt-d578c76/src/rtc_base/
H A Dbyte_order.h25 #define htobe16(v) OSSwapHostToBigInt16(v) macro
49 #define htobe16(v) htons(v) macro
69 #define htobe16(v) (v) macro
112 *static_cast<uint16_t*>(memory) = htobe16(v); in SetBE16()
169 return htobe16(n); in HostToNetwork16()
/dports/devel/util-linux/util-linux-2.36/include/
H A Dbitops.h35 # define htobe16(x) OSSwapHostToBigInt16(x) macro
83 #ifndef htobe16
85 # define htobe16(x) bswap_16 (x) macro
98 # define htobe16(x) (x) macro
124 #define cpu_to_be16(x) ((uint16_t) htobe16(x))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dbyte_order.h25 #define htobe16(v) OSSwapHostToBigInt16(v) macro
49 #define htobe16(v) htons(v) macro
69 #define htobe16(v) (v) macro
110 *static_cast<uint16_t*>(memory) = htobe16(v); in SetBE16()
167 return htobe16(n); in HostToNetwork16()
/dports/security/ncrack/ncrack-0.7/
H A Dportable_endian.h25 # define htobe16(x) htons(x) macro
40 # define htobe16(x) (x) macro
66 # define htobe16(x) OSSwapHostToBigInt16(x) macro
110 # define htobe16(x) htons(x) macro
128 # define htobe16(x) (x) macro
/dports/net-im/telegram-purple/telegram-purple-1.4.3/tgl/tl-parser/
H A Dportable_endian.h29 # define htobe16(x) OSSwapHostToBigInt16(x) macro
56 # define htobe16(x) BE_16(x) macro
82 # define htobe16(x) htons(x) macro
100 # define htobe16(x) (x) macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/include/isc/
H A Dendian.h41 #define htobe16(x) OSSwapHostToBigInt16(x) macro
112 #ifndef htobe16
115 #define htobe16(x) (x) macro
122 #define htobe16(x) bswap_16(x) macro
/dports/sysutils/linrename/util-linux-2.25.2/include/
H A Dbitops.h56 #ifndef htobe16
58 # define htobe16(x) bswap_16 (x) macro
71 # define htobe16(x) (x) macro
97 #define cpu_to_be16(x) ((uint16_t) htobe16(x))
/dports/net-im/telegram-cli/tg-20200106/tgl/tl-parser/
H A Dportable_endian.h28 # define htobe16(x) OSSwapHostToBigInt16(x) macro
55 # define htobe16(x) BE_16(x) macro
90 # define htobe16(x) htons(x) macro
108 # define htobe16(x) (x) macro
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dportable_endian.h43 #define htobe16(x) OSSwapHostToBigInt16(x) macro
87 #define htobe16(x) htons(x) macro
104 #define htobe16(x) (x) macro
134 #define htobe16(x) BE_16(x) macro
/dports/net/nbdkit/nbdkit-1.20.4/common/include/
H A Dbyte-swapping.h59 #define htobe16(x) B_HOST_TO_BENDIAN_INT16(x) macro
77 # define htobe16(x) __bswap_16 (x) macro
93 # define htobe16(x) (x) macro
/dports/math/pdal/PDAL-2.3.0/pdal/util/
H A Dportable_endian.hpp22 # define htobe16 OSSwapHostToBigInt16 macro
58 # define htobe16 htons macro
76 # define htobe16(x) (x) macro

12345678910>>...17