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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c90 } ttt, adj; local
113 adj.tb[0] = 0; /* Clear high part */
114 adj.tb[1] = save->save_r4; /* Set low order */
115 if(adj.tb[1] & 0x80000000) adj.tb[0] = 0xFFFFFFFF; /* Propagate sign bit */
126 ttt.tbase = ttt.tbase + adj.tbase; /* Increment or decrement the TB */
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dgenimage.c1340 unsigned int row, col, i, i8, size, adj; local
1345 adj=(4-(width%4))%4; // adjustment needed to strip off the word alignment padding
1359 for (i=0; i<adj; i++)
1374 unsigned int row, col, i, i24, i8, size, adj; local
1379 adj=(4-(width%4))%4; // adjustment needed to strip off the word alignment padding
1395 for (i=0; i<adj; i++)
1470 unsigned int i, adj, csize, tmp, col, line; local
1474 adj=(4-(width%4))%4; // adjustment needed to add the word alignment padding
1476 adj = 0;
1478 csize = height*depth*(width+adj);
[all...]
H A Dqtif2kraw.c830 unsigned int row, col, i, i8, size, adj; local
835 adj=(4-(width%4))%4; // adjustment needed to strip off the word alignment padding
849 for (i=0; i<adj; i++)

Completed in 28 milliseconds