OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumStrings
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBStringTableBuilder.cpp
58
static uint32_t computeBucketCount(uint32_t
NumStrings
) {
127
auto Entry = StringsToBuckets.lower_bound(
NumStrings
);
/src/external/apache2/llvm/dist/libcxx/benchmarks/
string.bench.cpp
172
static constexpr size_t
NumStrings
= 1024;
174
std::aligned_storage<sizeof(std::string)>::type Storage[
NumStrings
];
176
while (state.KeepRunningBatch(
NumStrings
)) {
179
for (size_t I = 0; I <
NumStrings
; ++I) {
186
for (size_t I = 0; I <
NumStrings
; ++I) {
495
static constexpr size_t
NumStrings
=
499
static_assert((
NumStrings
& (
NumStrings
- 1)) == 0,
500
"
NumStrings
should be a power of two to reduce overhead.");
502
std::vector<std::string> Values(
NumStrings
, makeString(Length()))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.h
99
unsigned
NumStrings
= 0;
ValueEnumerator.cpp
877
++R.
NumStrings
;
887
NumMDStrings = R.
NumStrings
;
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp
521
unsigned
NumStrings
= Record[0];
523
OS << " num-strings = " <<
NumStrings
<< " {\n";
543
} while (--
NumStrings
);
MetadataLoader.cpp
734
unsigned
NumStrings
= Record[0];
735
MDStringRef.reserve(
NumStrings
);
2109
unsigned
NumStrings
= Record[0];
2111
if (!
NumStrings
)
2133
} while (--
NumStrings
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winnt.d
2836
WORD
NumStrings
;
Completed in 23 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026