Searched refs:limit0 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/src/
H A Dside.c203 print_sdiff_common_lines (lin limit0, lin limit1) argument
207 if (!suppress_common_lines && (i0 != limit0 || i1 != limit1))
211 long len0 = limit0 - i0;
218 while (i0 != limit0 && i1 != limit1)
224 while (i0 != limit0)
228 next0 = limit0;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c211 struct plimit limit0; variable in typeref:struct:plimit
612 kernproc->p_limit = &limit0;
614 limit0.pl_rlimit[i].rlim_cur =
615 limit0.pl_rlimit[i].rlim_max = RLIM_INFINITY;
616 limit0.pl_rlimit[RLIMIT_NOFILE].rlim_cur = NOFILE;
617 limit0.pl_rlimit[RLIMIT_NPROC].rlim_cur = maxprocperuid;
618 limit0.pl_rlimit[RLIMIT_NPROC].rlim_max = maxproc;
619 limit0.pl_rlimit[RLIMIT_STACK] = vm_initial_limit_stack;
620 limit0.pl_rlimit[RLIMIT_DATA] = vm_initial_limit_data;
621 limit0
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dbmpset.cpp522 const uint8_t *limit0=limit;
531 * including it if that is part of the span, otherwise set limit0 to before
542 limit0=limit;
548 limit0=limit;
555 limit0=limit;
571 return limit0;
580 return limit0;
648 return limit0;

Completed in 122 milliseconds