Searched refs:num_elements (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dpartition.c43 partition_new (int num_elements) argument
49 (num_elements - 1) * sizeof (struct partition_elem));
50 part->num_elements = num_elements;
51 for (e = 0; e < num_elements; ++e)
143 int num_elements = part->num_elements; local
149 done = (char *) xmalloc (num_elements);
150 memset (done, 0, num_elements);
153 class_elements = (int *) xmalloc (num_elements * sizeo
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dpartition.h62 int num_elements; member in struct:partition_def
/macosx-10.10/cups-408/cups/cups/
H A Darray.c48 int num_elements, /* Number of array elements */ member in struct:_cups_array_s
235 for (i = a->num_elements, e = a->elements; i > 0; i --, e ++)
244 a->num_elements = 0;
272 return (a->num_elements);
299 if (a->current >= 0 && a->current < a->num_elements)
335 for (i = a->num_elements, e = a->elements; i > 0; i --, e ++)
389 if (a->num_elements)
395 da->elements = malloc((size_t)a->num_elements * sizeof(void *));
414 for (i = 0; i < a->num_elements; i ++)
423 memcpy(da->elements, a->elements, (size_t)a->num_elements * sizeo
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Darray.h33 arrayind_t max_index, num_elements; member in struct:array
88 #define array_num_elements(a) ((a)->num_elements)
91 #define array_empty(a) ((a)->num_elements == 0)
H A Darray.c67 r->num_elements = 0;
89 a->num_elements = 0;
115 a1->num_elements = a->num_elements;
145 a->num_elements = i;
201 a->num_elements = 0;
216 a->num_elements -= n; /* modify bookkeeping information */
247 return (a->num_elements);
253 a->num_elements++;
266 return (a->num_elements);
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgcall.c152 unsigned32 *maskp = NULL, num_elements = 0, i, shift; local
356 num_elements = (((unsigned16)(rq->high_fragnum - rq->next_fragnum))
359 if (num_elements == 1)
363 RPC_MEM_ALLOC(maskp, unsigned32 *, num_elements * sizeof *maskp,
366 for (i = 0; i < num_elements; i++)
369 body.selack_len = num_elements;
412 if (num_elements > 1)
425 ((num_elements - 1) * sizeof *maskp);
427 iov[2].iov_len = num_elements * sizeof *maskp;
430 rpc__dg_xmit_pkt(call->sock_ref->sock, call->addr, iov, num_elements >
[all...]

Completed in 178 milliseconds