Searched refs:newHash (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLinkHash.h50 unsigned newHash = hash | (!(hash + 1) << 31); local
51 ASSERT(newHash);
52 ASSERT(newHash != 0xFFFFFFFF);
53 return newHash;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringHash.h143 unsigned newHash = hash | (!(hash + 1) << 31); local
144 ASSERT(newHash);
145 ASSERT(newHash != 0xFFFFFFFF);
146 return newHash;
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js1812 var newHash = [];
1815 newHash.push('q=' + encodeURIComponent(term));
1818 newHash.push('page=' + page);
1821 newHash.push('range=' + range);
1824 newHash.push('offset=' + offset);
1826 return newHash.join('&');
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c6016 unsigned long newHash = hash(parser, table->v[i]->name); local
6017 size_t j = newHash & newMask;
6021 step = PROBE_STEP(newHash, newMask, newPower);
/external/expat/lib/
H A Dxmlparse.c6016 unsigned long newHash = hash(parser, table->v[i]->name); local
6017 size_t j = newHash & newMask;
6021 step = PROBE_STEP(newHash, newMask, newPower);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 316 milliseconds