Searched refs:Type (Results 101 - 125 of 587) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/libroot/
H A Duser_group.h96 template<typename Type>
97 static inline Type*
98 relocate_pointer(addr_t baseAddress, Type*& address)
100 return address = (Type*)(baseAddress + (addr_t)address);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsobject.c162 ACPI_OBJECT_TYPE Type; local
250 Type = Op->Common.Node->Type;
251 if (Type == ACPI_TYPE_LOCAL_ALIAS)
253 Type = ObjDesc->Common.Type;
258 switch (Type)
538 if (Arg->Common.Node->Type == ACPI_TYPE_METHOD)
691 Node->Type = ObjDesc->Common.Type;
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexresnte.c222 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE)
242 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER)
262 if (SourceDesc->Common.Type != ACPI_TYPE_STRING)
278 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER)
298 "FieldRead Node=%p SourceDesc=%p Type=%X\n",
H A Dexconvrt.c170 switch (ObjDesc->Common.Type)
205 switch (ObjDesc->Common.Type)
306 switch (ObjDesc->Common.Type)
502 * Type - String flags (base and conversion type)
514 UINT32 Type)
527 switch (ObjDesc->Common.Type)
539 switch (Type)
585 switch (Type)
740 if (DestinationType != SourceDesc->Common.Type)
511 AcpiExConvertToString( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_OPERAND_OBJECT **ResultDesc, UINT32 Type) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c153 * Type - ACPI Type of the new object
172 ACPI_OBJECT_TYPE Type)
179 AcpiUtGetTypeName (Type));
190 switch (Type)
206 SecondObject->Common.Type = ACPI_TYPE_LOCAL_EXTRA;
221 Object->Common.Type = (UINT8) Type;
624 switch (InternalObject->Common.Type)
688 InternalObject->Common.Type, InternalObjec
168 AcpiUtCreateInternalObjectDbg( const char *ModuleName, UINT32 LineNumber, UINT32 ComponentId, ACPI_OBJECT_TYPE Type) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageNodeAttribute.h27 uint32 Type() const { return fType; } function in class:PackageNodeAttribute
/haiku-fatelf/src/apps/debugger/model/
H A DSymbolInfo.h26 uint32 Type() const { return fType; } function in class:SymbolInfo
H A DImage.h41 image_type Type() const { return fInfo.Type(); } function in class:Image
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp35 Type*
/haiku-fatelf/src/apps/icon-o-matic/generic/property/specific_properties/
H A DInt64Property.h24 virtual type_code Type() const function in class:Int64Property
/haiku-fatelf/src/bin/debug/strace/
H A DTypeHandler.h73 template<typename Type>
124 template<typename Type>
125 struct TypeHandlerFactory<Type*> {
132 template<typename Type>
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dgutenprint-intl.h76 # define dcgettext(Domain,Message,Type) (Message)
/haiku-fatelf/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.h31 int32 Type() const { return fType; } function in class:FFS::Volume
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DLink.h28 virtual int32 Type() const;
/haiku-fatelf/src/system/boot/platform/cfe/
H A Dmenu.cpp17 switch (menu->Type()) {
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dmenu.cpp17 switch (menu->Type()) {
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dmenu.cpp16 switch (menu->Type()) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp31 if (!object || (object->Type() & USB_OBJECT_PIPE) == 0)
150 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
163 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
175 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
189 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
201 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
255 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
271 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
288 if (!object || (object->Type() & USB_OBJECT_DEVICE) == 0)
303 if (!object || (object->Type()
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfname.c381 ACPI_OBJECT_TYPE Type; local
413 Type = Node->Type;
416 if (Node->Type == ACPI_TYPE_METHOD)
427 if ((Type == ACPI_TYPE_DEVICE) ||
428 (Type == ACPI_TYPE_PROCESSOR))
491 if ((Type == ACPI_TYPE_DEVICE) ||
492 (Type == ACPI_TYPE_PROCESSOR))
605 Info->Type = Type;
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dsystem.h465 # define DECLARE_ZEROED_AGGREGATE(Type, Var) \
466 static Type DZA_CONCAT (s0_, __LINE__); Type Var = DZA_CONCAT (s0_, __LINE__)
468 # define DECLARE_ZEROED_AGGREGATE(Type, Var) \
469 Type Var = { 0, }
545 /* If 10*Accum + Digit_val is larger than the maximum value for Type,
548 Verify at compile-time that Type is Accum's type, and that Type is
556 #define DECIMAL_DIGIT_ACCUMULATE(Accum, Digit_val, Type) \
558 (void) (&(Accum) == (Type *) NUL
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DBPlusTree.cpp71 if (key1.Type() > key2.Type())
73 if (key1.Type() < key2.Type())
93 key.Type(), key.Offset());
144 stream->entries[i].key.ObjectID(), stream->entries[i].key.Type(),
165 && stream->entries[i].key.Type() == key.Type()) {
/haiku-fatelf/src/apps/debugger/debug_info/
H A DImageDebugInfo.h28 class Type;
45 Type*& _type);
/haiku-fatelf/src/apps/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp14 #include "Type.h"
23 CStringTypeHandler::SupportsType(Type* type)
64 CStringTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type,
/haiku-fatelf/src/bin/
H A Diroster.cpp37 device->Type() == B_POINTING_DEVICE ? "B_POINTING_DEVICE" :
38 device->Type() == B_KEYBOARD_DEVICE ? "B_KEYBOARD_DEVICE" : "B_UNDEFINED_DEVICE",
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/BeManager/
H A DListControl.cpp62 const char *Name, uint32 ResizingMode, uint32 flags, list_view_type Type,
65 ColumnListView(Frame, ContainerView, Name, ResizingMode, flags, Type, hierarchical,
61 SmartColumnListView(BRect Frame, CLVContainerView** ContainerView, const char *Name, uint32 ResizingMode, uint32 flags, list_view_type Type, bool hierarchical, bool horizontal, bool vertical, bool scroll_view_corner, border_style border, const BFont* LabelFont) argument

Completed in 516 milliseconds

1234567891011>>