Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h221 AVL_HANDLE old_h = bal_h; in L_() local
224 AVL_SET_GREATER(old_h, AVL_GET_LESS(bal_h, 1)) in L_()
226 AVL_SET_LESS(bal_h, old_h) in L_()
233 AVL_SET_BALANCE_FACTOR(old_h, -1) in L_()
237 AVL_SET_BALANCE_FACTOR(old_h, 0) in L_()
242 AVL_SET_BALANCE_FACTOR(old_h, 0) in L_()
267 AVL_HANDLE old_h = bal_h; in L_() local
270 AVL_SET_LESS(old_h, AVL_GET_GREATER(bal_h, 0)) in L_()
272 AVL_SET_GREATER(bal_h, old_h) in L_()
279 AVL_SET_BALANCE_FACTOR(old_h, 1) in L_()
[all …]
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_drawable.h57 unsigned old_h; member
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c199 drawable->old_h != height); in drisw_allocate_textures()
240 drawable->old_h = height; in drisw_allocate_textures()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c218 drawable->old_h == dri_drawable->h && in dri2_drawable_process_buffers()
286 drawable->old_h = dri_drawable->h; in dri2_drawable_process_buffers()