Home
last modified time | relevance | path

Searched refs:byteorders (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/
H A Dap_format.cpp43 static const FXchar * const byteorders[]={ variable
221 return FXString::value("%s%2d%s%d",formats[datatype()],bps(),byteorders[byteorder()],packing()); in debug_format()
225 …fxmessage("format: %6dHz, %dch, %s%2d%s%d",rate,channels,formats[datatype()],bps(),byteorders[byte… in debug()
/dports/mail/p5-Mail-Transport-Dbx/Mail-Transport-Dbx-0.07/libdbx/
H A DMakefile.PL15 byteorders.
/dports/misc/urh/urh-2.9.2/src/urh/awre/engines/
H A DLengthEngine.py97 byteorders = ["big", "little"] if n_gram_length == 8 else ["big"]
106 for byteorder in byteorders:
/dports/biology/py-biopython/biopython-1.79/Bio/SeqIO/
H A DTwoBitIO.py171 byteorders = ("little", "big")
173 for byteorder, dtype in zip(byteorders, dtypes):
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dutils.py27 byteorders = { variable
127 byteorder = byteorders[nparr.dtype.byteorder]
H A Dleaf.py24 from .utils import byteorders, lazyattr, SizeType
491 dbyteorder = byteorders[dbyteorder]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_struct.py15 byteorders = '', '@', '=', '<', '>', '!' variable
17 def iter_integer_formats(byteorders=byteorders): argument
19 for byteorder in byteorders:
179 if not self.byteorder in byteorders:
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_struct.py15 byteorders = '', '@', '=', '<', '>', '!' variable
17 def iter_integer_formats(byteorders=byteorders): argument
19 for byteorder in byteorders:
179 if not self.byteorder in byteorders:
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_struct.py16 byteorders = '', '@', '=', '<', '>', '!' variable
18 def iter_integer_formats(byteorders=byteorders): argument
20 for byteorder in byteorders:
180 if not self.byteorder in byteorders:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_struct.py14 byteorders = '', '@', '=', '<', '>', '!' variable
16 def iter_integer_formats(byteorders=byteorders): argument
18 for byteorder in byteorders:
178 if not self.byteorder in byteorders:
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/python/
H A Dgdal_python.i172 byteorders = {"little": "<",
174 array_modes = { gdalconst.GDT_Int16: ("%si2" % byteorders[sys.byteorder]),
175 gdalconst.GDT_UInt16: ("%su2" % byteorders[sys.byteorder]),
176 gdalconst.GDT_Int32: ("%si4" % byteorders[sys.byteorder]),
177 gdalconst.GDT_UInt32: ("%su4" % byteorders[sys.byteorder]),
178 gdalconst.GDT_Float32: ("%sf4" % byteorders[sys.byteorder]),
179 gdalconst.GDT_Float64: ("%sf8" % byteorders[sys.byteorder]),
180 gdalconst.GDT_CFloat32: ("%sf4" % byteorders[sys.byteorder]),
181 gdalconst.GDT_CFloat64: ("%sf8" % byteorders[sys.byteorder]),
182 gdalconst.GDT_Byte: ("%st8" % byteorders[sys.byteorder]),
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/python/
H A Dgdal_python.i172 byteorders = {"little": "<",
174 array_modes = { gdalconst.GDT_Int16: ("%si2" % byteorders[sys.byteorder]),
175 gdalconst.GDT_UInt16: ("%su2" % byteorders[sys.byteorder]),
176 gdalconst.GDT_Int32: ("%si4" % byteorders[sys.byteorder]),
177 gdalconst.GDT_UInt32: ("%su4" % byteorders[sys.byteorder]),
178 gdalconst.GDT_Float32: ("%sf4" % byteorders[sys.byteorder]),
179 gdalconst.GDT_Float64: ("%sf8" % byteorders[sys.byteorder]),
180 gdalconst.GDT_CFloat32: ("%sf4" % byteorders[sys.byteorder]),
181 gdalconst.GDT_CFloat64: ("%sf8" % byteorders[sys.byteorder]),
182 gdalconst.GDT_Byte: ("%st8" % byteorders[sys.byteorder]),
/dports/graphics/gdal/gdal-3.3.3/swig/include/python/
H A Dgdal_python.i172 byteorders = {"little": "<",
174 array_modes = { gdalconst.GDT_Int16: ("%si2" % byteorders[sys.byteorder]),
175 gdalconst.GDT_UInt16: ("%su2" % byteorders[sys.byteorder]),
176 gdalconst.GDT_Int32: ("%si4" % byteorders[sys.byteorder]),
177 gdalconst.GDT_UInt32: ("%su4" % byteorders[sys.byteorder]),
178 gdalconst.GDT_Float32: ("%sf4" % byteorders[sys.byteorder]),
179 gdalconst.GDT_Float64: ("%sf8" % byteorders[sys.byteorder]),
180 gdalconst.GDT_CFloat32: ("%sf4" % byteorders[sys.byteorder]),
181 gdalconst.GDT_CFloat64: ("%sf8" % byteorders[sys.byteorder]),
182 gdalconst.GDT_Byte: ("%st8" % byteorders[sys.byteorder]),
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_array.py15 from tables.utils import byteorders
86 abo = byteorders[a.dtype.byteorder]
87 bbo = byteorders[b.dtype.byteorder]
152 abo = byteorders[a.dtype.byteorder]
153 bbo = byteorders[b.dtype.byteorder]
188 byteorder = byteorders[b.dtype.byteorder]
233 abo = byteorders[a.dtype.byteorder]
234 bbo = byteorders[b.dtype.byteorder]
345 byteorder = byteorders[nparr.dtype.byteorder]
691 self.assertEqual(byteorders[b.dtype.byteorder], sys.byteorder)
H A Dtest_earray.py10 from tables.utils import byteorders
1508 print("Byteorder native rows:", byteorders[native.dtype.byteorder])
1511 self.assertEqual(byteorders[native.dtype.byteorder], sys.byteorder)
1544 print("Byteorder native rows:", byteorders[native.dtype.byteorder])
1547 self.assertEqual(byteorders[native.dtype.byteorder], sys.byteorder)
1578 print("Byteorder native rows:", byteorders[native.dtype.byteorder])
1581 self.assertEqual(byteorders[native.dtype.byteorder], sys.byteorder)
1614 print("Byteorder native rows:", byteorders[native.dtype.byteorder])
1617 self.assertEqual(byteorders[native.dtype.byteorder], sys.byteorder)
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/
H A Dbyteorder.patch12 + * Enum for different byteorders.
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.4/
H A Dbyteorder.patch12 + * Enum for different byteorders.
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/
H A Dbyteorder.patch12 + * Enum for different byteorders.
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_struct.py353 byteorders = '', '@', '=', '<', '>', '!'
355 for byteorder in byteorders:
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_struct.py354 byteorders = '', '@', '=', '<', '>', '!'
356 for byteorder in byteorders:

12