OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndummy
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jccoefct.c
250
int bi, ci, h_samp_factor, block_row, block_rows,
ndummy
;
local
274
ndummy
= (int) (blocks_across % h_samp_factor);
275
if (
ndummy
> 0)
276
ndummy
= h_samp_factor -
ndummy
;
286
if (
ndummy
> 0) {
289
jzero_far((void FAR *) thisblockrow,
ndummy
* SIZEOF(JBLOCK));
291
for (bi = 0; bi <
ndummy
; bi++) {
302
blocks_across +=
ndummy
; /* include lower right corner */
/external/qemu/distrib/jpeg-6b/
jccoefct.c
250
int bi, ci, h_samp_factor, block_row, block_rows,
ndummy
;
local
274
ndummy
= (int) (blocks_across % h_samp_factor);
275
if (
ndummy
> 0)
276
ndummy
= h_samp_factor -
ndummy
;
286
if (
ndummy
> 0) {
289
jzero_far((void FAR *) thisblockrow,
ndummy
* SIZEOF(JBLOCK));
291
for (bi = 0; bi <
ndummy
; bi++) {
302
blocks_across +=
ndummy
; /* include lower right corner */
Completed in 31 milliseconds