Searched defs:hash (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/rs/api/
H A Dgen_runtime.cpp432 // Returns a string that's an hexadecimal constant fo the hash of the string.
434 long hash = 0; local
436 hash = hash * 43 + s[i];
439 stream << "0x" << std::hex << hash << "l"; local
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp757 /// .dynsym, .dynstr, .hash and .shstrtab.
771 size_t hash = 0; local
824 // compute .gnu.hash
827 // count the number of dynsym to hash
844 // compute .hash
848 hash = (2 + getHashBucketCount(dynsym, false) + dynsym) *
880 file_format->getHashTab().setSize(hash);
888 // .dynstr, .symtab, .strtab and .hash, we can not reserve non-DT_NEEDED
1032 /// emitDynNamePools - emit dynamic name pools - .dyntab, .dynstr, .hash
1082 // emit .gnu.hash
1268 uint32_t hash = djbhash % nbucket; local
[all...]

Completed in 143 milliseconds

12