Searched refs:DataType (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMallocFreeAllocator.h8 template <class DataType>
9 class MallocFreeAllocator : public Constructor<DataType> {
11 typedef DataType* Pointer;
12 typedef const DataType* ConstPointer;
13 typedef DataType& Reference;
14 typedef const DataType& ConstReference;
16 /*! malloc()'s an object of type \c DataType and returns a
20 return reinterpret_cast<Pointer>(malloc(sizeof(DataType)));
H A DConstructor.h6 template <class DataType>
9 typedef DataType* Pointer;
10 typedef const DataType* ConstPointer;
11 typedef DataType& Reference;
12 typedef const DataType& ConstReference;
20 new(reinterpret_cast<void*>(object)) DataType();
30 new(reinterpret_cast<void*>(object)) DataType(arg1);
40 new(reinterpret_cast<void*>(object)) DataType(arg1, arg2);
50 new(reinterpret_cast<void*>(object)) DataType(arg1, arg2, arg3);
62 new(reinterpret_cast<void*>(object)) DataType(arg
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DArray.h18 template<typename DataType, uint32 arrayLength>
27 uint32 size() const { return arrayLength * sizeof(DataType); }
30 DataType operator[] (int index) const { return data[index]; }
32 DataType data[arrayLength];
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexnames.c372 * PARAMETERS: DataType - Object type to be associated with this
387 ACPI_OBJECT_TYPE DataType,
403 if (ACPI_TYPE_LOCAL_REGION_FIELD == DataType ||
404 ACPI_TYPE_LOCAL_BANK_FIELD == DataType ||
405 ACPI_TYPE_LOCAL_INDEX_FIELD == DataType)
422 * DataType is not a field name.
386 AcpiExGetNameString( ACPI_OBJECT_TYPE DataType, UINT8 *InAmlAddress, char **OutNameString, UINT32 *OutNameLength) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h44 uint32 DataType() const { return BFS_ENDIAN_TO_HOST_INT32(data_type); } function in struct:BFS::bplustree_header
450 if (fHeader.DataType() != BPLUSTREE_STRING_TYPE)
459 if (fHeader.DataType() != BPLUSTREE_STRING_TYPE)
468 if (fHeader.DataType() != BPLUSTREE_INT32_TYPE)
477 if (fHeader.DataType() != BPLUSTREE_UINT32_TYPE)
486 if (fHeader.DataType() != BPLUSTREE_INT64_TYPE)
495 if (fHeader.DataType() != BPLUSTREE_UINT64_TYPE)
504 if (fHeader.DataType() != BPLUSTREE_FLOAT_TYPE)
513 if (fHeader.DataType() != BPLUSTREE_DOUBLE_TYPE)
H A DDebug.cpp154 kprintf(" data_type = %u\n", (unsigned)header->DataType());
H A DBPlusTree.cpp734 if (fHeader.DataType() > BPLUSTREE_DOUBLE_TYPE
736 && kToMode[fHeader.DataType()] != mode)
1015 switch (fHeader.DataType()) {
2746 bool needsTermination = fTree->fHeader.DataType() == BPLUSTREE_STRING_TYPE;
/haiku/src/servers/app/font/
H A DFontEngine.h100 glyph_data_type DataType() const function in class:FontEngine
H A DFontCacheEntry.cpp338 engine->DataSize(), engine->DataType(), engine->Bounds(),
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.h288 enum DataType { enum in class:PCL6Writer
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h648 UINT8 DataType; member in struct:acpi_cdat_dslbis
701 UINT8 DataType; member in struct:acpi_cdat_sslbis
2216 UINT8 DataType; member in struct:acpi_hmat_locality
2240 /* Values for DataType field above */
H A Dacinterp.h695 ACPI_OBJECT_TYPE DataType,

Completed in 192 milliseconds