HomeSort by relevance Sort by last modified time
    Searched defs:tableIndex (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 87 size_t tableIndex = ec - IndexSizeError;
89 return tableIndex < tableSize ? &coreExceptions[tableIndex] : 0;
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTUtils.cpp 45 int tableIndex;
48 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) {
56 if (tableIndex == numTables) {
114 SkSFNTHeader::TableDirectoryEntry* nameTableEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) + tableIndex;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
99 tableIndex = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32no1, 14);
100 if ((tableIndex < 16) && (tableIndex >= 0)) {
101 tmp16no2 = kIndicatorTable[tableIndex];
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
131 tableIndex = (int16_t)WEBRTC_SPL_RSHIFT_U32(tmpU32no1, 14);
132 if (tableIndex < 16) {
133 tmp16no2 = kIndicatorTable[tableIndex];
    [all...]
nsx_core_mips.c 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac;
133 tableIndex = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmp32no1, 14);
134 if ((tableIndex < 16) && (tableIndex >= 0)) {
135 tmp16no2 = kIndicatorTable[tableIndex];
136 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
165 tableIndex = (int16_t)WEBRTC_SPL_RSHIFT_U32(tmpU32no1, 14);
166 if (tableIndex < 16) {
167 tmp16no2 = kIndicatorTable[tableIndex];
    [all...]
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 64 int tableIndex = Hashing.smear(keyHashCode) & mask;
65 @Nullable LinkedEntry<K, V> existing = table[tableIndex];
69 table[tableIndex] = linkedEntry;
  /external/aac/libAACdec/src/
block.cpp 408 UINT tableIndex = x >> 24;
411 UINT r0=(UINT)(LONG)InverseQuantTabler[tableIndex+0];
412 UINT r1=(UINT)(LONG)InverseQuantTabler[tableIndex+1];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 493 milliseconds