Home
last modified time | relevance | path

Searched refs:read_tag (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/databases/rrdtool12/rrdtool-1.2.30/src/
H A Drrd_restore.c23 int read_tag(char **, char *, char *, void *);
257 read_tag(&ptr2, "xff","%lf", in xml2rrd()
271 read_tag(&ptr2, "hw_alpha", "%lf", in xml2rrd()
273 read_tag(&ptr2, "hw_beta", "%lf", in xml2rrd()
288 read_tag(&ptr2, "delta_pos", "%lf", in xml2rrd()
306 read_tag(&ptr2, "xff","%lf", in xml2rrd()
350 read_tag(&ptr2,"slope","%lf", in xml2rrd()
415 read_tag(&ptr3,"v","%lf", value); in xml2rrd()
619 read_tag(buf, "value","%lu", in parse_patch1028_RRA_params()
622 read_tag(buf, "value","%lf", in parse_patch1028_RRA_params()
[all …]
/dports/multimedia/audacious/audacious-4.1/src/libaudtag/
H A Dbuiltin.h32 bool read_tag (VFSFile & file, Tuple & tuple, Index<char> * image);
40 bool read_tag (VFSFile & file, Tuple & tuple, Index<char> * image);
48 bool read_tag (VFSFile & file, Tuple & tuple, Index<char> * image);
57 bool read_tag (VFSFile & file, Tuple & tuple, Index<char> * image);
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/net/ipxe/ipxe-2265a65/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/bus/
H A Dpcivpd.c300 uint8_t read_tag; in pci_vpd_find_tag() local
308 if ( ( rc = pci_vpd_read ( vpd, (*address)++, &read_tag, in pci_vpd_find_tag()
309 sizeof ( read_tag ) ) ) != 0 ) in pci_vpd_find_tag()
313 if ( ISAPNP_IS_LARGE_TAG ( read_tag ) ) { in pci_vpd_find_tag()
319 read_tag = ISAPNP_LARGE_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
321 read_len = ISAPNP_SMALL_TAG_LEN ( read_tag ); in pci_vpd_find_tag()
322 read_tag = ISAPNP_SMALL_TAG_NAME ( read_tag ); in pci_vpd_find_tag()
326 if ( tag == read_tag ) { in pci_vpd_find_tag()
337 } while ( read_tag != ISAPNP_TAG_END ); in pci_vpd_find_tag()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/
H A Dmmap.h12 struct read_tag {}; struct
16 static const read_tag READ_TAG;
29 MemoryMappedFile(const char *path, read_tag);
H A Dwin32_bitmap.h17 struct read_tag {}; struct
20 static const read_tag READ_TAG;
30 WindowsBitmap(const char *path, read_tag);
/dports/multimedia/handbrake/zimg-release-3.0.1/doc/example/misc/
H A Dmmap.h12 struct read_tag {}; struct
16 static const read_tag READ_TAG;
29 MemoryMappedFile(const char *path, read_tag);
H A Dwin32_bitmap.h17 struct read_tag {}; struct
20 static const read_tag READ_TAG;
30 WindowsBitmap(const char *path, read_tag);
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/
H A Dmmap.h12 struct read_tag {}; struct
16 static const read_tag READ_TAG;
29 MemoryMappedFile(const char *path, read_tag);
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/doc/example/misc/
H A Dmmap.h12 struct read_tag {}; struct
16 static const read_tag READ_TAG;
29 MemoryMappedFile(const char *path, read_tag);
H A Dwin32_bitmap.h17 struct read_tag {}; struct
20 static const read_tag READ_TAG;
30 WindowsBitmap(const char *path, read_tag);
/dports/devel/boost-docs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/devel/hyperscan/boost_1_75_0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/devel/boost-libs/boost_1_72_0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp93 struct read_tag {}; struct in boost::gil::detail::file_stream_device
99 , read_tag = read_tag() in file_stream_device() argument
111 , read_tag = read_tag() in file_stream_device() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/extension/io/raw/detail/
H A Ddevice.hpp92 struct read_tag {};
98 , read_tag = read_tag()
110 , read_tag = read_tag()
/dports/audio/shntool/shntool-3.0.10/src/
H A Dformat_aiff.c74 if (!read_tag(f,tag) || tagcmp(tag,(unsigned char *)AIFF_FORM)) in parse_aiff_header()
78 if (!read_be_long(f,&be_long) || !read_tag(f,tag)) in parse_aiff_header()
91 if (!read_tag(f,tag)) in parse_aiff_header()
112 if (!read_tag(f,tag)) in parse_aiff_header()

12345678910>>...14