Searched refs:Function (Results 1 - 25 of 72) sorted by relevance

123

/haiku-fatelf/src/apps/debugger/debug_info/
H A DFunction.cpp7 #include "Function.h"
13 Function::Function() function in class:Function
22 Function::~Function()
33 Function::SetSourceCode(FileSourceCode* source, function_source_state state)
62 Function::AddListener(Listener* listener)
69 Function::RemoveListener(Listener* listener)
76 Function::AddInstance(FunctionInstance* instance)
88 Function
[all...]
H A DFunction.h19 class Function : public BReferenceable, private LocatableFile::Listener { class in inherits:BReferenceable,LocatableFile::Listener
24 Function();
25 ~Function();
79 Function* fNext;
83 class Function::Listener : public DoublyLinkedListLinkImpl<Listener> {
87 virtual void FunctionSourceCodeChanged(Function* function);
H A DFunctionInstance.h22 class Function;
37 Function* GetFunction() const
59 void SetFunction(Function* function);
72 Function* fFunction;
H A DTeamDebugInfo.h25 class Function;
74 Function* FunctionAtSourceLocation(LocatableFile* file,
76 Function* FunctionByID(FunctionID* functionID) const;
89 status_t _AddFunction(Function* function);
90 void _RemoveFunction(Function* function);
H A DTeamDebugInfo.cpp24 #include "Function.h"
41 typedef Function ValueType;
58 size_t Hash(const Function* value) const
63 bool Compare(const FunctionInstance* key, const Function* value) const
78 Function*& GetLink(Function* value) const
138 status_t AddFunction(Function* function)
146 void RemoveFunction(Function* function)
154 Function* FunctionAtLocation(const SourceLocation& location) const
171 Function* FunctionA
[all...]
H A DFunctionInstance.cpp11 #include "Function.h"
54 FunctionInstance::SetFunction(Function* function)
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfLut.h67 template <class Function>
68 HalfLut (Function f);
105 template <class Function>
106 RgbaLut (Function f, RgbaChannels chn = WRITE_RGB);
164 template <class Function>
165 HalfLut::HalfLut (Function f):
173 template <class Function>
174 RgbaLut::RgbaLut (Function f, RgbaChannels chn):
/haiku-fatelf/src/add-ons/translators/exr/openexr/half/
H A DhalfFunction.h99 template <class Function>
100 halfFunction (Function f,
125 template <class Function>
126 halfFunction<T>::halfFunction (Function f,
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexregion.c132 * PARAMETERS: Function - Read or Write operation
148 UINT32 Function,
288 BitWidth, Function, ACPI_FORMAT_NATIVE_UINT (Address)));
298 switch (Function)
366 * PARAMETERS: Function - Read or Write operation
382 UINT32 Function,
398 BitWidth, Function, ACPI_FORMAT_NATIVE_UINT (Address)));
402 switch (Function)
430 * PARAMETERS: Function - Read or Write operation
446 UINT32 Function,
147 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
381 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
445 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
525 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
562 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
599 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
H A Dexfield.c154 UINT32 Function; local
195 * Note: SMBus and GSBus protocol value is passed in upper 16-bits of Function
200 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
205 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
210 Function = ACPI_READ;
227 Function);
325 UINT32 Function; local
367 * Note: SMBus and GSBus protocol type is passed in upper 16-bits of Function
381 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16);
386 Function
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacevents.h309 UINT32 Function,
341 UINT32 Function);
350 UINT32 Function,
357 UINT32 Function,
364 UINT32 Function,
371 UINT32 Function,
378 UINT32 Function,
385 UINT32 Function,
H A Dacinterp.h727 UINT32 Function,
736 UINT32 Function,
745 UINT32 Function,
754 UINT32 Function,
763 UINT32 Function,
772 UINT32 Function,
781 UINT32 Function,
791 UINT32 Function,
H A Dacpiosxf.h347 ACPI_OSD_EXEC_CALLBACK Function,
434 UINT32 Function,
/haiku-fatelf/src/bin/gdb/readline/
H A Drltypedefs.h35 typedef int Function (); typedef
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c139 * Function - Start or stop
152 UINT32 Function,
163 if (Function == ACPI_REGION_DEACTIVATE)
205 * Function - Start or stop
218 UINT32 Function,
225 if (Function == ACPI_REGION_DEACTIVATE)
243 * Function - Start or stop
258 UINT32 Function,
288 if (Function == ACPI_REGION_DEACTIVATE)
411 PciId->Function
150 AcpiEvSystemMemoryRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
216 AcpiEvIoSpaceRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
256 AcpiEvPciConfigRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
528 AcpiEvPciBarRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
559 AcpiEvCmosRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
588 AcpiEvDefaultRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
[all...]
/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c65 Function *cleanup;
81 static void add_unwind_protect_internal __P((Function *, char *));
116 add_unwind_protect ((Function *)NULL, tag);
140 Function *cleanup;
193 Function *cleanup;
288 if (elt->head.cleanup == (Function *) restore_variable)
310 elt->head.cleanup = (Function *) restore_variable;
/haiku-fatelf/src/bin/bash/lib/readline/
H A Drltypedefs.h34 typedef int Function (); typedef
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliStackFrameCommand.cpp47 frame->Function()->PrettyName().String());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c193 * the Bus/Device/Function numbers in the PciId with the actual
200 * Function number PCI ID subfields as appropriate for the
349 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
376 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
470 * From _ADR, get the PCI Device and Function and
474 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
/haiku-fatelf/src/apps/debugger/jobs/
H A DLoadSourceCodeJob.cpp14 #include "Function.h"
53 Function* function = fFunctionInstance->GetFunction();
/haiku-fatelf/headers/private/shared/
H A DExpressionParser.h35 struct Function;
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dcardctl.c131 if (status->Function == 0) {
150 printf(" function %d: ", status->Function);
168 if (config->Function == 0) {
210 printf(" function %d:\n", config->Function);
343 config.Function = config.ConfigBase = 0;
371 config.Function = config.ConfigBase = 0;
399 status.Function = i;
416 config.Function = i;
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h14 #include "Function.h"
46 Function::Listener, StackFrame::Listener {
133 // Function::Listener
134 virtual void FunctionSourceCodeChanged(Function* function);
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcs.h35 u_char Function; member in struct:conf_reg_t
106 u_char Function; member in struct:config_info_t
309 u_char Function; member in struct:cs_status_t
322 u_char Function; member in struct:bind_req_t
/haiku-fatelf/src/apps/debugger/model/
H A DUserBreakpoint.h18 class Function;

Completed in 166 milliseconds

123