Searched refs:Array (Results 1 - 25 of 66) sorted by relevance

123

/haiku-fatelf/headers/build/private/shared/
H A DArray.h1 #include <../private/shared/Array.h>
/haiku-fatelf/src/add-ons/print/drivers/gutenprint/
H A DGPArray.h23 TYPE** Array();
24 TYPE** Array() const;
H A DGPCapabilities.cpp65 return (ArrayType)fPageSizes.Array();
67 return (ArrayType)fInputSlots.Array();
69 return (ArrayType)fResolutions.Array();
71 return (ArrayType)fPrintingModes.Array();
73 return (ArrayType)fDriverSpecificCategories.Array();
79 return (ArrayType)capabilities->Array();
H A DGPArray.cpp66 GPArray<TYPE>::Array() function in class:GPArray
74 GPArray<TYPE>::Array() const function in class:GPArray
/haiku-fatelf/headers/private/shared/
H A DArray.h24 class Array { class in namespace:BPrivate
26 inline Array();
27 Array(const Array<Element>& other);
28 inline ~Array();
50 Array<Element>& operator=(const Array<Element>& other);
65 Array<Element>::Array() function in class:BPrivate::Array
75 Array<Elemen function in class:BPrivate::Array
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfArray.h42 // class Array
60 // Array <C> a(3);
76 class Array class in namespace:Imf
84 Array () {_data = 0;} function in class:Imf::Array
85 Array (long size) {_data = new T[size];} function in class:Imf::Array
86 ~Array () {delete [] _data;}
115 Array (const Array &); // Copying and assignment
116 Array & operator = (const Array
[all...]
H A DImfOpaqueAttribute.h101 Array<char> _typeName;
103 Array<char> _data;
/haiku-fatelf/src/apps/debugger/util/
H A DBitBuffer.h11 #include <Array.h>
33 Array<uint8> fBytes;
/haiku-fatelf/src/apps/debugger/model/
H A DFileSourceCode.h11 #include <Array.h>
57 Array<SourceLocation> fSourceLocations;
/haiku-fatelf/src/apps/debugger/types/
H A DTargetAddressRangeList.h9 #include <Array.h>
40 typedef Array<TargetAddressRange> RangeArray;
H A DArrayIndexPath.h9 #include <Array.h>
36 typedef Array<int64> IndexArray;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dargmatch.h29 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array))
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dargmatch.h29 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array))
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm440x/
H A Db44queue.h49 PQQ_ENTRY Array[1]; member in struct:__anon1699
176 pQueue->Array[pQueue->Head] = pEntry;
211 pQueue->Array[Tail] = pEntry;
245 Entry = pQueue->Array[Head];
274 Entry = pQueue->Array[Tail];
309 return pQueue->Array[Idx];
335 return pQueue->Array[Idx];
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Dqueue.h48 PQQ_ENTRY Array[1]; member in struct:__anon1729
175 pQueue->Array[pQueue->Head] = pEntry;
210 pQueue->Array[Tail] = pEntry;
247 Entry = pQueue->Array[Head];
279 Entry = pQueue->Array[Tail];
314 return pQueue->Array[Idx];
340 return pQueue->Array[Idx];
/haiku-fatelf/src/bin/patch/
H A Dargmatch.h44 # define ARRAY_CARDINALITY(Array) (sizeof ((Array)) / sizeof (*(Array)))
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageDoubleItemTest.h40 inline static ArrayType Array() function in struct:TDoubleInitPolicy
H A DMessageFloatItemTest.h40 inline static ArrayType Array() function in struct:TFloatInitPolicy
H A DMessageInt16ItemTest.h40 inline static ArrayType Array() function in struct:TInt16InitPolicy
H A DMessageInt64ItemTest.h40 inline static ArrayType Array() function in struct:TInt64InitPolicy
H A DMessageInt8ItemTest.h40 inline static ArrayType Array() function in struct:TInt8InitPolicy
/haiku-fatelf/src/apps/debugger/dwarf/
H A DCompilationUnit.h12 #include <Array.h>
102 Array<DebugInfoEntry*> fEntries;
103 Array<off_t> fEntryOffsets;
/haiku-fatelf/headers/private/fs_shell/
H A DStack.h66 T *Array() function in class:FSShell::Stack
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DStack.h62 T *Array() function in class:Stack
/haiku-fatelf/src/apps/sudoku/
H A DStack.h63 T *Array() function in class:Stack

Completed in 252 milliseconds

123