OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:word_array
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
549
uint32_t*
word_array
= (uint32_t*)hash_region->start();
local
550
uint32_t& nbucket =
word_array
[0];
551
uint32_t& nchain =
word_array
[1];
556
uint32_t* bucket = (
word_array
+ 2);
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
1166
uint32_t*
word_array
= (uint32_t*)hash_region->start();
local
1205
uint32_t*
word_array
= (uint32_t*)gnuhash_region->start();
local
[
all
...]
Completed in 524 milliseconds