Home
last modified time | relevance | path

Searched defs:ByteOrder (Results 251 – 275 of 1546) sorted by relevance

1...<<11121314151617181920>>...62

/dports/x11-toolkits/qt5-gui/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-qmake/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/x11-toolkits/qt5-widgets/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-dbus/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-buildtools/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-concurrent/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqsysinfo.h82 static const int ByteOrder; variable
89 , ByteOrder = BigEndian or LittleEndian enumerator
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DWriteBrik.m379 ByteOrder = 'ieee-le'; %Little Endian variable
382 ByteOrder = 'ieee-be'; %Little Endian variable
390 ByteOrder = 'ieee-be'; %Big Endian variable
393 ByteOrder = 'ieee-le'; %Little Endian variable
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/io/streams/
H A Dstandardstreams.hh20 struct ByteOrder struct
23 static const char defaultEndian = 0;
24 static const char order =
32 static inline size_t map( const size_t pos, in map()
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/godbus/dbus/v5/
H A Dencoder.go21 func newEncoder(out io.Writer, order binary.ByteOrder, fds []int) *encoder {
29 func newEncoderAtOffset(out io.Writer, offset int, order binary.ByteOrder, fds []int) *encoder {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/Microsoft/go-winio/pkg/guid/
H A Dguid.go61 func fromArray(b [16]byte, order binary.ByteOrder) GUID {
70 func (g GUID) toArray(order binary.ByteOrder) [16]byte {
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/Microsoft/go-winio/pkg/guid/
H A Dguid.go61 func fromArray(b [16]byte, order binary.ByteOrder) GUID {
70 func (g GUID) toArray(order binary.ByteOrder) [16]byte {
/dports/lang/gcc48/gcc-4.8.5/libjava/java/nio/
H A DByteOrder.h16 class ByteOrder; variable
H A DLongBufferImpl.h18 class ByteOrder; variable
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/nio/
H A DByteOrder.h16 class ByteOrder; variable
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/nio/
H A DByteOrder.h16 class ByteOrder; variable
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/nio/
H A DByteOrder.h16 class ByteOrder; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/nio/
H A DByteOrder.h16 class ByteOrder; variable
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/asm/
H A Dinstruction.go398 func (insns Instructions) Marshal(w io.Writer, bo binary.ByteOrder) error {
413 func (insns Instructions) Tag(bo binary.ByteOrder) (string, error) {
471 func newBPFRegisters(dst, src Register, bo binary.ByteOrder) (bpfRegisters, error) {
482 func (r bpfRegisters) Unmarshal(bo binary.ByteOrder) (dst, src Register, err error) {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/gops/vendor/rsc.io/goversion/version/
H A Dexe.go30 ByteOrder() binary.ByteOrder methodSpec
80 func (x *elfExe) ByteOrder() binary.ByteOrder { return x.f.ByteOrder } func
167 func (x *peExe) ByteOrder() binary.ByteOrder { return binary.LittleEndian } func
245 func (x *machoExe) ByteOrder() binary.ByteOrder { return x.f.ByteOrder } func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/cilium/ebpf/asm/
H A Dinstruction.go390 func (insns Instructions) Marshal(w io.Writer, bo binary.ByteOrder) error {
405 func (insns Instructions) Tag(bo binary.ByteOrder) (string, error) {
463 func newBPFRegisters(dst, src Register, bo binary.ByteOrder) (bpfRegisters, error) {
474 func (r bpfRegisters) Unmarshal(bo binary.ByteOrder) (dst, src Register, err error) {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/cilium/ebpf/asm/
H A Dinstruction.go398 func (insns Instructions) Marshal(w io.Writer, bo binary.ByteOrder) error {
413 func (insns Instructions) Tag(bo binary.ByteOrder) (string, error) {
471 func newBPFRegisters(dst, src Register, bo binary.ByteOrder) (bpfRegisters, error) {
482 func (r bpfRegisters) Unmarshal(bo binary.ByteOrder) (dst, src Register, err error) {
/dports/lang/gcc48/gcc-4.8.5/libjava/javax/imageio/stream/
H A DImageInputStream.h18 class ByteOrder; variable
H A DImageOutputStream.h18 class ByteOrder; variable

1...<<11121314151617181920>>...62