HomeSort by relevance Sort by last modified time
    Searched defs:permute (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/ciphers/
rc2.c 43 static const unsigned char permute[256] = { variable
95 tmp[i] = permute[(tmp[i - 1] + tmp[i - keylen]) & 255];
103 tmp[128 - T8] = permute[tmp[128 - T8] & TM];
105 tmp[i] = permute[tmp[i + 1] ^ tmp[i + T8]];
  /external/icu4c/common/
caniter.cpp 264 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
268 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
285 // otherwise iterate through the string, and recursively permute all the other characters
301 // don't permute it
310 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
311 permute(subPermuteString.replace(i, UTF16_CHAR_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
370 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
  /frameworks/wilhelm/tools/permute/
permute.c 17 /** Permute is a host tool to randomly permute an audio file.
119 /** Permute the specified input file */
121 void permute(char *path_in) function
228 // now permute the segments randomly using a bad algorithm
337 // Permute the file
338 permute(arg);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 267 milliseconds