HomeSort by relevance Sort by last modified time
    Searched refs:bin_front_ptr (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx_mem/memory_manager/
hmm_base.c 47 ptr_record *bin_front_ptr = variable
50 if (bin_front_ptr != ptr_rec_ptr)
60 ptr_rec_ptr->prev = bin_front_ptr;
61 ptr_rec_ptr->next = bin_front_ptr->next;
62 bin_front_ptr->next = ptr_rec_ptr;
80 ptr_record *bin_front_ptr, variable
89 if (bin_front_ptr->next)
95 ptr_record *ptr_rec_ptr = bin_front_ptr->next;
110 head_ptr = PTR_REC_TO_HEAD(bin_front_ptr);
  /external/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 128 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus); variable

Completed in 75 milliseconds