Searched refs:s_array (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbase32.cpp29 static int s_array[256]; local
33 InitializeDecodingLookupArray(s_array, s_vecUpper, 32, true);
36 return s_array;
H A Dhex.cpp32 static int s_array[256]; local
36 InitializeDecodingLookupArray(s_array, s_vecUpper, 16, true);
39 return s_array;
H A Dbase64.cpp32 static int s_array[256]; local
36 InitializeDecodingLookupArray(s_array, s_vec, 64, false);
39 return s_array;

Completed in 107 milliseconds