Home
last modified time | relevance | path

Searched refs:unpack (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/scripts/coredump/coredump_parser/
Dlog_parser.py84 _, hdr_ver, num_bytes = struct.unpack(LOG_ARCH_HDR_STRUCT, hdr)
94 _, hdr_ver, num_bytes = struct.unpack(LOG_THREADS_META_HDR_STRUCT, hdr)
104 _, hdr_ver = struct.unpack(LOG_MEM_HDR_STRUCT, hdr)
120 saddr, eaddr = struct.unpack(ptr_fmt, data)
139 id1, id2, hdr_ver, tgt_code, ptr_size, flags, reason = struct.unpack(LOG_HDR_STRUCT, hdr)
Delf_parser.py165 …self.kernel_thread_info_size_t_size = struct.unpack('B', self.elf.stream.read(size_t_size_symbol['…
175 …self.kernel_thread_info_num_offsets = struct.unpack(struct_format, self.elf.stream.read(num_offset…
185 …self.kernel_thread_info_offsets = struct.unpack(array_format, self.elf.stream.read(info_offsets_sy…
/Zephyr-latest/soc/mediatek/mt8xxx/
Dmtk_adsp_load.py62 regs = struct.unpack(f">{2 * len(rnames)}Q", readfile(path + "reg"))
64 for i, ph in enumerate(struct.unpack(">II", readfile(path + "memory-region"))):
67 if os.path.exists(phf) and struct.unpack(">I", readfile(phf))[0] == ph:
68 (addr, sz) = struct.unpack(">QQ", readfile(rmem + "reg"))
218 return struct.unpack("<I", bstr)[0]
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Darm_cortex_m.py58 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT, arch_data_blk)
60 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT_V2, arch_data_blk)
145 tu = struct.unpack("<IIIIIIII", barray)
Drisc_v.py72 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT, arch_data_blk)
74 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT_2, arch_data_blk)
Darm64.py74 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT, arch_data_blk)
Dxtensa.py156 self.version = struct.unpack('H', arch_data_blk[1:3])[0]
179 tu = struct.unpack(self.gdb_reg_def.ARCH_DATA_BLK_STRUCT_REGS,
Dx86.py101 tu = struct.unpack(self.ARCH_DATA_BLK_STRUCT, arch_data_blk)
Dx86_64.py129 tu = struct.unpack(arch_data_blk_struct, arch_data_blk)
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S483 unpack: l32i a3, a2, 0 /* start vaddr */ label
493 j unpack
494 upnext: bnez a3, unpack
495 bnez a5, unpack
/Zephyr-latest/scripts/west_commands/
Dbindesc.py29 hd = struct.unpack(b'<IIIIIIII', block[0:32])
311 return struct.unpack('>I' if self.is_big_endian else 'I', b)[0]
314 return struct.unpack('>H' if self.is_big_endian else 'H', b)[0]
/Zephyr-latest/scripts/build/
Delf_parser.py32 return struct.unpack(format, self.data[offset:offset + size])[0]
63 self._ordinals = struct.unpack(format, self.data)
Duf2conv.py28 w = struct.unpack("<II", buf[0:8])
53 hd = struct.unpack(b"<IIIIIIII", block[0:32])
Dllext_prepare_exptab.py108 return self.lcs_struct.unpack(self.fd.read(self.lcs_struct.size))
Dgen_kobject_list.py495 return struct.unpack(endian_code + size_code,
/Zephyr-latest/tests/lib/cbprintf_package/src/
Dmain.c50 static void unpack(const char *desc, struct out_buffer *buf, in unpack() function
82 unpack("runtime", &rt_buf, pkg, len); \
95 unpack("static", &st_buf, pkg, len); \
311 unpack(NULL, &out_buf, (uint8_t *)package, len); in check_package()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py357 paddr = (struct.unpack("Q", pent)[0] & ((1 << 55) - 1)) * PAGESZ
404 (magic, sz) = struct.unpack("4sI", fw_bytes[0:8])
507 (magic, sz) = struct.unpack("4sI", fw_bytes[0:8])
757 resource_id, type_id, vma = struct.unpack('<III', desc)
Dremote-fw-service.py60 fsize, fname, md5_tx_b = s.unpack(header)
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py85 raw = struct.unpack("<I", self._data[self._offset : self._offset + 4])[0]
93 raw = raw = struct.unpack("<I", self._data[self._offset : self._offset + 4])[0]
/Zephyr-latest/scripts/logging/dictionary/
Ddatabase_gen.py216 str_ptr, level = struct.unpack(formatter, datum)
/Zephyr-latest/modules/tflite-micro/
DCMakeLists.txt188 ${TENSORFLOW_LITE_MICRO_DIR}/tensorflow/lite/micro/kernels/unpack.cc
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst999 * :github:`16594` - net: dns: Zephyr is unable to unpack mDNS answers produced by another Zephyr no…
Drelease-notes-1.14.rst341 * :github:`16594` - net: dns: Zephyr is unable to unpack mDNS answers produced by another Zephyr no…