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

1 2 3 4

  /frameworks/wilhelm/tools/permute/
Makefile 0 permute : permute.c
2 gcc -o $@ -Wall permute.c -lsndfile
readme.txt 1 See comments at top of permute.c for information on how to build and use.
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/chromium/chrome/browser/sync/util/
nigori_unittest.cc 16 TEST(NigoriTest, Permute) {
21 EXPECT_TRUE(nigori.Permute(Nigori::Password, "test name",
35 EXPECT_TRUE(nigori1.Permute(Nigori::Password,
43 EXPECT_TRUE(nigori2.Permute(Nigori::Password,
164 EXPECT_TRUE(nigori1.Permute(Nigori::Password, original, &permuted1));
165 EXPECT_TRUE(nigori2.Permute(Nigori::Password, original, &permuted2));
nigori.h 20 // To store secrets securely, use the |Permute| method to derive a lookup name
49 bool Permute(Type type, const std::string& name, std::string* permuted) const;
cryptographer.cc 14 // a username, and a password) by calling Permute on this string. Since the
15 // output of Permute is always the same for a given triplet, clients will always
124 if (!nigori->Permute(Nigori::Password, kNigoriKeyName, &name)) {
nigori.cc 125 // Permute[Kenc,Kmac](type || name)
126 bool Nigori::Permute(Type type, const std::string& name,
  /external/bison/lib/
getopt_int.h 38 POSIXLY_CORRECT is defined, PERMUTE otherwise.
47 PERMUTE is the default. We permute the contents of ARGV as we
65 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
getopt.in.h 82 getopt_long_only can permute argv; this is required for backward
228 the environment, then do not permute arguments. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt_int.h 60 POSIXLY_CORRECT is defined, PERMUTE otherwise.
69 PERMUTE is the default. We permute the contents of ARGV as we
87 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
getopt.in.h 60 getopt_long_only can permute argv; this is required for backward
201 the environment, then do not permute arguments. */
  /frameworks/wilhelm/tests/listening/
seekTorture.c 18 // It needs as input a permuted .wav and .map produced by the permute tool.
32 fprintf(stderr, " where file.wav and file.map are created by the permute tool\n");
  /external/icu4c/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);
  /bionic/libc/unistd/
getopt_long.c 78 #define FLAG_PERMUTE 0x01 /* permute non-options to the end of argv */
99 static int nonopt_start = -1; /* first non option argument (for permute) */
100 static int nonopt_end = -1; /* first option after non options (for permute) */
389 * non-options, we have to permute.
  /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/eigen/unsupported/Eigen/src/NonLinearOptimization/
qrsolv.h 85 /* permute the components of z back to components of x. */
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 77 // Permute and multiply the real parts of a and b
86 // permute back to a proper order
PacketMath.h 267 mask = vec_lvsl(0, from); // create the permute mask
279 mask = vec_lvsl(0, from); // create the permute mask
311 edgeAlign = vec_lvsl(0, to); // permute map to extract edges
313 align = vec_lvsr( 0, to ); // permute map to misalign data
329 edgeAlign = vec_lvsl(0, to); // permute map to extract edges
331 align = vec_lvsr( 0, to ); // permute map to misalign data
  /external/grub/lib/
getopt.c 163 POSIXLY_CORRECT is defined, PERMUTE otherwise.
172 PERMUTE is the default. We permute the contents of ARGV as we scan,
190 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
426 ordering = PERMUTE;
504 The elements of ARGV aren't really const, because we permute them.
560 if (ordering == PERMUTE)
608 /* If we have come to a non-option and did not permute it,
  /ndk/sources/host-tools/make-3.81/
getopt.c 157 POSIXLY_CORRECT is defined, PERMUTE otherwise.
166 PERMUTE is the default. We permute the contents of ARGV as we scan,
184 REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER
413 ordering = PERMUTE;
491 The elements of ARGV aren't really const, because we permute them.
542 if (ordering == PERMUTE)
590 /* If we have come to a non-option and did not permute it,
  /external/bison/darwin-lib/
getopt.h 83 getopt_long_only can permute argv; this is required for backward
239 the environment, then do not permute arguments. */
  /external/icu4c/test/intltest/
canittst.cpp 129 // check permute
136 CanonicalIterator::permute(toPermute, FALSE, permutations, status);
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 61 PPC970_VPERM = 6 << PPC970_Shift, // Vector Permute Unit
  /external/llvm/lib/Target/ARM/
ARMScheduleA8.td     [all...]
ARMScheduleSwift.td     [all...]

Completed in 671 milliseconds

1 2 3 4