Searched refs:Base (Results 1 - 25 of 56) sorted by last modified time

123

/haiku/headers/private/shared/
H A DAutoDeleter.h187 CObjectDelete<Type, DestructorReturnType, Destructor> > Base; typedef in struct:BPrivate::CObjectDeleter
189 CObjectDeleter() : Base()
193 CObjectDeleter(Type *object) : Base(object)
219 MethodDelete<Type, DestructorReturnType, Destructor> > Base; typedef in struct:BPrivate::MethodDeleter
221 MethodDeleter() : Base()
225 MethodDeleter(Type *object) : Base(object)
249 MethodObjectDelete<Type, Table, table, Deleter> > Base; typedef in struct:BPrivate::MethodObjectDeleter
251 MethodObjectDeleter() : Base() {}
252 MethodObjectDeleter(Type *object) : Base(object) {}
H A DAutoDeleterDrivers.h46 deviceManager, void, &device_manager_info::put_node> Base;
48 DeviceNodePutter() : Base() {}
49 DeviceNodePutter(device_node* object) : Base(object) {}
/haiku/src/system/kernel/platform/atari_m68k/
H A Dplatform.cpp103 uint32 Base() const { return fBase; }; function in class:BPrivate::M68KAtari::MFP
123 uint32 Base() const { return fBase; }; function in class:BPrivate::M68KAtari::RTC
213 uint32 reg = Base() + ((irq > 8) ? (MFP_IERA) : (MFP_IERB));
227 uint32 reg = Base() + ((irq > 8) ? (MFP_IERA) : (MFP_IERB));
241 uint32 reg = Base() + ((irq > 8) ? (MFP_ISRA) : (MFP_ISRB));
/haiku/src/system/kernel/vm/
H A Dvm.cpp441 return area->Base()
503 addr_t pageIndex = (pageAddress - area->Base()) / B_PAGE_SIZE;
518 uint32 pageIndex = (pageAddress - area->Base()) / B_PAGE_SIZE;
638 if (address < area->Base()) {
639 offset = area->Base() - address;
643 address = area->Base();
652 offset = address - area->Base();
680 if (address == area->Base() && size == area->Size()) {
741 if (area->Base() == address) {
847 off_t adoptOffset = area->cache_offset + secondBase - area->Base();
[all...]
H A Dvm_page.cpp993 for (addr_t address = addressSpace->Base(); pageCount != 0;
H A DVMCache.cpp1466 kprintf("\tbase_addr: 0x%lx, size: 0x%lx\n", area->Base(),
H A DVMKernelAddressSpace.cpp216 *_address = (void*)area->Base();
495 kprintf("base_addr = %#" B_PRIxADDR " ", area->Base());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h778 UINT64 Base; member in struct:acpi_cedt_chbs
1161 UINT64 Address; /* Register Base Address */
H A Dacclib.h268 UINT32 Base);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutstrtoul64.c235 UINT32 Base = 10; /* Default is decimal */ local
260 Base = 16;
269 Base = 8;
289 switch (Base)
330 * Base is always 16, either with or without the 0x prefix. Decimal and
418 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) strings
459 UINT32 Base = 10; /* Default is decimal */ local
476 Base = 16;
489 switch (Base)
H A Dutstrsuppt.c164 UINT32 Base,
170 UINT32 Base,
511 * Base - Radix, either 8/10/16
534 UINT32 Base,
543 Status = AcpiUtStrtoulMultiply64 (*AccumulatedValue, Base, &Product);
563 * Base - Base/Radix
577 UINT32 Base,
587 if (!Multiplicand || !Base)
600 AcpiUtShortDivide (ACPI_UINT64_MAX, Base,
532 AcpiUtInsertDigit( UINT64 *AccumulatedValue, UINT32 Base, int AsciiDigit) argument
575 AcpiUtStrtoulMultiply64( UINT64 Multiplicand, UINT32 Base, UINT64 *OutProduct) argument
[all...]
H A Dutclib.c794 * Base - Radix of the string
807 UINT32 Base)
848 * If the input parameter Base is zero, then we need to
851 if (Base == 0)
857 Base = 16;
862 Base = 8;
867 Base = 10;
870 else if (Base < 2 || Base > 36)
873 * The specified Base paramete
804 strtoul( const char *String, char **Terminator, UINT32 Base) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexutils.c181 UINT32 Base);
414 * Base - Base of representation
419 * in the given Base (Radix)
426 UINT32 Base)
449 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL);
424 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
H A Dexconvrt.c166 UINT16 Base,
412 * Base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX
425 UINT16 Base,
442 switch (Base)
557 UINT16 Base = 16; local
584 Base = 10;
610 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth);
631 Base = 10;
709 if (Base == 16)
718 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBu
423 AcpiExConvertToAscii( UINT64 Integer, UINT16 Base, UINT8 *String, UINT8 DataWidth) argument
[all...]
/haiku/src/system/kernel/
H A Delf.cpp1371 if (!_Read((runtime_loader_debug_area*)area->Base(), fDebugArea))
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp197 base = area->Base();
H A DRISCV64VMTranslationMap.cpp547 area->name, area->Base(), area->Size(), deletingAddressSpace,
551 UnmapPages(area, area->Base(), area->Size(), true);
578 addr_t address = area->Base()
H A Darch_debug.cpp188 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
221 dprintf("<%s> 0x%" B_PRIxADDR, area->name, pc - area->Base());
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp418 (void*)area->Base(), ip - area->Base());
797 (void *)area->Base(), eip - area->Base());
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp321 (void*)area->Base(), ip - area->Base());
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp330 (void*)area->Base(), ip - area->Base());
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp471 areaInfo->fBase = area->Base();
495 addr_t Base() const function in struct:__anon2::AreaInfo
1191 header.p_vaddr = areaInfo->Base();
1210 status_t error = fFile.WriteUserArea(areaInfo->Base(),
1301 writer.Write(areaInfo->Base());
1302 writer.Write(areaInfo->Base() + areaInfo->Size());
1352 entry.na_base = areaInfo->Base();
/haiku/src/apps/diskprobe/
H A DProbeView.cpp125 base_type Base() const { return fBase; } function in class:HeaderView
1380 // Number Base (hex/decimal)
1382 subMenu = new BMenu(B_TRANSLATE_COMMENT("Base", "A menu item, the number "
1392 if (fHeaderView->Base() == kDecimalBase)
1401 if (fHeaderView->Base() == kHexBase)
1410 "This is in the same menu window than 'Base' and 'Font size'"));
1519 if (fDataView->Base() == kHexBase) {
1533 if (fDataView->Base() == kHexBase) {
1562 if (fDataView->Base() == kHexBase)
1604 if (fDataView->Base()
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp529 ARMVMTranslationMap32Bit::UnmapPages(area, area->Base(), area->Size(),
557 addr_t address = area->Base()
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp136 addr_t Base() const { return fInfo.base; } function in class:Aperture
619 addr_t start = base - Base();
658 addr_t start = base - Base();
980 *_apertureBase = aperture->Base();

Completed in 222 milliseconds

123