Searched refs:Buffer (Results 101 - 125 of 241) sorted by relevance

12345678910

/haiku/src/kits/package/hpkg/
H A DBlockBufferPoolImpl.cpp174 if (buffer == NULL || buffer->Buffer() == NULL) {
/haiku/headers/os/support/
H A DDataIO.h145 const void* Buffer() const;
/haiku/headers/private/media/experimental/
H A DMediaClient.h9 #include <Buffer.h>
/haiku/src/kits/media/
H A DBuffer.cpp35 #include <Buffer.h>
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortDirectory.cpp15 fHeader = (ShortFormHeader*)(DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize()));
H A DShortAttribute.cpp15 fHeader = (AShortFormHeader*)(DIR_AFORK_PTR(fInode->Buffer(),
H A DExtent.cpp76 void* pointerToMap = DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize());
131 void* pointerToMap = DIR_DFORK_PTR(fInode->Buffer(), fInode->CoreInodeSize());
H A DInode.cpp377 char* dataStart = (char*) DIR_DFORK_PTR(Buffer(), CoreInodeSize());
418 ((char*)DIR_DFORK_PTR(Buffer(), CoreInodeSize()) + GetPtrOffsetIntoRoot(pos));
483 // Next level wil contain leaf nodes. Now Read Directory Buffer
505 DIR_DFORK_PTR(Buffer(), CoreInodeSize()), sizeof(BlockInDataFork));
/haiku/headers/private/netservices/
H A DHttpForm.h62 const void* Buffer() const;
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp677 sDefaultQueryTemplate[2].fBits = (const char*)stream.Buffer();
694 sBookmarkQueryTemplate[2].fBits = (const char*)stream.Buffer();
711 sPersonQueryTemplate[2].fBits = (const char*)stream.Buffer();
728 sEmailQueryTemplate[2].fBits = (const char*)stream.Buffer();
H A DThumbnails.cpp223 stream.Buffer(), stream.BufferLength());
361 (void*)webpData.Buffer(), attrInfo.size) == attrInfo.size) {
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdebug.h620 char *Buffer);
H A Dacnamesp.h511 ACPI_BUFFER *Buffer);
516 ACPI_BUFFER *Buffer,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp123 memcmp( old_settings_flat.Buffer(), new_settings_flat.Buffer(), old_settings_flat.BufferLength() ) == 0 )
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp317 connection->Send(reply->Stream().Buffer(),
333 connection->Send(reply->Stream().Buffer(),
/haiku/src/system/kernel/device_manager/
H A DIORequest.h170 DMABuffer* Buffer() const { return fDMABuffer; } function in struct:IOOperation
283 IOBuffer* Buffer() const { return fBuffer; } function in struct:IORequest
H A DIOCache.cpp164 IOBuffer* buffer = request->Buffer();
476 fDMAResource->RecycleBuffer(operation.Buffer());
578 fDMAResource->RecycleBuffer(operation.Buffer());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexprep.c383 case AML_FIELD_ACCESS_BUFFER: /* ACPI 2.0 (SMBus Buffer) */
489 * For all Buffer Fields, the ByteAlignment is always one byte.
625 SecondDesc->Buffer.Pointer;
627 (UINT16) SecondDesc->Buffer.Length;
H A Dexoparg1.c919 /* Buffer arguments may not be evaluated at this point */
922 Value = TempDesc->Buffer.Length;
936 "Operand must be Buffer/Integer/String/Package"
1126 * either a Buffer or a Package
1147 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutdelete.c230 ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "**** Buffer %p, ptr %p\n",
231 Object, Object->Buffer.Pointer));
239 ObjPointer = Object->Buffer.Pointer;
425 "***** Buffer Field %p\n", Object));
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp506 void* Buffer() { return fBuffer; } function in class:MallocBuffer
602 (char*)encodingBuffer.Buffer(), encodingLength);
607 ssize_t bytesWritten = destination->Write(encodingBuffer.Buffer(),
/haiku/src/apps/sudoku/
H A DSudokuView.cpp444 mallocIO.Buffer(), mallocIO.BufferLength());
446 clip->AddData("image/x-be-bitmap", B_MESSAGE_TYPE, mallocIO.Buffer(),
451 mallocIO.Buffer(), mallocIO.BufferLength());
460 status = clip->AddData("text/html", B_MIME_TYPE, mallocIO.Buffer(),
470 status = clip->AddData("text/plain", B_MIME_TYPE, mallocIO.Buffer(),
481 mallocIO.Buffer(), mallocIO.BufferLength());
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp285 wsz = catalogFile.Write(mallocIO.Buffer(), mallocIO.BufferLength());
320 mallocIO.Buffer(), mallocIO.BufferLength(),
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp252 memset((void *)mio.Buffer(), 0, (size_t)size + 1);
256 return _Import(icon, (const char *)mio.Buffer(), NULL);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c212 * BufferDesc - Host Buffer
242 /* Host object must be a Buffer */
247 "Target of Create Field is not a Buffer object - %s",
353 (8 * (UINT32) BufferDesc->Buffer.Length))
358 "exceeds size of target Buffer (%u bits)",
360 8 * (UINT32) BufferDesc->Buffer.Length));
423 * DESCRIPTION: Get BufferField Buffer and Index
448 /* NextOp points to the op that holds the Buffer */
478 /* Initialize the Buffer Field */
740 * Buffer, Packag
[all...]

Completed in 154 milliseconds

12345678910