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

  /external/qemu/
translate-all.c 799 static inline void tb_hash_remove(TranslationBlock **ptb, TranslationBlock *tb)
804 tb1 = *ptb;
806 *ptb = tb1->phys_hash_next;
809 ptb = &tb1->phys_hash_next;
813 static inline void tb_page_remove(TranslationBlock **ptb, TranslationBlock *tb)
819 tb1 = *ptb;
823 *ptb = tb1->page_next[n1];
826 ptb = &tb1->page_next[n1];
832 TranslationBlock *tb1, **ptb; local
835 ptb = &tb->jmp_next[n]
1319 TranslationBlock **ptb; local
1455 TranslationBlock *tb1, *tb_next, **ptb; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm 65 ptb: label
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 796 milliseconds