/frameworks/wilhelm/tools/permute/ |
Makefile | 0 permute : permute.c 2 gcc -o $@ -Wall permute.c -lsndfile
|
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/icu4c/common/unicode/ |
caniter.h | 128 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
|
/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);
|
/external/icu4c/test/intltest/ |
canittst.cpp | 129 // check permute 136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
|
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 51 ;# Writing V(x) for vector register #x, paired merges permute address [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |