| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | unpack.py | 38 if offset > data_size: 40 self.offset = offset 44 self.size = offset + size 54 self.offset += size 61 self.offset += l 83 return self.data[self.offset:self.offset+size] 92 old_offset = self.offset 93 self.offset += size 98 offset = self.offset 99 self.offset = self.size [all …]
|
| A D | cdata.py | 40 print("{:20s} {:6} {:6}".format(f[0], a.size, a.offset)) 106 return "ofs={} ".format(a.offset)
|
| /misc/efi-stub/ |
| A D | pe.c | 116 UINTN offset; in get_pe_section() local 131 offset = dh->ExeHeader + sizeof(*pe) + pe->mSizeOfOptionalHeader; in get_pe_section() 134 ph = (struct PeSectionHeader *)&base[offset]; in get_pe_section() 141 offset += sizeof(*ph); in get_pe_section() 153 UINTN offset; in get_pe_entry() local 168 offset = dh->ExeHeader + sizeof(*pe); in get_pe_entry() 169 oh = (struct OptionHeader*)&base[offset]; in get_pe_entry()
|
| A D | container.c | 586 UINTN offset = 0u; in container_init() local 620 offset = hdr->DataOffset + comp->Offset; in container_init() 621 ctr->lzh_ptr[i] = (LOADER_COMPRESSED_HEADER *)((UINT8 *)(hdr) + offset); in container_init()
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | datatypes.py | 64 offset, bitwidth, access_width = self.__fields[name] 67 bit_idx = offset 70 assert offset + bitwidth <= self.__length * 8, \ 100 offset, bitwidth, access_width = self.__fields[name] 101 bit_idx = offset 104 assert offset + bitwidth <= self.__length * 8, \ 325 def open_system_memory(cls, name, offset, length): argument 330 offset_page_aligned = (offset >> 12) << 12 342 def open_system_io(cls, name, offset, length): argument 352 assert offset <= 0xFF and (offset + length) <= 0x100 [all …]
|
| A D | stream.py | 90 def seek(self, offset, absolute=False): argument 92 self.current = offset 94 self.current += offset
|
| A D | context.py | 45 self.offset = None 50 def set_location(self, region, offset, access_width): argument 52 self.offset = offset 57 self.offset = index 61 if self.region and self.offset: 62 bit_index = self.offset
|
| A D | interpreter.py | 253 buf.create_field(name, sym.offset, sym.length, sym.access_width) 259 buf.create_field(name, sym.offset, sym.length, sym.access_width) 320 offset = self.interpret(tree.children[2]).get() 322 assert isinstance(space, int) and isinstance(offset, int) and (length, int) 325 op_region = OperationRegion.open_system_memory(sym.name, offset, length) 327 op_region = OperationRegion.open_system_io(sym.name, offset, length) 338 … op_region = OperationRegion.open_pci_configuration_space(bus_id, device_id, offset, length)
|
| /misc/config_tools/board_inspector/legacy/ |
| A D | acpi.py | 168 for key, offset in FACP_OFF.items(): 170 f_node.seek(offset, 0) 200 for key, offset in FACP_OFF.items(): 202 f_node.seek(offset, 0)
|
| /misc/debug_tools/acrn_trace/scripts/ |
| A D | formats | 15 0x00010038 CPU%(cpu)d 0x%(event)016x %(tsc)d apicv write [offset = 0x%(1)08x]
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/Virtio/ |
| A D | GPU.vue | 67 Horizontal offset (pixels): 83 Vertical offset (pixels):
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | fsutils.c | 242 off_t offset = 0; in do_copy_tail() local 264 offset = info.st_size - limit; in do_copy_tail() 266 rc = sendfile(fdest, fsrc, &offset, limit); in do_copy_tail()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | loop.c | 491 int offset EXT2FS_ATTR((unused)), in callback_for_subentries()
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | IVSHMEM_REGION.vue | 78 <b-col sm="2" offset-sm="6">
|
| /misc/config_tools/board_inspector/smbiosparser/ |
| A D | smbios.py | 109 self.start_offset = u.offset 114 self.strings_offset = u.offset 121 self.strings_length = u.offset - self.strings_offset 361 self.start_offset = u.offset
|
| /misc/config_tools/board_inspector/cpuparser/ |
| A D | cpuids.py | 622 …offset = cpuidfield(EBX, 31, 0, doc="The offset in bytes of this extended state component's save a… variable in LEAF_D_n
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 959 name = "field-offset" 1393 "field-offset",
|