Home
last modified time | relevance | path

Searched refs:permute (Results 1 - 25 of 28) sorted by relevance

12

/third_party/openssl/test/testutil/
H A Ddriver.c286 int permute[OSSL_NELEM(all_tests)]; in run_tests() local
307 permute[i] = i; in run_tests()
311 ii = permute[j]; in run_tests()
312 permute[j] = permute[i]; in run_tests()
313 permute[i] = ii; in run_tests()
317 i = permute[ii]; in run_tests()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
H A D_noise.hpp21 GLM_FUNC_QUALIFIER T permute(T const & x) in permute() function
27 GLM_FUNC_QUALIFIER tvec2<T, P> permute(tvec2<T, P> const & x) in permute() function
33 GLM_FUNC_QUALIFIER tvec3<T, P> permute(tvec3<T, P> const & x) in permute() function
39 GLM_FUNC_QUALIFIER tvec4<T, P> permute(tvec4<T, P> const & x) in permute() function
45 GLM_FUNC_QUALIFIER vecType<T, P> permute(vecType<T, P> const & x)
/third_party/rust/crates/env_logger/ci/src/
H A Dmain.rs1 mod permute; modules
21 let failed = permute::all(&features) in main()
/third_party/ninja/src/
H A Dgetopt.c60 PERMUTE is the default. We permute the contents of ARGV as we scan, so that
127 /* permute: swap two blocks of argv-elements given their lengths */
129 permute (char **argv, int len1, int len2) in permute() function
209 permute (argv + permute_from, num_nonopts, 1); in getopt_internal()
362 /* do we have to permute or otherwise modify optind? */ in getopt_internal()
365 permute (argv + permute_from, num_nonopts, 1 + arg_next); in getopt_internal()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java167 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
179 // otherwise iterate through the string, and recursively permute all the other characters in permute()
187 // don't permute it in permute()
195 permute(source.substring(0,i) in permute()
262 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCanonicalIterator.java163 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator
175 // otherwise iterate through the string, and recursively permute all the other characters in permute()
183 // don't permute it in permute()
191 permute(source.substring(0,i) in permute()
258 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
/third_party/musl/src/misc/
H A Dgetopt_long.c12 static void permute(char *const *argv, int dest, int src) in permute() function
47 permute(argv, skipped, optind-1); in __getopt_long()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dgenerate.go33 permuter *Permuter // lazily built by permute()
77 "Permute": g.permute,
137 // permute lazily calls buildPermuter(), caching the result for repeated
139 func (g *generator) permute(overload *sem.Overload) ([]Permutation, error) {
/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c48 static void permute(uint8_t *dst, const uint8_t *src, const uint8_t permutation[64]) in permute() function
191 permute(ctx->progressive_scan, ff_prores_progressive_scan, idct_permutation); in decode_init()
192 permute(ctx->interlaced_scan, ff_prores_interlaced_scan, idct_permutation); in decode_init()
307 permute(ctx->qmat_luma, ctx->prodsp.idct_permutation, ptr); in decode_frame_header()
318 permute(ctx->qmat_chroma, ctx->prodsp.idct_permutation, ptr); in decode_frame_header()
H A Dvp6.c411 uint8_t *permute = s->idct_scantable; in vp6_parse_coeff_huffman() local
455 s->block_coeff[b][permute[idx]] = coeff2; in vp6_parse_coeff_huffman()
473 uint8_t *permute = s->idct_scantable; in vp6_parse_coeff() local
521 s->block_coeff[b][permute[idx]] = coeff; in vp6_parse_coeff()
H A Dvp5.c186 uint8_t *permute = s->idct_scantable; in vp5_parse_coeff() local
238 s->block_coeff[b][permute[coeff_idx]] = coeff; in vp5_parse_coeff()
/third_party/ffmpeg/libavcodec/tests/
H A Ddct.c150 static void permute(int16_t dst[64], const int16_t src[64], in permute() function
203 permute(block, block1, dct->perm_type); in dct_error()
272 permute(block1, block, dct->perm_type); in dct_error()
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { in permute() function in CanonicalIterator
288 // otherwise iterate through the string, and recursively permute all the other characters in permute()
304 // don't permute it in permute()
313 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp))); in permute()
314 permute(subPermuteString.remove(i, U16_LENGTH(cp)), skipZeros, &subpermute, status); in permute()
373 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/third_party/node/deps/icu-small/source/common/
H A Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { in permute() function in CanonicalIterator
288 // otherwise iterate through the string, and recursively permute all the other characters in permute()
304 // don't permute it in permute()
313 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp))); in permute()
314 permute(subPermuteString.remove(i, U16_LENGTH(cp)), skipZeros, &subpermute, status); in permute()
373 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status) { in permute() function in CanonicalIterator
288 // otherwise iterate through the string, and recursively permute all the other characters in permute()
304 // don't permute it in permute()
313 //Hashtable *subpermute = permute(source.substring(0,i) + source.substring(i + UTF16.getCharCount(cp))); in permute()
314 permute(subPermuteString.remove(i, U16_LENGTH(cp)), skipZeros, &subpermute, status); in permute()
373 permute(item, CANITER_SKIP_ZEROES, &permutations, status); in getEquivalents()
/third_party/toybox/toys/other/
H A Dbzcat.c65 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member
257 /* Calculate permute[], base[], and limit[] tables from length[]. in read_block_header()
259 * permute[] is the lookup table for converting huffman coded symbols in read_block_header()
263 * of a given length when using permute[]. in read_block_header()
270 * equals permute[hufcode_value - base[hufcode_bitcount]]. in read_block_header()
282 // zero temp[] and limit[], and calculate permute[] in read_block_header()
287 if (length[hh] == ii) hufGroup->permute[pp++] = hh; in read_block_header()
376 nextSym = hufGroup->permute[jj]; in read_huffman_data()
/third_party/icu/icu4c/source/common/unicode/
H A Dcaniter.h133 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dcaniter.h133 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dcaniter.h133 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java138 // check permute in TestBasic()
142 CanonicalIterator.permute("ABC", false, results); in TestBasic()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestCanonicalIterator.java135 // check permute in TestBasic()
139 CanonicalIterator.permute("ABC", false, results); in TestBasic()
/third_party/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp130 // check permute in TestBasic()
137 CanonicalIterator::permute(toPermute, false, permutations, status); in TestBasic()
/third_party/ltp/scripts/
H A Dcheckbashisms.pl25 use Getopt::Long qw(:config bundling permute no_getopt_compat);
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm492 mova m12, [yuv2nv12_permute_mask] ; permute mask
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/
H A Daes-x86_64.s1222 L$permute:
1348 jnz L$permute

Completed in 19 milliseconds

12