OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptb
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfmanysym.asm
65
ptb
:
label
/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 39 milliseconds