Searched defs:bytestozero (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djutils.c171 jzero_far (void FAR * target, size_t bytestozero) argument
176 FMEMZERO(target, bytestozero);
181 for (count = bytestozero; count > 0; count--) {
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jutils.c166 jzero_far (void FAR * target, size_t bytestozero) argument
171 FMEMZERO(target, bytestozero);
176 for (count = bytestozero; count > 0; count--) {

Completed in 72 milliseconds