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

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.cpp 662 static void print_diff(unsigned d1, unsigned d2) { function in namespace:r600_sb
672 sblog << "dw:"; print_diff(ndw, s.ndw);
673 sblog << ", gpr:" ; print_diff(ngpr, s.ngpr);
674 sblog << ", stk:" ; print_diff(nstack, s.nstack);
675 sblog << ", alu groups:" ; print_diff(alu_groups, s.alu_groups);
676 sblog << ", alu clauses: " ; print_diff(alu_clauses, s.alu_clauses);
677 sblog << ", alu:" ; print_diff(alu, s.alu);
678 sblog << ", fetch:" ; print_diff(fetch, s.fetch);
679 sblog << ", fetch clauses:" ; print_diff(fetch_clauses, s.fetch_clauses);
680 sblog << ", cf:" ; print_diff(cf, s.cf)
    [all...]
  /external/toybox/toys/pending/
diff.c 416 static void print_diff(int a, int b, char c, int *off_set, FILE *fp) function
619 if (t== ptr1) print_diff(t->suff, t->a-1, ' ', TT.offset[0], file[0].fp);
620 print_diff(t->a, t->b, '-', TT.offset[0], file[0].fp);
621 print_diff(t->c, t->d, '+', TT.offset[1], file[1].fp);
623 print_diff(t->b+1, (t)->prev, ' ', TT.offset[0], file[0].fp);
624 else print_diff(t->b+1, (t+1)->a-1, ' ', TT.offset[0], file[0].fp);
  /external/clang/tools/clang-format/
git-clang-format 172 print_diff(old_tree, new_tree)
458 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
git-clang-format 172 print_diff(old_tree, new_tree)
458 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
git-clang-format 172 print_diff(old_tree, new_tree)
467 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
git-clang-format 172 print_diff(old_tree, new_tree)
458 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
git-clang-format 172 print_diff(old_tree, new_tree)
467 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/darwin-x86/clang-stable/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4639204/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-4691093/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function
  /prebuilts/clang/host/linux-x86/clang-stable/bin/
git-clang-format 173 print_diff(old_tree, new_tree)
479 def print_diff(old_tree, new_tree): function

Completed in 526 milliseconds