/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/memory_model/message_passing/permuted_index/ |
D | release_acquire.amber | 39 uint permute(uint x) 47 // used for synchronization is from a different index calculated using permute(i). 51 …atomicStore(buf.arr[permute(i0)].flag, 1u, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Semantics… 55 …uint flag = atomicLoad(buf.arr[permute(i1)].flag, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Se…
|
D | release_acquire_atomic_payload.amber | 39 uint permute(uint x) 47 // used for synchronization is from a different index calculated using permute(i). 51 …atomicStore(buf.arr[permute(i0)].flag, 1u, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Semantics… 55 …uint flag = atomicLoad(buf.arr[permute(i1)].flag, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Se…
|
D | barrier.amber | 39 uint permute(uint x) 47 // used for synchronization is from a different index calculated using permute(i). 56 …atomicStore(buf.arr[permute(i0)].flag, 1u, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Semantics… 60 …uint flag = atomicLoad(buf.arr[permute(i1)].flag, gl_ScopeDevice, gl_StorageSemanticsBuffer, gl_Se…
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _noise.hpp | 21 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
|
/third_party/openssl/test/testutil/ |
D | driver.c | 286 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/gtc/ |
D | noise.inl | 35 tvec4<T, P> i = detail::permute(detail::permute(ix) + iy); 79 tvec4<T, P> ixy = detail::permute(detail::permute(ix) + iy); 80 tvec4<T, P> ixy0 = detail::permute(ixy + iz0); 81 tvec4<T, P> ixy1 = detail::permute(ixy + iz1); 150 tvec4<T, P> ixy = permute(permute(ix) + iy); 151 tvec4<T, P> ixy0 = permute(ixy + iz0); 152 tvec4<T, P> ixy1 = permute(ixy + iz1); 225 tvec4<T, P> ixy = detail::permute(detail::permute(ix) + iy); 226 tvec4<T, P> ixy0 = detail::permute(ixy + iz0); 227 tvec4<T, P> ixy1 = detail::permute(ixy + iz1); [all …]
|
/third_party/rust/crates/env_logger/ci/src/ |
D | main.rs | 1 mod permute; module 21 let failed = permute::all(&features) in main()
|
/third_party/ninja/src/ |
D | getopt.c | 129 permute (char **argv, int len1, int len2) in permute() function 209 permute (argv + permute_from, num_nonopts, 1); 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/ |
D | CanonicalIterator.java | 167 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator 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/ |
D | CanonicalIterator.java | 163 public static void permute(String source, boolean skipZeros, Set<String> output) { in permute() method in CanonicalIterator 191 permute(source.substring(0,i) in permute() 258 permute(item, SKIP_ZEROS, permutations); in getEquivalents()
|
/third_party/musl/src/misc/ |
D | getopt_long.c | 12 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/ |
D | generate.go | 77 "Permute": g.permute, 139 func (g *generator) permute(overload *sem.Overload) ([]Permutation, error) { func
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | caniter.cpp | 267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator 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/icu/icu4c/source/common/ |
D | caniter.cpp | 267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator 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/ |
D | caniter.cpp | 267 void U_EXPORT2 CanonicalIterator::permute(UnicodeString &source, UBool skipZeros, Hashtable *result… in permute() function in CanonicalIterator 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/ffmpeg/libavcodec/tests/ |
D | dct.c | 150 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/ffmpeg/libavcodec/ |
D | proresdec2.c | 48 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()
|
D | vp6.c | 411 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()
|
D | vp5.c | 186 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/skia/third_party/externals/icu/source/common/unicode/ |
D | caniter.h | 133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
|
/third_party/toybox/toys/other/ |
D | bzcat.c | 65 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS]; member 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/ |
D | caniter.h | 133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | caniter.h | 133 …static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCod…
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | TestCanonicalIterator.java | 142 CanonicalIterator.permute("ABC", false, results); in TestBasic()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | TestCanonicalIterator.java | 139 CanonicalIterator.permute("ABC", false, results); in TestBasic()
|