Searched refs:Source (Results 1 - 25 of 46) sorted by relevance

12

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutnonansi.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
299 char *Source)
302 if (strlen (Source) >= DestSize)
307 strcpy (Dest, Source);
315 char *Source)
318 if ((strlen (Dest) + strlen (Source)) >= DestSize)
323 strcat (Dest, Source);
296 AcpiUtSafeStrcpy( char *Dest, ACPI_SIZE DestSize, char *Source) argument
312 AcpiUtSafeStrcat( char *Dest, ACPI_SIZE DestSize, char *Source) argument
328 AcpiUtSafeStrncat( char *Dest, ACPI_SIZE DestSize, char *Source, ACPI_SIZE MaxTransferLength) argument
349 AcpiUtSafeStrncpy( char *Dest, char *Source, ACPI_SIZE DestSize) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drsmisc.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
191 void *Source; local
231 * Source is the external AML byte stream buffer,
234 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
261 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
269 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
277 ((ACPI_GET8 (Source) >> Inf
594 void *Source = NULL; local
[all...]
H A Drsutils.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
245 * Source - Pointer to the source descriptor
260 void *Source,
285 memcpy (Destination, Source, ItemCount);
298 &ACPI_CAST_PTR (UINT16, Source)[i]);
305 &ACPI_CAST_PTR (UINT32, Source)[i]);
312 &ACPI_CAST_PTR (UINT64, Source)[
258 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
430 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
H A Drscreate.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
408 * Source[4] member because it is added below.
425 * elements: [Address, Pin, Source, SourceIndex]
468 "(PRT[%u].Source) Need name, found Reference Class 0x%X",
478 (UINT32) ((UINT8 *) UserPrt->Source -
480 PathBuffer.Pointer = UserPrt->Source;
491 UserPrt->Length += (UINT32) strlen (UserPrt->Source)
[all...]
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioChannelConverter.h29 AudioReader* Source() const;
H A DAudioFormatConverter.h30 AudioReader* Source() const;
H A DAudioVolumeConverter.h28 AudioReader* Source() const;
H A DAudioAdapter.h36 AudioReader* Source() const;
H A DAudioResampler.h35 AudioReader* Source() const;
/haiku/src/bin/bfs_tools/lib/
H A DInode.h66 class Source;
67 const char* Path(Inode::Source* source = NULL);
69 Inode::Source* source = NULL);
80 class Source { class in class:Inode
88 status_t _FindPath(Inode::Source *source = NULL);
137 Inode::Source *source = NULL);
149 Inode::Source *source = NULL);
163 Inode::Source *source = NULL);
192 Inode::Source *source = NULL);
/haiku/headers/libs/agg/
H A Dagg_span_image_filter.h30 template<class Source, class Interpolator> class span_image_filter
33 typedef Source source_type;
93 template<class Source>
95 public span_image_filter<Source, span_interpolator_linear<trans_affine> >
98 typedef Source source_type;
179 template<class Source, class Interpolator>
181 public span_image_filter<Source, Interpolator>
184 typedef Source source_type;
H A Dagg_span_pattern_gray.h34 template<class Source> class span_pattern_gray
37 typedef Source source_type;
H A Dagg_span_pattern_rgb.h34 template<class Source> class span_pattern_rgb
37 typedef Source source_type;
H A Dagg_span_pattern_rgba.h34 template<class Source> class span_pattern_rgba
37 typedef Source source_type;
H A Dagg_span_image_filter_gray.h35 template<class Source, class Interpolator>
37 public span_image_filter<Source, Interpolator>
40 typedef Source source_type;
81 template<class Source, class Interpolator>
83 public span_image_filter<Source, Interpolator>
86 typedef Source source_type;
154 template<class Source, class Interpolator>
156 public span_image_filter<Source, Interpolator>
159 typedef Source source_type;
331 template<class Source, clas
[all...]
H A Dagg_span_image_filter_rgb.h35 template<class Source, class Interpolator>
37 public span_image_filter<Source, Interpolator>
40 typedef Source source_type;
86 template<class Source, class Interpolator>
88 public span_image_filter<Source, Interpolator>
91 typedef Source source_type;
181 template<class Source, class Interpolator>
183 public span_image_filter<Source, Interpolator>
186 typedef Source source_type;
415 template<class Source, clas
[all...]
H A Dagg_span_image_filter_rgba.h35 template<class Source, class Interpolator>
37 public span_image_filter<Source, Interpolator>
40 typedef Source source_type;
86 template<class Source, class Interpolator>
88 public span_image_filter<Source, Interpolator>
91 typedef Source source_type;
187 template<class Source, class Interpolator>
189 public span_image_filter<Source, Interpolator>
192 typedef Source source_type;
426 template<class Source, clas
[all...]
H A Dagg_renderer_outline_image.h29 template<class Source> class line_image_scale
32 typedef typename Source::color_type color_type;
34 line_image_scale(const Source& src, double height) :
56 line_image_scale(const line_image_scale<Source>&);
57 const line_image_scale<Source>& operator = (const line_image_scale<Source>&);
59 const Source& m_source;
89 template<class Source>
90 line_image_pattern(const Filter& filter, const Source& src) :
106 template<class Source> voi
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
694 char *Source; local
734 Source = ReturnObject->String.Pointer;
735 if (*Source == '*')
737 Source++;
752 for (Dest = NewString->String.Pointer; *Source; Dest++, Source
1152 ACPI_OPERAND_OBJECT **Source; local
[all...]
H A Dnsrepair.c42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
609 ACPI_OPERAND_OBJECT **Source; local
646 Source = ObjDesc->Package.Elements;
647 Dest = Source;
653 if (!*Source)
659 *Dest = *Source;
663 Source
[all...]
H A Dnsxfname.c43 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
55 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
170 ACPI_PNP_DEVICE_ID *Source,
339 * Source - Pointer to the source PNP_DEVICE_ID
351 ACPI_PNP_DEVICE_ID *Source,
357 Dest->Length = Source->Length;
361 memcpy (StringArea, Source->String, Source
349 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
[all...]
/haiku/src/kits/media/
H A DReaderPlugin.cpp56 Reader::Source() const function in class:Reader
/haiku/src/add-ons/media/plugins/au_reader/
H A Dau_reader.h57 BPositionIO *Source() { return fSource; } function in class:auReader
/haiku/headers/os/net/
H A DNetworkRoute.h37 const sockaddr* Source() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacstruct.h42 * 3.1. Redistribution of Source with Rights to Further Distribute Source.
54 * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
289 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon16
297 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon17

Completed in 90 milliseconds

12