HomeSort by relevance Sort by last modified time
    Searched full:next_head_ptr (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_resize.c 20 head_record *next_head_ptr; local
47 next_head_ptr =
51 (next_head_ptr == desc->last_freed) ||
52 !IS_BLOCK_ALLOCATED(next_head_ptr);
56 i += BLOCK_BAUS(next_head_ptr);
64 AUDIT_BLOCK(next_head_ptr)
67 if (next_head_ptr == desc->last_freed)
70 U(out_of_free_collection)(desc, next_head_ptr);
72 next_head_ptr =
111 next_head_ptr->previous_block_size = (U(size_bau)) i
    [all...]
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_resize.c 20 head_record *next_head_ptr; local
47 next_head_ptr =
51 (next_head_ptr == desc->last_freed) ||
52 !IS_BLOCK_ALLOCATED(next_head_ptr);
56 i += BLOCK_BAUS(next_head_ptr);
64 AUDIT_BLOCK(next_head_ptr)
67 if (next_head_ptr == desc->last_freed)
70 U(out_of_free_collection)(desc, next_head_ptr);
72 next_head_ptr =
111 next_head_ptr->previous_block_size = (U(size_bau)) i
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_resize.c 20 head_record *next_head_ptr; local
47 next_head_ptr =
51 (next_head_ptr == desc->last_freed) ||
52 !IS_BLOCK_ALLOCATED(next_head_ptr);
56 i += BLOCK_BAUS(next_head_ptr);
64 AUDIT_BLOCK(next_head_ptr)
67 if (next_head_ptr == desc->last_freed)
70 U(out_of_free_collection)(desc, next_head_ptr);
72 next_head_ptr =
111 next_head_ptr->previous_block_size = (U(size_bau)) i
    [all...]

Completed in 3086 milliseconds