/external/toybox/toys/pending/ |
D | stty.c | 122 } synonyms[] = { variable 399 for (j=0; j<ARRAY_LEN(synonyms); j++) { in stty_main() 400 if (!strcmp(synonyms[j].from, arg)) { in stty_main() 401 arg = synonyms[j].to; in stty_main()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.cpp | 335 for (const auto* synonyms : {&convert_s_to_f_lhs, &convert_u_to_f_lhs}) { in ComputeConversionDataSynonymFacts() 336 for (const auto* synonym_a : *synonyms) { in ComputeConversionDataSynonymFacts() 337 for (const auto* synonym_b : *synonyms) { in ComputeConversionDataSynonymFacts()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts.cpp | 335 for (const auto* synonyms : {&convert_s_to_f_lhs, &convert_u_to_f_lhs}) { in ComputeConversionDataSynonymFacts() 336 for (const auto* synonym_a : *synonyms) { in ComputeConversionDataSynonymFacts() 337 for (const auto* synonym_b : *synonyms) { in ComputeConversionDataSynonymFacts()
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts_test.cpp | 33 auto synonyms = in CheckConsistencyOfSynonymFacts() local 35 for (auto& dd : synonyms) { in CheckConsistencyOfSynonymFacts()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
D | data_synonym_and_id_equation_facts_test.cpp | 33 auto synonyms = in CheckConsistencyOfSynonymFacts() local 35 for (auto& dd : synonyms) { in CheckConsistencyOfSynonymFacts()
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 203 static void *synonyms; variable 271 if (tfind (newp, &synonyms, compare_syn) != NULL) 275 else if (tsearch ( newp, &synonyms, compare_syn) == NULL) 815 struct synonym **res = tfind (&search, &synonyms, compare_syn); in fillin_arg()
|
D | ChangeLog | 259 * i386_parse.y (fillin_arg): Expand synonyms before concatening to
|
/external/swiftshader/third_party/subzero/ |
D | README.rst | 99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
|
/external/swiftshader/third_party/subzero/docs/ |
D | README.rst | 99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 200 deprecated synonyms `no_sanitize_address` and `no_address_safety_analysis`) to
|
/external/llvm-project/clang/docs/ |
D | AddressSanitizer.rst | 202 deprecated synonyms `no_sanitize_address` and
|
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/ |
D | OpenACCOps.td | 470 As host and self clauses are synonyms, any operands for host and self are
|
/external/toybox/www/doc/ |
D | mount.txt | 23 flags are just synonyms for adding option flags (for example
|
/external/deqp-deps/SPIRV-Tools/ |
D | CHANGES | 42 - Do not flatten conditionals that create synonyms (#4030) 79 - Lower probability of adding bit instruction synonyms (#3917) 87 - Do not add synonyms involving irrelevant ids (#3890) 331 - Add fuzzer pass to replace ids with synonyms (#2857)
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | CHANGES | 42 - Do not flatten conditionals that create synonyms (#4030) 79 - Lower probability of adding bit instruction synonyms (#3917) 87 - Do not add synonyms involving irrelevant ids (#3890) 331 - Add fuzzer pass to replace ids with synonyms (#2857)
|
/external/zstd/programs/ |
D | zstd.1.md | 70 `Ki`, `K`, and `KB` are accepted as synonyms for `KiB`. 73 `Mi`, `M`, and `MB` are accepted as synonyms for `MiB`.
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 598 // A transformation that adds synonyms for bit instructions by evaluating 1423 // A transformation that adds synonyms for OpAny and OpAll instructions by
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 598 // A transformation that adds synonyms for bit instructions by evaluating 1423 // A transformation that adds synonyms for OpAny and OpAll instructions by
|
/external/flac/man/ |
D | flac.sgml | 507 …<para>Fastest compression..highest compression (default is -5). These are synonyms for other opti…
|
/external/python/cpython3/Doc/library/ |
D | tkinter.rst | 431 Some options, like ``bg`` are synonyms for common options with long names
|
/external/python/cpython3/Doc/howto/ |
D | unicode.rst | 251 example, ``'latin-1'``, ``'iso_8859_1'`` and ``'8859``' are all synonyms for
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 441 Some options, like ``bg`` are synonyms for common options with long names
|
/external/python/cpython2/Doc/howto/ |
D | unicode.rst | 282 synonyms for the same encoding.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3047 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms. 3057 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms. 3067 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 3519 // test: We accept "testX <reg>, <mem>" and "testX <mem>, <reg>" as synonyms. 3529 // xchg: We accept "xchgX <reg>, <mem>" and "xchgX <mem>, <reg>" as synonyms. 3539 // xchg: We accept "xchgX <reg>, %eax" and "xchgX %eax, <reg>" as synonyms.
|