Searched refs:current_index (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/emacs-93/emacs/mac/inc/
H A Ddirent.h41 long current_index; member in struct:DIR
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py658 current_index = 0
661 while current_index < max_zallocation:
662 current_zalloc = kern.globals.zallocations[current_index]
664 print '{0: <5d} {1: <#018x} {2: <5d} {3: <15d}'.format(current_index, current_zalloc.za_element, current_zalloc.za_trace_index, unsigned(current_zalloc.za_size))
666 current_index += 1
683 current_index = 0
686 while current_index < max_zallocation:
687 current_zalloc = kern.globals.zallocations[current_index]
689 print '{0: <5d} {1: <#018x} {2: <6d}'.format(current_index, current_zalloc.za_element, current_zalloc.za_size)
691 current_index
[all...]
/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c1018 stack_logging_index_event current_index; local
1020 current_index.address = STACK_LOGGING_DISGUISE(return_val);
1021 current_index.argument = size;
1023 last_logged_malloc_address = current_index.address; // disguised
1026 current_index.address = STACK_LOGGING_DISGUISE(ptr_arg);
1027 current_index.argument = size;
1030 current_index.offset_and_flags = STACK_LOGGING_OFFSET_AND_FLAGS(uniqueStackIdentifier, type_flags);
1033 // malloc_printf("{0x%lx, %lld}\n", STACK_LOGGING_DISGUISE(current_index.address), uniqueStackIdentifier);
1041 memcpy(pre_write_buffers->index_buffer+pre_write_buffers->next_free_index_buffer_offset, &current_index, sizeof(stack_logging_index_event));
/macosx-10.10/emacs-93/emacs/src/
H A Dmac.c3966 dirp->current_index = 1; /* index for first volume */
4005 dirp->current_index = 1; /* index for first file/directory */
4052 hpblock.volumeParam.ioVolIndex = dp->current_index;
4064 dp->current_index++;
4083 cipb.hFileInfo.ioFDirIndex = dp->current_index;
4098 dp->current_index++;
/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c6155 current_index = 0; /* Current index */ local
6500 current_index ++;
6501 if (current_index < first_index)

Completed in 187 milliseconds