Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAVLTree.h178 int cmp, target_cmp; variable
190 target_cmp = 1;
193 target_cmp = -1;
196 target_cmp = 0;
206 cmp = -target_cmp;
207 } else if (target_cmp != 0) {
208 if (!((cmp ^ target_cmp) & MASK_HIGH_BIT)) {
696 int cmp, target_cmp; in search() local
701 target_cmp = 1; in search()
703 target_cmp = -1; in search()
[all …]
/external/libvpx/vpx_mem/memory_manager/include/
Dcavl_impl.h483 int cmp, target_cmp; in L_() local
488 target_cmp = 1; in L_()
490 target_cmp = -1; in L_()
492 target_cmp = 0; in L_()
506 cmp = -target_cmp; in L_()
508 else if (target_cmp != 0) in L_()
509 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT)) in L_()
1029 int cmp, target_cmp; in L_() local
1043 target_cmp = 1; in L_()
1046 target_cmp = -1; in L_()
[all …]