Searched refs:alphabet (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dbasecode.cpp169 void BaseN_Decoder::InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive)
175 if (caseInsensitive && isalpha(alphabet[i]))
177 assert(lookup[toupper(alphabet[i])] == -1);
178 lookup[toupper(alphabet[i])] = i;
179 assert(lookup[tolower(alphabet[i])] == -1);
180 lookup[tolower(alphabet[i])] = i;
184 assert(lookup[alphabet[i]] == -1);
185 lookup[alphabet[i]] = i;
H A Dbasecode.h17 BaseN_Encoder(const byte *alphabet, int log2base, BufferedTransformation *attachment=NULL, int padding=-1) argument
20 IsolatedInitialize(MakeParameters(Name::EncodingLookupArray(), alphabet)
52 static void CRYPTOPP_API InitializeDecodingLookupArray(int *lookup, const byte *alphabet, unsigned int base, bool caseInsensitive);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd013.tcl22 global alphabet log_log_record_types
65 set data [chop_data $method $i$alphabet]
77 [pad_data $method $j$alphabet]]]
87 [list [list $keybase$i [pad_data $method $i$alphabet]]]
94 [pad_data $method $j$alphabet]]]
101 [list [list $keybase$i [pad_data $method $i$alphabet]]]
110 set data [chop_data $method $i$alphabet]
133 [list [list $keybase$i [pad_data $method $i$alphabet]]]
155 set data [chop_data $method $i$alphabet]
175 [list [list $keybase$i [pad_data $method $i$alphabet]]]
[all...]
H A Denv003.tcl105 global alphabet
127 set data [repeat $alphabet 2000]
H A Dtest038.tcl12 # TEST letters of the alphabet in a random order so we force the duplicate
20 global alphabet
97 [string index $alphabet [berkdb random_int 0 25]]
99 index $alphabet [berkdb random_int 0 25]]
103 set pref [string index $alphabet \
105 set pref $pref[string index $alphabet \
H A Dtest039.tcl13 # TEST letters of the alphabet in a random order so we force the duplicate
21 global alphabet
99 [string index $alphabet [berkdb random_int 0 25]]
101 index $alphabet [berkdb random_int 0 25]]
105 set pref [string index $alphabet \
107 set pref $pref[string index $alphabet \
H A Dtest073.tcl26 global alphabet
247 global alphabet
249 set a $alphabet$alphabet$alphabet
H A Dtest067.tcl31 global alphabet
94 set data $alphabet$ndx
H A Dtest077.tcl11 global alphabet
23 set data $alphabet
H A Dsijointest.tcl155 # is just the position in the alphabet of the word's first letter; the
158 global alphabet
160 set n [expr [string first [string index $name 0] $alphabet] + 1]
175 global alphabet
177 set c [string first [string index $name $j] $alphabet']
H A Dtest028.tcl13 global alphabet
78 set dupstr [repeat $alphabet 100]
84 set dupstr [repeat $alphabet 100]
86 set dupstr [repeat $alphabet 50]
H A Dtest078.tcl11 global alphabet
62 [pad_data $method $alphabet$i]}]
132 [pad_data $method $j$alphabet]}]
167 end-[string length $alphabet]]
220 [pad_data $method $alphabet]}]
H A Dmemp003.tcl22 global alphabet
132 set data [replicate $alphabet 32]
H A Dtest062.tcl13 global alphabet
72 [string index $alphabet [berkdb random_int 0 25]]
H A Dtest112.tcl21 global alphabet
87 set str $i.$alphabet
173 set str $i.$alphabet
H A Dtest113.tcl20 global alphabet
83 set str $i.$j.$alphabet
167 set str $i.$j.$alphabet.extra
H A Dtest119.tcl17 global alphabet
100 set key $alphabet
101 set data $alphabet
H A Dmdbscript.tcl17 global alphabet
26 set datastr $alphabet$alphabet
H A Dtest095.tcl304 global alphabet
308 set nkeys [string trim $orig_key $alphabet']
325 $orig_key {$alphabet'}]
H A Dtest114.tcl18 global alphabet
106 set str [repeat $alphabet 100]
215 set str [repeat $alphabet 100]
H A Drecd014.tcl79 global alphabet
109 set data [chop_data $method [replicate $alphabet 512]]
257 global alphabet
280 set data [chop_data $method [replicate $alphabet 512]]
H A Dtest085.tcl12 global alphabet
53 set datum $alphabet
328 global alphabet
329 return $a$alphabet
H A Dtest023.tcl14 global alphabet
70 set dupstr [repeat $alphabet 50]
H A Dtest050.tcl10 global alphabet
173 set databig DATA_BIG_[repeat alphabet 250]
H A Dtest053.tcl11 global alphabet
74 set keystring [string range $alphabet 0 [expr $npages -1]]

Completed in 126 milliseconds

123