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

/vbox/src/libs/libpng-1.2.8/
H A Dpnggccrd.c149 * global _unmask variable unconditionally, not just in the -fPIC case.
288 # define _unmask unmask macro
302 /* GRR 20000706: originally _unmask was needed only when compiling with -fPIC,
309 static int _unmask; variable
623 _unmask = ~mask; // global variable for -fPIC version
630 "movd _unmask, %%mm7 \n\t" // load bit pattern
761 _unmask = ~mask; // global variable for -fPIC version
768 "movd _unmask, %%mm7 \n\t" // load bit pattern
914 _unmask = ~mask; // global variable for -fPIC version
921 "movd _unmask,
[all...]

Completed in 1040 milliseconds