MCPcopy Create free account
hub / github.com/Kitware/CMake / Base32EncodeChar

Function Base32EncodeChar

Source/cmBase32.cxx:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567";
9
10inline unsigned char Base32EncodeChar(int schar)
11{
12 return Base32EncodeTable[schar];
13}
14
15static void Base32Encode5(unsigned char const src[5], char dst[8])
16{

Callers 1

Base32Encode5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…