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

  /external/webkit/Source/JavaScriptCore/wtf/
AVLTree.h 178 int cmp, target_cmp;
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)) {
209 // cmp and target_cmp are both negative or both positive.
696 int cmp, target_cmp;
701 target_cmp = 1
    [all...]
  /external/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 483 int cmp, target_cmp;
488 target_cmp = 1;
490 target_cmp = -1;
492 target_cmp = 0;
506 cmp = -target_cmp;
508 else if (target_cmp != 0)
509 if (!((cmp ^ target_cmp) & L_MASK_HIGH_BIT))
510 /* cmp and target_cmp are both positive or both negative. */
1029 int cmp, target_cmp; variable
1043 target_cmp = 1
    [all...]

Completed in 143 milliseconds