Searched refs:IOINFO_ARRAY_ELTS (Results 1 – 4 of 4) sorted by relevance
17 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()
114 #define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E) macro120 #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
69 #define IOINFO_ARRAY_ELTS (1 << 5) macro71 #define _pioinfo(i) (__pioinfo[(i) >> 5] + ((i) & (IOINFO_ARRAY_ELTS - 1)))
102 # define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E) macro104 ((i) & (IOINFO_ARRAY_ELTS - 1)) )