Searched refs:Base (Results 1 - 25 of 56) sorted by path

123

/haiku/headers/os/drivers/pcmcia/
H A Dcs.h52 u_long Base; member in struct:adjust_t::__anon268::memory
270 u_long Base; member in struct:win_req_t
/haiku/src/apps/diskprobe/
H A DDataView.h67 base_type Base() const { return fBase; } function in class:DataView
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c281 win->Base);
/haiku/src/system/boot/arch/ppc/
H A Darch_framebuffer.h40 virtual addr_t Base() { return fBase; }; function in class:ArchFramebuffer
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp92 err = video_display_splash(gFramebuffer->Base());
/haiku/src/system/kernel/vm/
H A DVMAddressSpace.cpp368 space->Base(), space->EndAddress(), areaCount, areaSize);
H A DVMTranslationMap.cpp95 addr_t address = area->Base();
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itoa.h53 #define SPECIAL(Base) \
54 case Base: \
56 *--buflim = digits[value % Base]; \
57 while ((value /= Base) != 0); \
H A D_itowa.h46 #define SPECIAL(Base) \
47 case Base: \
49 *--bp = digits[value % Base]; \
50 while ((value /= Base) != 0); \
H A Dvfprintf.c101 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case)
102 # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case)
/haiku/headers/os/interface/
H A DLayoutBuilder.h28 template<typename ParentBuilder> class Base;
38 class Base { class in namespace:BLayoutBuilder
40 inline Base();
53 class Group : public Base<ParentBuilder> {
133 class Grid : public Base<ParentBuilder> {
243 class Split : public Base<ParentBuilder> {
311 class Cards : public Base<ParentBuilder> {
368 class Menu : public Base<ParentBuilder> {
415 // #pragma mark - Base
419 Base<ParentBuilde function in class:BLayoutBuilder::Base
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_auto_deleter.h149 CObjectDelete<Type, DestructorReturnType, Destructor> > Base; typedef in struct:FSShell::CObjectDeleter
151 CObjectDeleter() : Base()
155 CObjectDeleter(Type *object) : Base(object)
187 typedef AutoDeleter<Type, MethodDelete<Type, DestructorReturnType> > Base; typedef in struct:FSShell::MethodDeleter
190 MethodDeleter(Destructor destructor) : Base()
192 Base::fDelete = destructor;
196 MethodDeleter(Type *object, Destructor destructor) : Base(object)
198 Base::fDelete = destructor;
/haiku/headers/private/kernel/arch/arm64/
H A Darch_uart_linflex.h22 typedef union { /* LINFLEX LIN Control 1 (Base+0x0000) */
61 typedef union { /* LINFLEX LIN Interrupt Enable (Base+0x0004) */
86 typedef union { /* LINFLEX LIN Status (Base+0x0008) */
108 typedef union { /* LINFLEX LIN Error Status (Base+0x000C) */
129 typedef union { /* LINFLEX UART Mode Control (Base+0x0010) */
170 typedef union { /* LINFLEX UART Mode Status (Base+0x0014) */
207 typedef union { /* LINFLEX TimeOut Control Status ((Base+0x0018)*/
222 typedef union { /* LINFLEX LIN Output Compare (Base+0x001C) */
234 typedef union { /* LINFLEX LIN Timeout Control (Base+0x0020) */
258 typedef union { /* LINFLEX LIN Integer Baud Rate (Base
[all...]
/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart.h38 addr_t Base() const { return fBase; } function in class:DebugUART
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_uart_sifive.h98 return (volatile UARTSifiveRegs*)Base();
/haiku/headers/private/kernel/vm/
H A DVMAddressSpace.h36 addr_t Base() const { return fBase; } function in struct:VMAddressSpace
234 if (fNext != NULL && fNext->Base() > fEndAddress)
H A DVMArea.h126 addr_t Base() const { return fBase; } function in struct:VMArea
H A DVMTranslationMap.h158 return Protect(area->Base(), area->Base() + area->Size() - 1, attributes,
/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/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
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...]
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
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
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...]
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 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)

Completed in 156 milliseconds

123