OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jmp_next
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
exec-all.h
153
the next pointer: 0 =
jmp_next
[0], 1 =
jmp_next
[1], 2 =
155
struct TranslationBlock *
jmp_next
[2];
member in struct:TranslationBlock
329
if (!tb->
jmp_next
[n]) {
334
tb->
jmp_next
[n] = tb_next->jmp_first;
exec.c
751
ptb = &tb->
jmp_next
[n];
764
ptb = &tb1->
jmp_next
[n1];
768
*ptb = tb->
jmp_next
[n];
770
tb->
jmp_next
[n] = NULL;
827
tb2 = tb1->
jmp_next
[n1];
829
tb1->
jmp_next
[n1] = NULL;
[
all
...]
/prebuilt/linux-x86/emulator/
libqemu-audio.a
[
all
...]
Completed in 150 milliseconds