Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h768 int cmp, cmp_shortened_sub_with_path = 0; in remove() local
781 cmp_shortened_sub_with_path = cmp; in remove()
823 cmp_shortened_sub_with_path = -cmp; in remove()
825 cmp_shortened_sub_with_path = cmp; in remove()
834 else if (cmp_shortened_sub_with_path < 0) in remove()
883 cmp = cmp_shortened_sub_with_path; in remove()
/external/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h582 int cmp, cmp_shortened_sub_with_path; in L_() local
615 cmp_shortened_sub_with_path = cmp; in L_()
673 cmp_shortened_sub_with_path = -cmp; in L_()
675 cmp_shortened_sub_with_path = cmp; in L_()
684 else if (cmp_shortened_sub_with_path < 0) in L_()
746 cmp = cmp_shortened_sub_with_path; in L_()