Home
last modified time | relevance | path

Searched defs:ByteOrder (Results 226 – 250 of 1546) sorted by relevance

12345678910>>...62

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/godbus/dbus/v5/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/godbus/dbus/dbus-5.0.1/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/godbus/dbus/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/godbus/dbus/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/godbus/dbus/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/godbus/dbus/v5/
H A Dencoder.go18 func newEncoder(out io.Writer, order binary.ByteOrder) *encoder {
25 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder) *encoder {
/dports/misc/broot/broot-1.7.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dstream.rs10 pub enum ByteOrder { enum
20 fn byte_order(&self) -> ByteOrder; in byte_order()
239 fn byte_order(&self) -> ByteOrder { in byte_order()
317 fn byte_order(&self) -> ByteOrder { in byte_order()
386 fn byte_order(&self) -> ByteOrder { in byte_order()
405 byte_order: ByteOrder, in new()
462 fn byte_order(&self) -> ByteOrder { in byte_order()
496 fn byte_order(&self) -> ByteOrder { in byte_order()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/tiff-0.6.1/src/decoder/
H A Dstream.rs10 pub enum ByteOrder { enum
20 fn byte_order(&self) -> ByteOrder; in byte_order()
239 fn byte_order(&self) -> ByteOrder { in byte_order()
317 fn byte_order(&self) -> ByteOrder { in byte_order()
386 fn byte_order(&self) -> ByteOrder { in byte_order()
405 byte_order: ByteOrder, in new()
462 fn byte_order(&self) -> ByteOrder { in byte_order()
496 fn byte_order(&self) -> ByteOrder { in byte_order()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tiff-0.6.1/src/decoder/
H A Dstream.rs10 pub enum ByteOrder { enum
20 fn byte_order(&self) -> ByteOrder; in byte_order()
239 fn byte_order(&self) -> ByteOrder { in byte_order()
317 fn byte_order(&self) -> ByteOrder { in byte_order()
386 fn byte_order(&self) -> ByteOrder { in byte_order()
405 byte_order: ByteOrder, in new()
462 fn byte_order(&self) -> ByteOrder { in byte_order()
496 fn byte_order(&self) -> ByteOrder { in byte_order()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tiff-0.6.1/src/decoder/
H A Dstream.rs10 pub enum ByteOrder { enum
20 fn byte_order(&self) -> ByteOrder; in byte_order()
239 fn byte_order(&self) -> ByteOrder { in byte_order()
317 fn byte_order(&self) -> ByteOrder { in byte_order()
386 fn byte_order(&self) -> ByteOrder { in byte_order()
405 byte_order: ByteOrder, in new()
462 fn byte_order(&self) -> ByteOrder { in byte_order()
496 fn byte_order(&self) -> ByteOrder { in byte_order()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/internal/objfile/
H A Ddisasm.go297 func disasm_386(code []byte, pc uint64, lookup lookupFunc, _ binary.ByteOrder) (string, int) {
301 func disasm_amd64(code []byte, pc uint64, lookup lookupFunc, _ binary.ByteOrder) (string, int) {
338 func disasm_arm(code []byte, pc uint64, lookup lookupFunc, _ binary.ByteOrder) (string, int) {
351 func disasm_ppc64(code []byte, pc uint64, lookup lookupFunc, byteOrder binary.ByteOrder) (string, i…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/internal/btf/
H A Dext_info.go33 func parseExtInfos(r io.ReadSeeker, bo binary.ByteOrder, strings stringTable) (funcInfo, lineInfo m…
157 func parseExtInfo(r io.Reader, bo binary.ByteOrder, strings stringTable) (map[string]extInfo, error…
237 func parseExtInfoRelos(r io.Reader, bo binary.ByteOrder, strings stringTable) (map[string]coreRelos…
287 func parseExtInfoHeader(r io.Reader, bo binary.ByteOrder, strings stringTable) (string, *btfExtInfo…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/cilium/ebpf/internal/btf/
H A Dext_info.go33 func parseExtInfos(r io.ReadSeeker, bo binary.ByteOrder, strings stringTable) (funcInfo, lineInfo m…
157 func parseExtInfo(r io.Reader, bo binary.ByteOrder, strings stringTable) (map[string]extInfo, error…
237 func parseExtInfoRelos(r io.Reader, bo binary.ByteOrder, strings stringTable) (map[string]coreRelos…
287 func parseExtInfoHeader(r io.Reader, bo binary.ByteOrder, strings stringTable) (string, *btfExtInfo…
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator

12345678910>>...62