HomeSort by relevance Sort by last modified time
    Searched refs:permute (Results 1 - 25 of 31) sorted by null

1 2

  /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/valgrind/main/none/tests/ppc64/
test_isa_2_06_part2.stdout.exp     [all...]
test_isa_2_06_part1.stdout.exp 149 Test VSX permute instructions
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
caniter.h 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
  /external/icu/icu4c/source/common/unicode/
caniter.h 129 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
  /external/chromium_org/third_party/icu/source/common/
caniter.cpp 265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
286 // otherwise iterate through the string, and recursively permute all the other characters
302 // don't permute it
311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
312 permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
  /external/icu/icu4c/source/common/
caniter.cpp 265 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { function in class:CanonicalIterator
269 //if (PROGRESS) printf("Permute: %s\n", UToS(Tr(source)));
286 // otherwise iterate through the string, and recursively permute all the other characters
302 // don't permute it
311 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp)));
312 permute(subPermuteString.replace(i, U16_LENGTH(cp), NULL, 0), skipZeros, &subpermute, status);
371 permute(item, CANITER_SKIP_ZEROES, &permutations, status);
  /external/chromium_org/third_party/icu/source/test/intltest/
canittst.cpp 129 // check permute
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
  /external/icu/icu4c/source/test/intltest/
canittst.cpp 129 // check permute
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 75 /* permute(0)=0. This is intended and useful. */
76 static ub4 permute( function
106 scramble[i] = permute(i, phash_log2(smax));
654 if ((*tabb)[i].val_b != 0) break; /* assumes permute(0) == 0 */
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 627 const char kPermuteSwitch[] = "permute";
670 bool permute = cmd->HasSwitch(kPermuteSwitch); local
714 if (permute) {
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.stdout.exp 141 Test VSX permute instructions
    [all...]
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 72 ; - 10 cycles of load/store/byte permute instructions, and
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 72 ; - 10 cycles of load/store/byte permute instructions, and
  /external/chromium_org/third_party/x86inc/
x86inc.asm 629 ; I often want to use macros that permute their arguments. e.g. there's no
638 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
643 %macro PERMUTE 2-* ; takes a list of pairs to swap
  /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
aes-x86_64.S 1153 L$permute:
1279 jnz L$permute
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
x86inc.asm 702 ; I often want to use macros that permute their arguments. e.g. there's no
711 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
716 %macro PERMUTE 2-* ; takes a list of pairs to swap
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
x86inc.asm 812 ; I often want to use macros that permute their arguments. e.g. there's no
821 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
826 %macro PERMUTE 2-* ; takes a list of pairs to swap
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 51 ;# Writing V(x) for vector register #x, paired merges permute address
    [all...]
  /external/chromium_org/third_party/libyuv/source/
x86inc.asm 702 ; I often want to use macros that permute their arguments. e.g. there's no
711 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
716 %macro PERMUTE 2-* ; takes a list of pairs to swap
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 791 ; I often want to use macros that permute their arguments. e.g. there's no
800 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
805 %macro PERMUTE 2-* ; takes a list of pairs to swap
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 51 ;# Writing V(x) for vector register #x, paired merges permute address
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 46 # Vector permute and formatting instructions
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/
x86inc.asm 791 ; I often want to use macros that permute their arguments. e.g. there's no
800 ; Hence these macros. Insert a PERMUTE or some SWAPs at the end of a macro that
805 %macro PERMUTE 2-* ; takes a list of pairs to swap

Completed in 1686 milliseconds

1 2