Home | History | Annotate | Download | only in inflate86

Lines Matching full:write_r

790 #define write_r %eax
791 movl write(%esp), write_r
792 cmpl write_r, nbytes_r
796 addl write_r, from_r
798 subl write_r, nbytes_r /* nbytes -= write */
799 #undef write_r
833 #define write_r %eax
834 addl write_r, from_r
836 #undef write_r
1113 #define write_r %eax
1114 movl write(%esp), write_r
1115 cmpl write_r, nbytes_r
1119 addl write_r, from_r
1121 subl write_r, nbytes_r /* nbytes -= write */
1122 #undef write_r
1141 #define write_r %eax
1142 addl write_r, from_r
1144 #undef write_r