HomeSort by relevance Sort by last modified time
    Searched defs:_IO_read_end (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libio.h 248 wchar_t *_IO_read_end; /* End of get area. */
276 /* Note: Tk uses the _IO_read_ptr and _IO_read_end fields directly. */
278 char* _IO_read_end; /* End of get area. */
432 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
435 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
447 >= (_fp)->_wide_data->_IO_read_end), 0) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 248 wchar_t *_IO_read_end; /* End of get area. */
276 /* Note: Tk uses the _IO_read_ptr and _IO_read_end fields directly. */
278 char* _IO_read_end; /* End of get area. */
432 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
435 (_IO_BE ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end, 0) \
447 >= (_fp)->_wide_data->_IO_read_end), 0) \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 668 char *_IO_read_end;
    [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]

Completed in 472 milliseconds