Searched defs:_hash (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp124 template<char...Cs> constexpr unsigned operator"" _hash() { function
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs14 UInt32[] _hash; field in class:SevenZip.Compression.LZ.BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new UInt32[_hashSizeSum = hs];
150 UInt32 curMatch = _hash[kFixHashSize + hashValue];
153 UInt32 curMatch2 = _hash[hash2Value];
154 UInt32 curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java14 int[] _hash; field in class:BinTree
58 _hash[i] = kEmptyHashValue;
115 _hash = new int [_hashSizeSum = hs];
150 int curMatch = _hash[kFixHashSize + hashValue];
153 int curMatch2 = _hash[hash2Value];
154 int curMatch3 = _hash[kHash3Offset + hash3Value];
155 _hash[hash2Value] = _pos;
156 _hash[kHash3Offset + hash3Value] = _pos;
179 _hash[kFixHashSize + hashValue] = _pos;
278 _hash[hash2Valu
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducurr.cpp129 : _hash(hash) {
138 const icu::Hashtable& _hash; member in class:EquivIterator
145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
/external/icu/icu4c/source/i18n/
H A Ducurr.cpp129 : _hash(hash) {
138 const icu::Hashtable& _hash; member in class:EquivIterator
145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jar ... boolean _volatile protected int _get protected int _put protected int _hash protected int _hashGet protected int _hashPut protected int _mark protected ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 493 milliseconds