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

12345

/haiku/headers/libs/agg/
H A Dagg_array.h30 pod_array_adaptor(T* array, unsigned size) : argument
31 m_array(array), m_size(size) {}
977 // now, push the largest sub-array
994 // the sub-array is small, perform insertion sort
1027 // Remove duplicates from a sorted array. It doesn't cut the
1028 // tail of the array, it just returns the number of remaining elements.
1089 range_adaptor(Array& array, unsigned start, unsigned size) : argument
1090 m_array(array), m_start(start), m_size(size)
/haiku/headers/private/system/posix/
H A Dxsi_semaphore_defs.h15 unsigned short *array; member in union:semun
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp197 // terminate the array
220 // Make new, independent clone of an argv array and its strings.
242 char* array = NULL; local
244 // make our own copy of the array...
258 array = new char[strlen(beginWord) + 1];
259 strcpy(array, beginWord);
260 UnGunk(array);
264 BString string(array != NULL ? array : "");
265 delete[] array;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_paprd.c1360 static int find_max(int *array, int length) argument
1367 if (array[i] > loc_max) {
1368 loc_max = array[i];
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h55 status_t _CheckRunArray(const run_array* array);
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A Dauthentication_server.rdef21 resource vector_icon array {
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp107 CallbackSlot* array = reinterpret_cast<CallbackSlot*>(malloc(size)); local
108 if (array == NULL)
112 memcpy(array, fCallbackArray, fArraySize * sizeof(CallbackSlot));
115 array[i].fNext = i + 1;
117 array[newSize - 1].fNext = -1;
119 fCallbackArray = array;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h119 contains(const char **array, size_t size, const char *value) argument
122 if (!strcmp(array[i], value))
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h181 array<uint8, 4> _reserved;
200 array<uint8, 6> _implementation_use;
246 array<uint8, 5> _reserved;
284 const array<uint8, kIdentifierSuffixLength>& identifier_suffix() const { return _identifier_suffix; }
285 array<uint8, kIdentifierSuffixLength>& identifier_suffix() { return _identifier_suffix; }
292 array<uint8, kIdentifierSuffixLength> _identifier_suffix;
506 const array<uint8, 6>& implementation_use() const { return _implementation_use; }
507 array<uint8, 6>& implementation_use() { return _implementation_use; }
558 array<uint8, 6> _implementation_use;
707 const array<cha
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp72 contains(const char **array, size_t size, const char *value) argument
75 if (!strcmp(array[i], value))
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPCapabilityExtractor.cpp310 struct BaseCap** array = fCapabilities->fDriverSpecificCategories.Array(); local
314 array[index] = *it;
319 GPCapabilityExtractor::AddCapability(GPArray<struct BaseCap>& array, argument
323 array.Array()[fIndex] = capability;
338 GPArray<struct BaseCap>& array = fCapabilities->fDriverSpecificCapabilities local
340 array.SetSize(1);
341 array.Array()[0] = capability;
H A DGPCapabilityExtractor.h63 void AddCapability(GPArray<struct BaseCap>& array, EnumCap* capability,
/haiku/src/add-ons/tracker/filetype/
H A DFileType.rdef57 resource large_icon array {
92 resource mini_icon array {
/haiku/src/add-ons/translators/psd/
H A DDataArray.cpp159 BDataArray::Append(BDataArray& array) argument
161 return Append(array.Buffer(), array.Length());
262 BDataArray::operator<<(BDataArray& array) argument
264 Append(array);
/haiku/src/apps/bootmanager/
H A DBootManager.rdef12 resource(1, "BEOS:APP_VERSION") #'APPV' array {
/haiku/src/apps/networkstatus/
H A DNetworkStatusIcons.rdef11 resource(kNetworkStatusNoDevice) #'VICN' array {
31 resource(kNetworkStatusNoConnection) #'VICN' array {
53 resource(kNetworkStatusNoSettings) #'VICN' array {
74 resource(kNetworkStatusConnecting) #'VICN' array {
96 resource(kNetworkStatusReady) #'VICN' array {
/haiku/src/bin/mail_utils/
H A Dmail2mbox.rdef18 resource large_icon array {
53 resource mini_icon array {
H A Dspamdbm.rdef24 resource(1, "Busy Cursor") #'CURS' array {
30 resource(0, "BEOS:L:text/x-vnd.agmsmith.spam_probability_database") #'ICON' array {
65 resource large_icon array {
100 resource(0, "BEOS:M:text/x-vnd.agmsmith.spam_probability_database") #'MICN' array {
119 resource mini_icon array {
/haiku/src/bin/rc/
H A Dlexer.l88 array return ARRAY;
H A Dparser.y131 %type <d> archive array arrayfields data expr message msgfield
290 array
454 | array { $$ = cast($1.type, $1); }
464 | typecast array { $$ = cast($1, $2); }
/haiku/src/bin/rc/tests/
H A Dbuiltin.rdef80 array icon[1024]
86 array icon[256]
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dvnet.h122 #define SYSCTL_VNET_PCPUSTAT(parent, nbr, name, type, array, desc) \
124 array##_sysctl(SYSCTL_HANDLER_ARGS) \
128 (sizeof(VNET(array)) / sizeof(counter_u64_t))); \
129 COUNTER_ARRAY_COPY(VNET(array), &s, sizeof(type) / sizeof(uint64_t));\
131 COUNTER_ARRAY_ZERO(VNET(array), \
136 0, array ## _sysctl, "I", desc)
/haiku/src/libs/mapm/
H A Dmapmfact.c31 * facilitate 'gcov' code coverage tool by making an array smaller
37 * increase size of DOS array
80 * Store this temp product into an array.
85 * Store this temp product into the next element of the array.
89 * We now have an array of numbers with approx the same number
91 * ended.) Now multiply each of the array elements together to
94 * The array multiplies are done as follows (assume we used 11
95 * array elements for this example, indicated by [0] - [10] ) :
132 /* define size of local array for temp storage */
140 M_APM array[NDI local
[all...]
/haiku/src/libs/stdc++/legacy/
H A Dioextend.cc63 // We implement this as a single array, each of whose element is
65 // We also specify that (the i field of) the 0'th element of the array
66 // contains the allocated length of the array (not counting that
79 register struct ptr_and_long *array = (ptr_and_long*)io._arrays; local
80 int old_length = array == NULL ? 0 : array[0].i;
87 if (array != NULL)
90 new_array[i] = array[i];
91 delete [] array;
101 array
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.h167 void AddList(const T* array, int32 count);
189 status_t ReadList(T* array, int32 count);
295 RemoteMessage::AddList(const T* array, int32 count) argument
298 Add(array[i]);
347 RemoteMessage::ReadList(T* array, int32 count) argument
350 status_t result = Read(array[i]);

Completed in 180 milliseconds

12345