/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/lib/Data/ParseBinary/Data/ |
H A D | Netflow.pm | 10 UBInt32("sys_uptime"), 11 UBInt32("unix_secs"), 12 UBInt32("unix_nsecs"), 13 UBInt32("flow_seq"), 20 UBInt32("src_addr") 23 UBInt32("dst_addr") 26 UBInt32("next_hop") 30 UBInt32("packets"), 31 UBInt32("octets"), 32 UBInt32("first"), [all …]
|
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/lib/Data/ParseBinary/Graphics/ |
H A D | PNG.pm | 79 Coord("red", \&UBInt32), 80 Coord("green", \&UBInt32), 81 Coord("blue", \&UBInt32), 88 UBInt32("gamma"), 233 UBInt32("pixels_per_unit_x"), 302 UBInt32("length"), 326 UBInt32("crc"), 330 UBInt32("length"), 332 UBInt32("width"), 333 UBInt32("height"), [all …]
|
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/ehabi/ |
H A D | structs.py | 11 from ..construct import UBInt32, ULInt32, Struct 32 self.EHABI_uint32 = UBInt32
|
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/dwarf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, ULInt8, ULInt16, ULInt32, ULInt64, 121 self.Dwarf_uint32 = UBInt32 123 self.Dwarf_offset = UBInt32 if self.dwarf_format == 32 else UBInt64 124 self.Dwarf_length = UBInt32 if self.dwarf_format == 32 else UBInt64 126 UBInt32 if self.address_size == 4 else UBInt64)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/elf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, 62 self.Elf_word = UBInt32 64 self.Elf_addr = UBInt32 if self.elfclass == 32 else UBInt64 67 self.Elf_xword = UBInt32 if self.elfclass == 32 else UBInt64
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/elf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, 62 self.Elf_word = UBInt32 64 self.Elf_addr = UBInt32 if self.elfclass == 32 else UBInt64 67 self.Elf_xword = UBInt32 if self.elfclass == 32 else UBInt64
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/dwarf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, ULInt8, ULInt16, ULInt32, ULInt64, 118 self.Dwarf_uint32 = UBInt32 120 self.Dwarf_offset = UBInt32 if self.dwarf_format == 32 else UBInt64 122 UBInt32 if self.address_size == 4 else UBInt64)
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/dwarf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, ULInt8, ULInt16, ULInt32, ULInt64, 118 self.Dwarf_uint32 = UBInt32 120 self.Dwarf_offset = UBInt32 if self.dwarf_format == 32 else UBInt64 122 UBInt32 if self.address_size == 4 else UBInt64)
|
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/elf/ |
H A D | structs.py | 11 UBInt8, UBInt16, UBInt32, UBInt64, 75 self.Elf_word = UBInt32 77 self.Elf_addr = UBInt32 if self.elfclass == 32 else UBInt64 80 self.Elf_xword = UBInt32 if self.elfclass == 32 else UBInt64
|
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/t/ |
H A D | 01various.t | 236 "INT4" => UBInt32("spam"), 447 UBInt32("a"),
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/construct/ |
H A D | macros.py | 129 def UBInt32(name):
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/construct/ |
H A D | macros.py | 129 def UBInt32(name):
|
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/construct/ |
H A D | macros.py | 129 def UBInt32(name):
|
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/lib/Data/ |
H A D | ParseBinary.pm | 34 sub UBInt32 { return Data::ParseBinary::Primitive->create($_[0], 4, "N") } subroutine
|