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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_alloc.c114 int zindex; local
129 zindex = first_d_zone;
132 zindex++;
135 return(zalloc_canblock(d_zone[zindex], TRUE));
140 int zindex; local
150 zindex = first_d_zone;
153 zindex++;
157 zfree(d_zone[zindex], data);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkalloc.c397 int zindex = 0; local
399 while ((vm_size_t)k_zone_size[zindex] < size)
400 zindex++;
403 k_zindex_start = zindex;
406 k_zone_dlut[i] = (int8_t)zindex;
421 int zindex; local
427 zindex = (int)k_zone_dlut[dindex];
433 zindex = k_zindex_start;
434 while ((vm_size_t)k_zone_size[zindex] < testsize) {
435 zindex
464 int zindex = (int)k_zone_dlut[dindex]; local
471 get_zone_search(vm_size_t size, int zindex) argument
[all...]
/macosx-10.10/uucp-11/uucp/
H A Dprotj.c314 char *zput, *zindex;
321 zindex = zput + csend;
415 *zindex++ = ihigh + INDEX_OFFSET;
416 *zindex++ = ilow + INDEX_OFFSET;
420 *zindex++ = TRAILER;
424 zJbuf[1] = ISETLENGTH_FIRST (zindex - zJbuf);
425 zJbuf[2] = ISETLENGTH_SECOND (zindex - zJbuf);
433 fret = fsend_data (qconn, zJbuf, (size_t) (zindex - zJbuf), fdoread);
308 char *zput, *zindex; local
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dsubst.c6377 int zindex, t_index, expok; local
6385 zindex = *sindex;
6386 c = string[++zindex];
6546 tdesc = parameter_brace_expand (string, &zindex, quoted,
6580 t_index = zindex + 1;
6582 zindex = t_index;
6634 /* we need zindex+1 because string[zindex] == RPAREN */
6635 temp1 = substring (string, *sindex, zindex+1);
6646 t_index = zindex
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim315 \ 'cssText', 'bottom', 'height', 'left', 'position', 'right', 'top', 'width', 'zindex',

Completed in 189 milliseconds