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

/external/clang/lib/Lex/
H A DTokenLexer.cpp714 unsigned FullLength = LastRelOffs + LastConsecutiveTok.getLength(); local
718 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c1943 png_uint_32 FullLength; local
1949 FullLength = row_info->rowbytes; // # of bytes to filter
1994 mov eax, FullLength
2246 cmp ebx, FullLength // Test if offset at end of array
2262 cmp ebx, FullLength // Check if at end of array
2345 cmp ebx, FullLength // Test if offset at end of array
2361 cmp ebx, FullLength // Check if at end of array
2379 png_uint_32 FullLength; local
2388 FullLength = row_info->rowbytes; // # of bytes to filter
2480 mov ecx, FullLength
3280 png_uint_32 FullLength; local
[all...]
H A Dpnggccrd.c406 * - fixed 64-bit png_uint_32 bug with MMXLength/FullLength temp vars
3246 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64 local
3256 FullLength = row_info->rowbytes; // number of bytes to filter
3270 //pre "movl FullLength, %%eax \n\t" // bring in via eax...
3315 RESTORE_FullLength "%%eax \n\t" // FullLength -> eax
3349 "1" (FullLength), // %7 -> %3 eax
3580 // preload "movl FullLength, %%eax \n\t"
3622 "3" (FullLength) // eax
3936 //pre "movl FullLength, %%edx \n\t"
3982 "4" (FullLength) // ed
4011 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64 local
5125 unsigned FullLength, MMXLength; // png_uint_32 is actually 64-bit on x86-64 local
[all...]

Completed in 114 milliseconds