Searched refs:max_index (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/libdispatch-442.1.4/src/shims/
H A Datomic_sfb.h40 unsigned int max_index)
53 if (slowpath(index > max_index)) {
39 _dispatch_atomic_set_first_bit(volatile unsigned long *p, unsigned int max_index) argument
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Darray.h33 arrayind_t max_index, num_elements; member in struct:array
89 #define array_max_index(a) ((a)->max_index)
H A Darray.c66 r->max_index = -1;
88 a->max_index = -1;
114 a1->max_index = a->max_index;
146 a->max_index = mi;
200 a->max_index = -1;
217 a->max_index -= n;
264 a->max_index = element_index(a->head->prev);
470 a->max_index = i;
514 a->max_index
[all...]
/macosx-10.10/apr-32/apr/apr/memory/unix/
H A Dapr_pools.c87 apr_uint32_t max_index; member in struct:apr_allocator_t
216 apr_uint32_t max_index; local
241 if (index <= allocator->max_index) {
253 * allocator->free[max_index]. This seems
257 max_index = allocator->max_index;
260 while (*ref == NULL && i < max_index) {
271 if ((*ref = node->next) == NULL && i >= max_index) {
274 max_index--;
276 while (*ref == NULL && max_index >
365 apr_uint32_t index, max_index; local
[all...]
/macosx-10.10/libdispatch-442.1.4/src/
H A Dallocator.c219 // max_index is the 0-based position of the most significant bit that is
224 unsigned int max_index)
231 return dispatch_atomic_set_first_bit(bitmap,max_index);
223 bitmap_set_first_unset_bit_upto_index(volatile bitmap_t *bitmap, unsigned int max_index) argument
H A Dvoucher.c1000 unsigned int max_index)
1002 dispatch_assert(max_index != 0);
1004 max_map = max_index / _voucher_activity_bits_per_bitmap_base_t;
1006 max_bit = max_index % _voucher_activity_bits_per_bitmap_base_t;
998 _voucher_activity_bitmap_set_first_unset_bit_upto( _voucher_activity_bitmap_t volatile bitmap, unsigned int max_index) argument
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientstub.c149 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered member in struct:_DNSServiceRef_t
416 x->max_index = 0;
494 sdr->max_index = 0;
1895 rref->record_index = sdRef->max_index++;
1962 rref->record_index = sdRef->max_index++;
2029 if (!sdRef->max_index) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRemoveRecord called with bad DNSServiceRef"); return kDNSServiceErr_BadReference; }
/macosx-10.10/vim-55/runtime/syntax/
H A Dspecman.vim38 syn keyword specmanMethod last last_index max max_index max_value min min_index
H A Dvera.vim88 syn keyword veraMethods len load match max max_index min min_index new object_compare
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf.c3352 int max_index = 0;
3364 if (max_index < asect->index)
3365 max_index = asect->index;
3368 max_index++;
3369 sect_syms = bfd_zalloc2 (abfd, max_index, sizeof (asymbol *));
3373 elf_num_section_syms (abfd) = max_index;
3347 int max_index = 0; local
H A Dieee.c686 unsigned int *max_index,
706 if (new_index > *max_index)
707 *max_index = new_index;
679 get_symbol(bfd *abfd ATTRIBUTE_UNUSED, ieee_data_type *ieee, ieee_symbol_type *last_symbol, unsigned int *symbol_count, ieee_symbol_type ***pptr, unsigned int *max_index, int this_type) argument

Completed in 225 milliseconds