Home
last modified time | relevance | path

Searched refs:Nulls (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-io.fin39 Nulls NULLS
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1235 unsigned Nulls = countEmbeddedNulls(StringBytes, NumChars); in guessCharByteSize() local
1236 if (Nulls >= 2 * NumChars / 3 && NumBytes % 4 == 0) in guessCharByteSize()
1238 if (Nulls >= NumChars / 3) in guessCharByteSize()