OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_base
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c
1066
N_word
t_base
;
local
1100
t_base
= t_lo_base;
1105
t_base
= t_hi_base;
1110
X +=
t_base
;
1121
if (
t_base
== t_hi_base) break;
1122
t_base
++;
1127
if (
t_base
== t_lo_base) break;
1128
t_base
--;
1132
sel = ((
t_base
== t_hi_base) << 1) OR (
t_base
== t_lo_base)
[
all
...]
/external/valgrind/main/memcheck/
mc_main.c
521
Addr
t_base
= auxmap_L1[0].base;
local
525
auxmap_L1[1].base =
t_base
;
543
Addr
t_base
= auxmap_L1[i-1].base;
local
547
auxmap_L1[i-0].base =
t_base
;
[
all
...]
Completed in 429 milliseconds