Home
last modified time | relevance | path

Searched refs:from_uint64 (Results 1 – 25 of 47) sorted by relevance

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dfile_meta_sink_impl.cc112 pmt::pmt_t timestamp = pmt::make_tuple(pmt::from_uint64(0), pmt::from_double(0)); in file_meta_sink_impl()
134 d_header, pmt::mp("strt"), pmt::from_uint64(METADATA_HEADER_SIZE + d_extra_size)); in file_meta_sink_impl()
135 d_header = pmt::dict_add(d_header, mp("bytes"), pmt::from_uint64(0)); in file_meta_sink_impl()
311 pmt::pmt_t s = pmt::from_uint64(seg_size); in update_last_header_inline()
313 update_header(mp("strt"), pmt::from_uint64(METADATA_HEADER_SIZE + d_extra_size)); in update_last_header_inline()
329 pmt::pmt_t s = pmt::from_uint64(seg_size); in update_last_header_detached()
331 update_header(mp("strt"), pmt::from_uint64(METADATA_HEADER_SIZE + d_extra_size)); in update_last_header_detached()
343 pmt::pmt_t s = pmt::from_uint64(0); in write_and_update()
349 s = pmt::from_uint64(METADATA_HEADER_SIZE + d_extra_size); in write_and_update()
379 r = pmt::make_tuple(pmt::from_uint64(secs), pmt::from_double(fracs)); in update_rx_time()
H A Dannotator_alltoall_impl.cc93 pmt::pmt_t value = pmt::from_uint64(d_tag_counter++); in work()
H A Dannotator_1to1_impl.cc93 pmt::pmt_t value = pmt::from_uint64(d_tag_counter++); in work()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/pmt/
H A Dpmt_sugar.h44 static inline pmt_t mp(long unsigned x) { return from_uint64(x); } in mp()
47 static inline pmt_t mp(long long unsigned x) { return from_uint64(x); } in mp()
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dbitset.h139 void from_uint64(uint64_t value);
205 void from_uint64(uint64_t value);
272 void from_uint64(uint64_t value);
405 void from_uint64(uint64_t value);
901 inline void BitsetBase<NW, WordType>::from_uint64(uint64_t value)
1247 inline void BitsetBase<1, WordType>::from_uint64(uint64_t value)
1537 inline void BitsetBase<2, WordType>::from_uint64(uint64_t value)
2036 inline void bitset<N, WordType>::from_uint64(uint64_t value)
2038 base_type::from_uint64(value);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/prost-0.6.1/src/
H A Dencoding.rs474 from_uint64(value) { value as $ty });
480 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
493 *value = $from_uint64;
572 from_uint64(value) value != 0);
581 from_uint64(value) {
589 from_uint64(value) {
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/prost/src/
H A Dencoding.rs474 from_uint64(value) { value as $ty });
480 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
493 *value = $from_uint64;
572 from_uint64(value) value != 0);
581 from_uint64(value) {
589 from_uint64(value) {
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/prost/src/
H A Dencoding.rs474 from_uint64(value) { value as $ty });
480 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
493 *value = $from_uint64;
572 from_uint64(value) value != 0);
581 from_uint64(value) {
589 from_uint64(value) {
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/prost/src/
H A Dencoding.rs474 from_uint64(value) { value as $ty });
480 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
493 *value = $from_uint64;
572 from_uint64(value) value != 0);
581 from_uint64(value) {
589 from_uint64(value) {
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Ddb_value.h243 extern int db_value_from_uint64(db_value_t* value, db_type_uint64_t from_uint64);
H A Ddb_value.c518 int db_value_from_uint64(db_value_t* value, db_type_uint64_t from_uint64) { in db_value_from_uint64() argument
526 value->uint64 = from_uint64; in db_value_from_uint64()
/dports/www/firefox/firefox-99.0/third_party/rust/prost/src/
H A Dencoding.rs488 from_uint64(value) { value as $ty });
494 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
507 *value = $from_uint64;
589 from_uint64(value) value != 0);
598 from_uint64(value) {
606 from_uint64(value) {
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/prost-0.8.0/src/
H A Dencoding.rs488 from_uint64(value) { value as $ty });
494 from_uint64($from_uint64_value:ident) $from_uint64:expr) => (
507 *value = $from_uint64;
589 from_uint64(value) value != 0);
598 from_uint64(value) {
606 from_uint64(value) {
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-uhd/examples/c++/
H A Dtag_source_demo.h60 pmt::make_tuple(pmt::from_uint64(_time_secs), pmt::from_double(_time_fracs)); in make_time_tag()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dheader_payload_demux_impl.cc49 return pmt::make_tuple(pmt::from_uint64(seconds), pmt::from_double(frac)); in _update_pmt_time()
130 d_last_time(pmt::make_tuple(pmt::from_uint64(0L), pmt::from_double(0.0))), in header_payload_demux_impl()
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestBitset.cpp130 b8.from_uint64(UINT64_C(0x0000000000000010)); in TestBitset()
166 b16.from_uint64(UINT64_C(0x0000000000001010)); in TestBitset()
202 b32.from_uint64(UINT64_C(0x0000000010101010)); in TestBitset()
295 b64.from_uint64(UINT64_C(0x1010101010101010)); in TestBitset()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/python/pmt/
H A Dpmt_to_python.py112 (int, pmt.is_uint64, lambda x: int(pmt.to_uint64(x)), pmt.from_uint64),
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-uhd/examples/python/
H A Dfreq_hopping.py132 pmt.from_uint64(int(base_time + i * hop_time+0.01)),
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/sphinx/source/
H A Dpmt.rst52 .. autofunction:: pmt.from_uint64
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc538 uint64_t from_uint64; in GetDouble() member
541 reinterpret.from_uint64 = ReadBytesMostSignificantByteFirst<uint64_t>( in GetDouble()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/inspector_protocol/crdtp/
H A Dcbor.cc538 uint64_t from_uint64; in GetDouble() member
541 reinterpret.from_uint64 = ReadBytesMostSignificantByteFirst<uint64_t>( in GetDouble()
/dports/lang/v8/v8-9.6.180.12/third_party/inspector_protocol/crdtp/
H A Dcbor.cc538 uint64_t from_uint64; in GetDouble() member
541 reinterpret.from_uint64 = ReadBytesMostSignificantByteFirst<uint64_t>( in GetDouble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/inspector_protocol/crdtp/
H A Dcbor.cc538 uint64_t from_uint64; in GetDouble() member
541 reinterpret.from_uint64 = ReadBytesMostSignificantByteFirst<uint64_t>( in GetDouble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/inspector_protocol/crdtp/
H A Dcbor.cc538 uint64_t from_uint64; in GetDouble() member
541 reinterpret.from_uint64 = ReadBytesMostSignificantByteFirst<uint64_t>( in GetDouble()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/pmt/
H A Dqa_pmt_prims.cc102 pmt::pmt_t p1 = pmt::from_uint64((uint64_t)1); in BOOST_AUTO_TEST_CASE()
103 pmt::pmt_t m1 = pmt::from_uint64((uint64_t)8589934592ULL); in BOOST_AUTO_TEST_CASE()

12