Searched refs:array (Results 101 - 103 of 103) sorted by path

12345

/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.h71 #define NUM_OF_ELEMS(array, type) (sizeof(array) / sizeof(type))
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp51 file_extent *array; member in union:file_map::__anon44
74 array = NULL;
99 return &array[index];
118 file_extent *newMap = (file_extent *)realloc(array,
123 array = newMap;
160 free(array);
162 array = NULL;
378 // when we are here, the map has been stored in the array, and
379 // the array size was still too small to cover the whole file
468 bufferOverflow ? " (array to
[all...]
/haiku/src/tools/restest/
H A DResourceFile.cpp168 AutoDeleter(C* object, bool array = false) : object(object), array(array)
174 if (array)
181 bool array; member in struct:AutoDeleter

Completed in 58 milliseconds

12345