HomeSort by relevance Sort by last modified time
    Searched refs:_hash (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btContactProcessing.h 82 unsigned int _hash=0; local
84 _hash = *_uitmp;
86 _hash += (*_uitmp)<<4;
88 _hash += (*_uitmp)<<8;
89 return _hash;
gim_contact.h 96 GUINT _hash=0; local
98 _hash = *_uitmp;
100 _hash += (*_uitmp)<<4;
102 _hash += (*_uitmp)<<8;
103 return _hash;
  /external/jetty/src/java/org/eclipse/jetty/io/
ByteArrayBuffer.java 161 if (_hash != 0 && obj instanceof AbstractBuffer)
164 if (ab._hash != 0 && _hash != ab._hash)
192 if (_hash != 0 && b instanceof AbstractBuffer)
195 if (ab._hash != 0 && _hash != ab._hash) return false;
242 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put)
250 _hash = 31 * _hash + b
    [all...]
AbstractBuffer.java 51 protected int _hash; field in class:AbstractBuffer
181 if (_hash != 0 && obj instanceof AbstractBuffer)
184 if (ab._hash != 0 && _hash != ab._hash) return false;
208 if (_hash != 0 && b instanceof AbstractBuffer)
211 if (ab._hash != 0 && _hash != ab._hash) return false;
293 if (_hash == 0 || _hashGet!=_get || _hashPut!=_put)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
BinTree.java 13 int[] _hash; field in class:BinTree
49 _hash[i] = kEmptyHashValue;
88 if (hs != _hashSizeSum) _hash = new int[_hashSizeSum = hs];
119 int curMatch = _hash[kFixHashSize + hashValue];
121 int curMatch2 = _hash[hash2Value];
122 int curMatch3 = _hash[kHash3Offset + hash3Value];
123 _hash[hash2Value] = _pos;
124 _hash[kHash3Offset + hash3Value] = _pos;
141 _hash[kFixHashSize + hashValue] = _pos;
221 _hash[hash2Value] = _pos;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 14 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[hash2Value] = _pos;
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 14 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[hash2Value] = _pos;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
BaseLocale.java 29 private transient volatile int _hash = 0; field in class:BaseLocale
129 int h = _hash;
144 _hash = h;
155 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
208 int h = _hash;
227 _hash = h;
AsciiUtil.java 166 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
170 _hash = AsciiUtil.toLowerString(key).hashCode();
184 return _hash;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
BaseLocale.java 25 private transient volatile int _hash = 0; field in class:BaseLocale
125 int h = _hash;
140 _hash = h;
151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
204 int h = _hash;
223 _hash = h;
AsciiUtil.java 162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
166 _hash = AsciiUtil.toLowerString(key).hashCode();
180 return _hash;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
BaseLocale.java 25 private transient volatile int _hash = 0; field in class:BaseLocale
125 int h = _hash;
140 _hash = h;
151 private volatile int _hash; // Default to 0 field in class:BaseLocale.Key
204 int h = _hash;
223 _hash = h;
AsciiUtil.java 162 private int _hash; field in class:AsciiUtil.CaseInsensitiveKey
166 _hash = AsciiUtil.toLowerString(key).hashCode();
180 return _hash;
  /external/freetype/src/cache/
ftccache.h 214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftccache.h 214 FT_Offset _hash = (FT_Offset)(hash); \
223 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
233 if ( _node->hash == _hash && \
243 _bucket = _pnode = FTC_NODE__TOP_FOR_HASH( _cache, _hash ); \
279 error = FTC_Cache_NewNode( _cache, _hash, query, &_node ); \
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 32 IHashCalc *_hash; member in class:COutStreamWithHash
45 void InitCRC() { _hash->InitForNewFile(); }
265 _hashStreamSpec->_hash = hash;
ArchiveExtractCallback.cpp 48 _hash->Update(data, size);
1025 _hashStreamSpec->_hash->Final(_fi.IsDir, _isAltStream, _filePath);
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
intset.py 84 __slots__ = ["_ranges","_min","_max","_hash"]
107 self._hash = args[0]._hash
213 self._hash = hash(self._ranges)
270 newset._hash = hash(self._ranges)
402 return self._hash
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
pkcs1.py 266 hash = _hash(message, hash)
318 message_hash = _hash(message, method_name)
326 def _hash(message, method_name): function
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 124 template<char...Cs> constexpr unsigned operator"" _hash() { function
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 323 _hashStreamSpec->_hash = hash;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/gdb/linux-x86/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 228 def _hash(self): member in class:Set

Completed in 714 milliseconds

1 2 3