/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/ |
H A D | ImmutableSetHashFloodingDetectionBenchmark.java | 38 int tableSize = ImmutableSet.chooseTableSize(size); in setUp() local 57 int maxRunBeforeFallback(int tableSize) { in maxRunBeforeFallback() 97 int maxRunBeforeFallback(int tableSize) { in maxRunBeforeFallback() 145 int maxRunBeforeFallback(int tableSize) { in maxRunBeforeFallback()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | RegularImmutableMap.java | 115 int tableSize = ImmutableSet.chooseTableSize(n); in create() local 154 @Nullable Object[] alternatingKeysAndValues, int n, int tableSize, int keyOffset) { in createHashTable() 287 @Nullable Object[] alternatingKeysAndValues, int n, int tableSize, int keyOffset) { in createHashTableOrThrow()
|
H A D | Hashing.java | 64 int tableSize = Integer.highestOneBit(expectedEntries); in closedTableSize() local 73 static boolean needsResizing(int size, int tableSize, double loadFactor) { in needsResizing()
|
H A D | ImmutableSet.java | 176 int tableSize = chooseTableSize(n); in construct() local 240 int tableSize = Integer.highestOneBit(setSize - 1) << 1; in chooseTableSize() local
|
H A D | RegularImmutableBiMap.java | 58 int tableSize = (size >= 2) ? ImmutableSet.chooseTableSize(size) : 0; in RegularImmutableBiMap() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Hashing.java | 64 int tableSize = Integer.highestOneBit(expectedEntries); in closedTableSize() local 73 static boolean needsResizing(int size, int tableSize, double loadFactor) { in needsResizing()
|
H A D | CompactHashing.java | 70 static int tableSize(int expectedSize) { in tableSize() method in CompactHashing
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/ |
H A D | conversions_data_info.h | 636 size_t tableSize = specialValuesUInt.size() in init() local 720 size_t tableSize = specialValuesFloat.size() in init() local 760 size_t tableSize = specialValuesDouble.size() in init() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | ReadElf.java | 372 long tableOffset, long tableSize) throws IOException { in readSymbolTable() 411 private String readStrTabEntry(long tableOffset, long tableSize, long strOffset) in readStrTabEntry()
|
/aosp_15_r20/frameworks/minikin/libs/minikin/ |
H A D | CmapCoverage.cpp | 519 const size_t tableSize = cmap_size - bestTableOffset; in getCoverage() local 535 const size_t tableSize = cmap_size - vsTableOffset; in getCoverage() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | fse_compress.c | 72 U32 const tableSize = 1 << tableLog; in FSE_buildCTable_wksp() local 242 const int tableSize = 1 << tableLog; in FSE_writeNCount_generic() local
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | fse.h | 501 { U32 const tableSize = 1 << tableLog; in FSE_bitCost() local 632 #define FSE_TABLESTEP(tableSize) (((tableSize)>>1) + ((tableSize)>>3) + 3) argument
|
/aosp_15_r20/external/zstd/programs/ |
H A D | util.c | 718 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2() 730 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable() 743 FileNamesTable* UTIL_allocateFileNamesTable(size_t tableSize) in UTIL_allocateFileNamesTable()
|
H A D | util.h | 246 size_t tableSize; /* nb of fileNames */ member
|
/aosp_15_r20/external/gptfdisk/ |
H A D | gptcl.h | 37 uint32_t tableSize; variable
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/synth/ |
H A D | LookupTable.h | 41 int tableSize = mNumEntries + 2; in fillTable() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | UnshrinkingInputStream.java | 56 int tableSize = getTableSize(); in addEntry() local
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | huf_round_trip.c | 94 …size_t const tableSize = HUF_writeCTable_wksp(cBuf, cBufSize, ct, maxSymbol, tableLog, wksp, wkspS… in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/ |
H A D | CodeIterator.java | 1541 abstract int tableSize(); in tableSize() method in CodeIterator.Switcher 1587 int tableSize() { return 8 + 4 * offsets.length; } in tableSize() method in CodeIterator.Table 1613 int tableSize() { return 4 + 8 * matches.length; } in tableSize() method in CodeIterator.Lookup
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | TrackFragment.java | 121 int tableSize = (sampleCount * 125) / 100; in initTables() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
H A D | TrackFragment.java | 121 int tableSize = (sampleCount * 125) / 100; in initTables() local
|
/aosp_15_r20/external/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 93 int tableSize = 1 << tableBits; in buildHuffmanTable() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/ |
H A D | SmallCharMatcher.java | 80 int tableSize = Integer.highestOneBit(setSize - 1) << 1; in chooseTableSize() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/base/ |
H A D | SmallCharMatcher.java | 80 int tableSize = Integer.highestOneBit(setSize - 1) << 1; in chooseTableSize() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/ |
D | deflatefast.go | 14 tableSize = 1 << tableBits // Size of the table. const
|