Home
last modified time | relevance | path

Searched defs:word_array (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1109 uint32_t* word_array = reinterpret_cast<uint32_t*>(hash_region.begin()); in emitELFHashTab() local
1147 uint32_t* word_array = reinterpret_cast<uint32_t*>(gnuhash_region.begin()); in emitGNUHashTab() local
/aosp12/system/bt/gd/packet/parser/test/
H A Dgenerated_packet_test.cc568 std::array<uint32_t, word_array_size> word_array; in TEST() local