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

  /external/qemu/
exec.c 716 static inline void tb_remove(TranslationBlock **ptb, TranslationBlock *tb,
721 tb1 = *ptb;
723 *ptb = *(TranslationBlock **)((char *)tb1 + next_offset);
726 ptb = (TranslationBlock **)((char *)tb1 + next_offset);
730 static inline void tb_page_remove(TranslationBlock **ptb, TranslationBlock *tb)
736 tb1 = *ptb;
740 *ptb = tb1->page_next[n1];
743 ptb = &tb1->page_next[n1];
749 TranslationBlock *tb1, **ptb; local
752 ptb = &tb->jmp_next[n]
1231 TranslationBlock **ptb; local
1300 TranslationBlock *tb1, *tb_next, **ptb; local
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 185 milliseconds