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

/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c289 # define _FullLength FullLength macro
342 static png_uint_32 _FullLength; variable
2782 _FullLength = row_info->rowbytes; // # of bytes to filter
2836 "movl _FullLength, %%eax \n\t"
3224 "cmpl _FullLength, %%ebx \n\t" // test if offset at end of array
3243 "cmpl _FullLength, %%ebx \n\t" // check if at end of array
3383 "cmpl _FullLength, %%ebx \n\t" // test if offset at end of array
3402 "cmpl _FullLength, %%ebx \n\t" // check if at end of array
3450 _FullLength = row_info->rowbytes; // # of bytes to filter
3557 "movl _FullLength,
[all...]

Completed in 81 milliseconds