Home
last modified time | relevance | path

Searched refs:IOINFO_ARRAY_ELTS (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/ucrt/lowio/
H A Dosfinfo.cpp17 IOINFO_ARRAY_ELTS)); in __acrt_lowio_create_handle_array()
23 __crt_lowio_handle_data* const last = first + IOINFO_ARRAY_ELTS; in __acrt_lowio_create_handle_array()
52 __crt_lowio_handle_data* const last = first + IOINFO_ARRAY_ELTS; in __acrt_lowio_destroy_handle_array()
89 _nhandle += IOINFO_ARRAY_ELTS; in __acrt_lowio_ensure_fh_exists()
137 _nhandle += IOINFO_ARRAY_ELTS; in _alloc_osfhnd()
142 int const fh = i * IOINFO_ARRAY_ELTS; in _alloc_osfhnd()
153 __crt_lowio_handle_data* const last = first + IOINFO_ARRAY_ELTS; in _alloc_osfhnd()
173 int const fh = i * IOINFO_ARRAY_ELTS + static_cast<int>(pio - first); in _alloc_osfhnd()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h114 #define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E) macro
120 #define _NHANDLE_ (IOINFO_ARRAYS * IOINFO_ARRAY_ELTS)
129 #define _pioinfo(i) (__pioinfo[(i) >> IOINFO_L2E] + ((i) & (IOINFO_ARRAY_ELTS - 1)))
207 _Pre_maybenull_ _Post_invalid_ _In_reads_opt_(IOINFO_ARRAY_ELTS) __crt_lowio_handle_data* _Array
/reactos/sdk/lib/crt/include/internal/mingw-w64/
H A Dinternal.h69 #define IOINFO_ARRAY_ELTS (1 << 5) macro
71 #define _pioinfo(i) (__pioinfo[(i) >> 5] + ((i) & (IOINFO_ARRAY_ELTS - 1)))
/reactos/sdk/lib/3rdparty/stlport/src/details/
H A Dfstream_win32io.cpp102 # define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E) macro
104 ((i) & (IOINFO_ARRAY_ELTS - 1)) )