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

/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c1353 * append_reverse_ulong
1361 append_reverse_ulong( xmlZMemBuff * buff, unsigned long data ) { function
1637 append_reverse_ulong( buff, buff->crc );
1638 append_reverse_ulong( buff, buff->zctrl.total_in );
/external/libxml2/
H A DxmlIO.c1486 * append_reverse_ulong
1494 append_reverse_ulong( xmlZMemBuff * buff, unsigned long data ) { function
1770 append_reverse_ulong( buff, buff->crc );
1771 append_reverse_ulong( buff, buff->zctrl.total_in );

Completed in 66 milliseconds