OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_to_new
(Results
1 - 3
of
3
) sorted by null
/external/bison/src/
main.c
130
state_number *
old_to_new
= xnmalloc (nstates, sizeof *
old_to_new
);
local
132
state_remove_unreachable_states (
old_to_new
);
133
lalr_update_state_numbers (
old_to_new
, nstates_old);
134
conflicts_update_state_numbers (
old_to_new
, nstates_old);
135
free (
old_to_new
);
/external/chromium/chrome/browser/history/
history_backend.cc
2223
URLIDMap
old_to_new
; \/\/ Maps original ID to new one.
local
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.cc
2972
URLIDMap
old_to_new
; \/\/ Maps original ID to new one.
local
[
all
...]
Completed in 127 milliseconds