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

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

Completed in 41 milliseconds