/external/bison/src/ |
state.c | 331 state_hash (state const *s, size_t tablesize) 338 return key % tablesize; 342 state_hasher (void const *s, size_t tablesize) 344 return state_hash (s, tablesize);
|
muscle-tab.c | 57 hash_muscle (const void *x, size_t tablesize) 60 return hash_string (m->key, tablesize);
|
/external/icu/icu4c/source/common/ |
ucol_swp.cpp | 668 header.tableSize= ds->readUInt32(inHeader->tableSize); 676 /* swap the inverse table; tableSize counts uint32_t[3] rows */ 677 ds->swapArray32(ds, inBytes+header.table, header.tableSize*3*4,
|
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 691 const unsigned int tableSize = 16384; 693 "[" << tableSize << "] = {\n"; 696 for (unsigned index = 0; index < tableSize; ++index) { 798 if (index < tableSize - 1)
|
/external/tpm2/ |
CpriHash.c | 136 UINT32 i, tableSize; 138 tableSize = sizeof(g_hashData) / sizeof(g_hashData[0]); 139 for(i = 0; i < tableSize - 1; i++) 144 return &g_hashData[tableSize-1]; [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
GCOVProfiling.cpp | 720 size_t TableSize = Succs.size() * Preds.size(); 722 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); 724 std::unique_ptr<Constant * []> EdgeTable(new Constant *[TableSize]); 726 for (size_t i = 0; i != TableSize; ++i) 750 makeArrayRef(&EdgeTable[0],TableSize)), [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyCFG.cpp | [all...] |
/external/guava/guava/src/com/google/common/collect/ |
LinkedHashMultimap.java | 324 int tableSize = Hashing.closedTableSize(expectedValues, VALUE_SET_LOAD_FACTOR); 327 ValueEntry<K, V>[] hashTable = new ValueEntry[tableSize];
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedHashMultimap.java | 320 int tableSize = Hashing.closedTableSize(expectedValues, VALUE_SET_LOAD_FACTOR); 323 ValueEntry<K, V>[] hashTable = new ValueEntry[tableSize];
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
SoftAACEncoder.cpp | 370 const int32_t tableSize = 373 for (int32_t i = 0; i < tableSize; ++i) {
|
/external/mesa3d/src/gallium/state_trackers/dri/common/ |
dri_screen.c | 357 for (i = 0; i < (1 << screen->optionCache.tableSize); ++i) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcproxy.h | 51 unsigned short TableSize;
|
resapi.h | 92 DWORD TableSize;
|
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAGISel.h | 241 unsigned TableSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/scsi/ |
sg.h | 164 /* Yields max scatter gather tablesize allowed by current host adapter */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/scsi/ |
sg.h | 164 /* Yields max scatter gather tablesize allowed by current host adapter */
|
/external/gptfdisk/ |
gpt.cc | [all...] |
/external/skia/src/ports/ |
SkFontHost_mac.cpp | [all...] |
/external/lzma/C/ |
LzmaEnc.c | 229 UInt32 tableSize;
791 LenEnc_SetPrices(&p->p, posState, p->tableSize, p->prices[posState], ProbPrices);
792 p->counters[posState] = p->tableSize;
[all...] |
/external/opencv3/modules/videoio/src/ |
cap_mjpeg_encoder.cpp | [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 299 ASN1_INTEGER *tableSize; 373 ASN1_IMP(LogotypeImageResolution, d.tableSize, ASN1_INTEGER, 2) 662 val = ASN1_INTEGER_get(info->resolution->d.tableSize); [all...] |
/external/kernel-headers/original/scsi/ |
sg.h | 160 /* Yields max scatter gather tablesize allowed by current host adapter */
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
plive.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | [all...] |