Home
last modified time | relevance | path

Searched refs:synonyms (Results 1 – 25 of 46) sorted by relevance

12

/external/toybox/toys/pending/
Dstty.c122 } 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/
Ddata_synonym_and_id_equation_facts.cpp335 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/
Ddata_synonym_and_id_equation_facts.cpp335 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/
Ddata_synonym_and_id_equation_facts_test.cpp33 auto synonyms = in CheckConsistencyOfSynonymFacts() local
35 for (auto& dd : synonyms) { in CheckConsistencyOfSynonymFacts()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
Ddata_synonym_and_id_equation_facts_test.cpp33 auto synonyms = in CheckConsistencyOfSynonymFacts() local
35 for (auto& dd : synonyms) { in CheckConsistencyOfSynonymFacts()
/external/elfutils/libcpu/
Di386_parse.y203 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()
DChangeLog259 * i386_parse.y (fillin_arg): Expand synonyms before concatening to
/external/swiftshader/third_party/subzero/
DREADME.rst99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
/external/swiftshader/third_party/subzero/docs/
DREADME.rst99 ``0``, ``-1``, and ``m1``. Levels ``-1`` and ``m1`` are synonyms, and
/external/clang/docs/
DAddressSanitizer.rst200 deprecated synonyms `no_sanitize_address` and `no_address_safety_analysis`) to
/external/llvm-project/clang/docs/
DAddressSanitizer.rst202 deprecated synonyms `no_sanitize_address` and
/external/llvm-project/mlir/include/mlir/Dialect/OpenACC/
DOpenACCOps.td470 As host and self clauses are synonyms, any operands for host and self are
/external/toybox/www/doc/
Dmount.txt23 flags are just synonyms for adding option flags (for example
/external/deqp-deps/SPIRV-Tools/
DCHANGES42 - 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/
DCHANGES42 - 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/
Dzstd.1.md70 `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/
Dspvtoolsfuzz.proto598 // 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/
Dspvtoolsfuzz.proto598 // 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/
Dflac.sgml507 …<para>Fastest compression..highest compression (default is -5). These are synonyms for other opti…
/external/python/cpython3/Doc/library/
Dtkinter.rst431 Some options, like ``bg`` are synonyms for common options with long names
/external/python/cpython3/Doc/howto/
Dunicode.rst251 example, ``'latin-1'``, ``'iso_8859_1'`` and ``'8859``' are all synonyms for
/external/python/cpython2/Doc/library/
Dtkinter.rst441 Some options, like ``bg`` are synonyms for common options with long names
/external/python/cpython2/Doc/howto/
Dunicode.rst282 synonyms for the same encoding.
/external/llvm/lib/Target/X86/
DX86InstrInfo.td3047 // 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/
DX86InstrInfo.td3519 // 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.

12