Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dhalloc.c52 static int _relate(hblock_t * b, hblock_t * p);
136 assert(! _relate(p, b)); /* heavy ! */ in hattach()
214 static int _relate(hblock_t * b, hblock_t * p) in _relate() function
229 if (q == b || _relate(b, q)) in _relate()