Searched refs:iob (Results 1 – 6 of 6) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | richole.h | 75 STDMETHOD (GetObject) (THIS_ LONG iob, REOBJECT *lpreobject, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() 77 STDMETHOD (ConvertObject) (THIS_ LONG iob, REFCLSID rclsidNew, LPCSTR lpstrUserTypeNew) PURE; in DECLARE_INTERFACE_() 80 STDMETHOD (SetLinkAvailable) (THIS_ LONG iob, WINBOOL fAvailable) PURE; in DECLARE_INTERFACE_() 81 STDMETHOD (SetDvaspect) (THIS_ LONG iob, DWORD dvaspect) PURE; in DECLARE_INTERFACE_() 82 STDMETHOD (HandsOffStorage) (THIS_ LONG iob) PURE; in DECLARE_INTERFACE_() 83 STDMETHOD (SaveCompleted) (THIS_ LONG iob, LPSTORAGE lpstg) PURE; in DECLARE_INTERFACE_()
|
D | richedit.h | 1137 LONG iob; member
|
/third_party/uboot/u-boot-2020.01/drivers/net/ |
D | cs8900.c | 54 uint8_t volatile * const iob = (uint8_t volatile * const)dev->iobase; in get_reg_init_bus() local 56 readb(iob); in get_reg_init_bus() 57 readb(iob + 1); in get_reg_init_bus() 58 readb(iob); in get_reg_init_bus() 59 readb(iob + 1); in get_reg_init_bus() 60 readb(iob); in get_reg_init_bus()
|
/third_party/boost/boost/chrono/io/ |
D | time_point_io.hpp | 272 std::ios_base& iob, in get() 278 const std::ctype<char_type>& ct = std::use_facet<std::ctype<char_type> >(iob.getloc()); in get() 287 that_.get_weekday(b, e, iob, err, &tm2); in get() 297 that_.get_monthname(b, e, iob, err, &tm2); in get() 314 b = get(b, e, iob, err, tm, fm, fm + sizeof(fm)/sizeof(fm[0])); in get() 320 b = get(b, e, iob, err, tm, fm, fm + sizeof(fm)/sizeof(fm[0])); in get() 348 b = get(b, e, iob, err, tm, fm, fm + sizeof(fm)/sizeof(fm[0])); in get() 354 b = get(b, e, iob, err, tm, fm, fm + sizeof(fm)/sizeof(fm[0])); in get() 363 b = get(b, e, iob, err, tm, fm, fm + sizeof(fm)/sizeof(fm[0])); in get() 372 return that_.get_date(b, e, iob, err, tm); in get() [all …]
|
/third_party/NuttX/ |
D | ChangeLog | 7407 * net/iob: Add generic I/O buffering. Not currently used by anything. 7513 * net/iob: Add support for throttling read-ahead buffering if the 7563 * net/iob: Fix some errors in recent network I/O buffering when stack runs 7667 * net/iob/iob_trimhead_queue.c and socket/recvfrom.c: Important fix to 9541 * net/iob, net/tcp/tcp_callback.c, and include/nuttx/net/iob.h: There 9735 * net/iob/Kconfig: In IOB Configuration, the default number of IOB 11346 * net/tcp and net/iob: Numerous fixes, mostly relate to TCP and IOB 11358 * net/iob: iob_alloc_qentry() has the same issues as did iob_alloc() 14835 * Move include/nuttx/net/iob.h to include/drivers/iob.h; rename 14837 * Move net/iob to drivers/iob so that the I/O buffering feature can be [all …]
|
D | ReleaseNotes | 13707 - IOBs: Move from net/iob to a better location in mm/iob where they 24681 received frame by increasing the iob->io_len by the FCS length.
|