Searched refs:max_depth (Results 1 – 1 of 1) sorted by relevance
91 INT max_depth = 0; in _gx_utility_bidi_buffer_allocate() local153 if (depth > max_depth) in _gx_utility_bidi_buffer_allocate()155 max_depth = depth; in _gx_utility_bidi_buffer_allocate()161 if (max_depth > GX_BIDI_MAX_EXPLICIT_DEPTH + 1) in _gx_utility_bidi_buffer_allocate()163 max_depth = GX_BIDI_MAX_EXPLICIT_DEPTH + 1; in _gx_utility_bidi_buffer_allocate()179 explicite_stack_size = (INT)sizeof(GX_BIDI_EXPLICIT_ENTRY) * (max_depth + 1); in _gx_utility_bidi_buffer_allocate()