HomeSort by relevance Sort by last modified time
    Searched refs:_wide_data (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libio.h 323 struct _IO_wide_data *_wide_data; member in struct:_IO_FILE_complete
445 (_IO_BE ((_fp)->_wide_data == NULL \
446 || ((_fp)->_wide_data->_IO_read_ptr \
447 >= (_fp)->_wide_data->_IO_read_end), 0) \
448 ? __wuflow (_fp) : (_IO_wint_t) *(_fp)->_wide_data->_IO_read_ptr++)
450 (_IO_BE ((_fp)->_wide_data == NULL \
451 || ((_fp)->_wide_data->_IO_write_ptr \
452 >= (_fp)->_wide_data->_IO_write_end), 0) \
454 : (_IO_wint_t) (*(_fp)->_wide_data->_IO_write_ptr++ = (_wch)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 323 struct _IO_wide_data *_wide_data; member in struct:_IO_FILE_complete
445 (_IO_BE ((_fp)->_wide_data == NULL \
446 || ((_fp)->_wide_data->_IO_read_ptr \
447 >= (_fp)->_wide_data->_IO_read_end), 0) \
448 ? __wuflow (_fp) : (_IO_wint_t) *(_fp)->_wide_data->_IO_read_ptr++)
450 (_IO_BE ((_fp)->_wide_data == NULL \
451 || ((_fp)->_wide_data->_IO_write_ptr \
452 >= (_fp)->_wide_data->_IO_write_end), 0) \
454 : (_IO_wint_t) (*(_fp)->_wide_data->_IO_write_ptr++ = (_wch)))

Completed in 36 milliseconds