Searched refs:n_elements (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/
H A Dhashtab.h117 size_t n_elements; local
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dipnaf.c264 unsigned32 /*n_elements*/,
2070 ** n_elements
2101 unsigned32 n_elements,
2147 sizeof (rpc_port_range_element_t) * n_elements,
2162 list_p -> n_elements = n_elements;
2169 for (i = 0; i < n_elements; i++)
2199 list_p -> current_range_element = RPC_RANDOM_GET (0, n_elements - 1);
2312 (++ list_p -> current_range_element) % (list_p -> n_elements);
2075 set_port_restriction( rpc_protseq_id_t protseq_id, unsigned32 n_elements, unsigned_char_p_t *first_port_name_list, unsigned_char_p_t *last_port_name_list, unsigned32 *status ) argument
H A Dcomnaf.h263 unsigned32 n_elements,
H A Dcomnaf.c1867 ** n_elements
1898 unsigned32 n_elements,
1915 n_elements,
1869 rpc__naf_set_port_restriction( rpc_protseq_id_t protseq_id, unsigned32 n_elements, unsigned_char_p_t *first_port_name_list, unsigned_char_p_t *last_port_name_list, unsigned32 *status ) argument
H A Dcom.h357 unsigned32 n_elements; /* in range_elements */ member in struct:__anon8250
H A Dnpnaf.c262 unsigned32 /*n_elements*/,
2114 ** n_elements
2145 unsigned32 n_elements ATTRIBUTE_UNUSED,
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dhashtab.c228 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted)
445 htab->n_elements = 0;
530 htab->n_elements -= htab->n_deleted;
617 if (insert == INSERT && size * 3 <= htab->n_elements * 4)
668 htab->n_elements++;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DFastMalloc.h74 WTF_EXPORT_PRIVATE TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size);
H A DFastMalloc.cpp291 TryMallocReturnValue tryFastCalloc(size_t n_elements, size_t element_size) argument
296 size_t totalBytes = n_elements * element_size;
297 if (n_elements > 1 && element_size && (totalBytes / element_size) != n_elements)
308 return calloc(n_elements, element_size);
312 void* fastCalloc(size_t n_elements, size_t element_size) argument
317 TryMallocReturnValue returnValue = tryFastCalloc(n_elements, element_size);
322 void* result = calloc(n_elements, element_size);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c556 int n_elements; local
559 n_elements = kd_bufs[i].kdsb_size / sizeof(struct kd_storage);
562 for (n = 0; n < n_elements; n++) {
569 n_storage_units += n_elements;

Completed in 246 milliseconds