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

/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_thread_i386.c222 mach_msg_type_number_t *start_idx,
233 mach_msg_type_number_t ct = *start_idx;
251 *start_idx = ct;
292 *start_idx = ct;
301 mach_msg_type_number_t *start_idx,
311 mach_msg_type_number_t ct = *start_idx;
314 if(*start_idx >= max_idx)
330 *start_idx = ct;
368 *start_idx = ct;
376 mach_msg_type_number_t *start_idx,
217 do_backtrace32( task_t task, thread_t thread, x86_saved_state32_t *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx, boolean_t supervisor) argument
296 do_backtrace64( task_t task, thread_t thread, x86_saved_state64_t *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx, boolean_t supervisor) argument
372 do_kernel_backtrace( thread_t thread, struct x86_kernel_state *regs, uint64_t *frames, mach_msg_type_number_t *start_idx, mach_msg_type_number_t max_idx) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddoc.c821 int start_idx;
827 start_idx = start - SDATA (string);
859 start = SDATA (string) + start_idx;
886 int start_idx;
894 start_idx = start - SDATA (string);
919 start = SDATA (string) + start_idx;
819 int start_idx; variable
884 int start_idx; variable
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c3878 unsigned int page_idx, start_idx, last_idx, orig_last_idx; local
3924 for (page_idx = last_idx, start_idx = last_idx;
3998 start_idx = page_idx;
4110 assert(page_idx - start_idx == contig_pages);
4112 tmp_start_idx = start_idx;
4123 while (start_idx < page_idx) {
4125 m1 = &vm_pages[start_idx++];
4177 start_idx = tmp_start_idx;
4180 while (start_idx++ < page_idx) {
/macosx-10.9.5/vim-53/src/
H A Dmemline.c5186 int start_idx; local
5235 start_idx = idx = curline - buf->b_ml.ml_locked_low;
5271 else if (idx == start_idx)
5276 curline += idx - start_idx + extra;
H A Dsyntax.c2866 int start_idx; local
2917 start_idx = idx; /* remember the first END pattern. */
2925 for (idx = start_idx; idx < syn_block->b_syn_patterns.ga_len; ++idx)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregcomp.c2462 Idx i, start, end, start_idx = re_string_cur_idx (regexp);
2500 re_string_set_index (regexp, start_idx);
2453 Idx i, start, end, start_idx = re_string_cur_idx (regexp); local

Completed in 345 milliseconds