Searched refs:run (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c477 unsigned int filePos, run, nomatchrun; local
483 run = 1;
486 currP = (union RunData *)&data[0]; // start a new run
489 run++;
491 if ( (run*depth) > 2 ) {
507 filePos += encode_rle(fileArr, filePos, run, currP, depth);
511 nomatchrun+=run;
514 currP = (union RunData *)&data[i]; // start a new run
522 run = 1; // thee is always at least one entry
541 // write out any run tha
[all...]
H A Dgenimage.c866 unsigned int filePos, run, nomatchrun; local
872 run = 1;
875 currP = (union RunData *)&data[0]; // start a new run
879 run++;
882 if ( (run*depth) > 2 )
901 filePos += encode_rle(fileArr, filePos, run, currP, depth);
907 nomatchrun+=run;
910 currP = (union RunData *)&data[i]; // start a new run
919 run = 1; // thee is always at least one entry
940 // write out any run tha
[all...]
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_clock_speed_asm.s93 cmpi cr0, r4, 1 ; see if the was the cache run
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c1094 int i, got, run, bno, bit, map; local
1166 for (run = 0, got = bpref; got < cgp->cg_nclusterblks; got++) {
1168 run = 0;
1170 run++;
1171 if (run == len)
1192 if (!ffs_isblock(fs, cg_blksfree(cgp), got - run + i))
1194 bno = cg * fs->fs_fpg + blkstofrags(fs, got - run + 1);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s240 ; do 64-bit "adde"s, because we run in 32-bit mode so carry would not be set correctly.
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s818 * as it must run with exceptions disabled and can take a long time to verify a big pmap.
858 stw r0,4(r18) ; Make sure the test knows to run
994 cmplwi r0,0x4262 ; Should we run anyway?
1276 cmplwi r0,0x4262 ; Should we run anyway?
H A Dmachine_routines_asm.s1639 ; This processor can not run without caches, so we just push everything out
H A Dlowmem_vectors.s3104 ; SAVinject is set. That means that if will not run if we are returning from an alignment
3376 ; SAVinject is set. That means that if will not run if we are returning from an alignment
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c4991 VNOP_BLOCKMAP(struct vnode *vp, off_t foffset, size_t size, daddr64_t *bpn, size_t *run, void *poff, int flags, vfs_context_t ctx) argument
5006 a.a_run = run;

Completed in 87 milliseconds