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

/darwin-on-arm/xnu/tools/tests/superpages/
H A Dmeasure_tlbs.c25 unsigned int run, p, p2, i, res; local
47 for (run = 0; run < RUNS0; run++) {
49 data[p*PAGE_SIZE] = run & 0xFF;
53 for (run = 0; run < RUNS0; run++) {
62 for (run = 0; run < RUNS
[all...]
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dtest.sh8 RUN=run
H A DMakefile17 default: $(EXECUTABLES) run
20 rm -f run $(EXECUTABLES)
21 rm -f run.o $(OBJECTS)
23 run.o: run.c
26 run: run.o
78 quick-test: $(EXECUTABLES) run
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DMakefile79 default $(ALL) run cstyle lint tattle: $(BINS)
/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.c53 * (by Fiala and Greene) which is guaranteed to run in linear amortized
1709 * one. Do not maintain a hash table. (It will be regenerated if this run of
1717 uInt run; /* length of run */
1718 uInt max; /* maximum length of run */
1720 Bytef *scan; /* scan for end of run */
1725 * for the longest encodable run.
1736 run = 0;
1744 } while (++run < max);
1747 /* Emit match if have run o
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1262 size_t run = 0; local
1298 error = VNOP_BLOCKMAP(vp, offset, a_size, &bn, &run, NULL, 0, &context);
1305 l2p_struct.l2p_contigbytes = run - (file_offset - offset);
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c6291 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
6331 * filesystem about the length of the I/O run in question. If
6333 * requested, at most. Update 'run' on the way out.
6340 if (run) {
6341 *run = localrun;

Completed in 94 milliseconds