Searched refs:end_r (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 1333 #define end_r %ebx macro 1337 movl end(%esp), end_r 1338 cmpl out_r, end_r 1341 subl out_r, end_r /* end -= out */ 1342 addl $257, end_r /* end += 257 */ 1343 movl end_r, avail_out_strm(strm_r) 1346 subl end_r, out_r /* out -= end */ 1351 #undef end_r
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 1333 #define end_r %ebx macro 1337 movl end(%esp), end_r 1338 cmpl out_r, end_r 1341 subl out_r, end_r /* end -= out */ 1342 addl $257, end_r /* end += 257 */ 1343 movl end_r, avail_out_strm(strm_r) 1346 subl end_r, out_r /* out -= end */ 1351 #undef end_r
|