Searched refs:Buffer (Results 76 - 100 of 241) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsrepair2.c261 * _FDE: Convert Buffer of BYTEs to a Buffer of DWORDs
262 * _GTM: Convert Buffer of BYTEs to a Buffer of DWORDs
417 * value is a Buffer of 5 DWORDs. This function repairs a common
418 * problem where the return value is a Buffer of BYTEs, not
444 if (ReturnObject->Buffer.Length >= ACPI_FDE_DWORD_BUFFER_SIZE)
451 if (ReturnObject->Buffer.Length != ACPI_FDE_BYTE_BUFFER_SIZE)
456 ReturnObject->Buffer.Length, ACPI_FDE_DWORD_BUFFER_SIZE));
472 ByteBuffer = ReturnObject->Buffer
[all...]
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp207 const BPositionIO* Buffer() const function in class:RelativePositionIO
416 BMallocIO* oldBuffer = (BMallocIO*)fBuffer->Buffer();
417 fBuffer->FlushBefore(position, buffer, oldBuffer->Buffer(), oldBuffer->BufferLength());
/haiku/src/preferences/mail/
H A DDNSQuery.h38 void *Data(void) const { return (void*)fBuffer.Buffer(); }
/haiku/src/tests/kits/media/
H A DBufferTest.cpp11 #include <Buffer.h>
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.h14 #include <Buffer.h>
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dfile.h31 void* Buffer; member in struct:__anon16
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp89 cached_info.Buffer.seg = 0;
90 cached_info.Buffer.ofs = 0;
99 char *buf = (char *)(cached_info.Buffer.seg * 16 + cached_info.Buffer.ofs);
H A Dpxe_undi.h78 SEGOFF16 Buffer; member in struct:PXENV_GET_CACHED_INFO
/haiku/src/system/boot/loader/
H A Dmain.cpp160 memcpy(buffer, gBootVolume.Buffer(), gBootVolume.ContentSize());
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DRDefExporter.cpp36 return _Export((const uint8*)buffer.Buffer(), buffer.BufferLength(), stream);
/haiku/src/kits/shared/
H A DJson.cpp66 const char* Buffer() const function in class:BPrivate::JsonParseAssemblyBuffer
730 BJsonEvent(eventType, assemblyBuffer->Buffer()));
895 if (!IsValidNumber(assemblyBuffer->Buffer())) {
902 assemblyBuffer->Buffer()));
/haiku/headers/private/kernel/
H A Dtracing.h55 char* Buffer() const { return fBuffer; } function in class:TraceOutput
186 return Buffer();
/haiku/src/kits/app/
H A DKey.cpp140 return (const uint8*)fData.Buffer();
181 || message.AddData("data", B_RAW_TYPE, fData.Buffer(),
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DXDR.cpp299 return AddOpaque(stream.Buffer(), stream.Size());
311 memcpy(fBuffer + fPosition, stream.Buffer(), size);
/haiku/src/kits/game/
H A DSimpleGameSound.cpp77 status_t error = other.Device()->Buffer(other.ID(), &format, data);
97 status_t error = Device()->Buffer(ID(), &format, data);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp246 status = state->AddData(kShelfArchiveName, 'shlf', fShelfData.Buffer(),
260 status = state->AddData(kShelfArchiveName, 'shlf', mio.Buffer(),
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp152 result = BJson::Parse((char*)resultBuffer.Buffer(), data);
225 BString countryCode((char*)resultBuffer.Buffer(), (int32)length);
H A DHttpForm.cpp134 BHttpFormData::Buffer() const function in class:BHttpFormData
314 reinterpret_cast<const char*>(currentField->Buffer()),
355 reinterpret_cast<const char*>(currentField->Buffer()),
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp65 buf = (uint8 *)fInputBuff.Buffer();
210 fInputBuff.Write(m.Buffer(), bufsize - end);
/haiku/src/tests/kits/shared/
H A DJsonEndToEndTest.cpp119 fprintf(stderr, "actual out >%s<\n", (char*)outputData->Buffer());
121 0 == strncmp(expectedOutput, (char*)outputData->Buffer(),
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstore.c268 * 2) Store to an indexed area of a Buffer or Package
335 * DESCRIPTION: Store the object to indexed Buffer or Package element
422 * Store into a Buffer or String (not actually a real BufferField)
426 * 8-bit Buffer location defined by the Index destination object,
431 * Make sure the target is a Buffer or String. An error should
460 Value = SourceDesc->Buffer.Pointer[0];
468 "Source must be type [Integer/Buffer/String], found [%s]",
475 ObjDesc->Buffer.Pointer[IndexDesc->Reference.Value] = Value;
558 * Buffer --> Buffer (Name
[all...]
/haiku/src/apps/installer/
H A DCopyEngine.cpp204 Buffer* buffer = new (nothrow) Buffer(destination);
544 Buffer* buffer = NULL;
/haiku/src/kits/media/
H A DSoundPlayNode.h13 #include <Buffer.h>
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp146 return Write(other.Buffer(), other.SizeUsed());
/haiku/src/tests/kits/app/common/
H A DPipedAppRunner.cpp110 const void *output = fOutput.Buffer();

Completed in 766 milliseconds

12345678910