Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/third_party/ffmpeg/libavutil/
Dcpu_internal.h26 #define CPUEXT_SUFFIX(flags, suffix, cpuext) \ argument
29 #define CPUEXT_SUFFIX_FAST2(flags, suffix, cpuext, slow_cpuext) \ argument
33 #define CPUEXT_SUFFIX_SLOW(flags, suffix, cpuext) \ argument
37 #define CPUEXT_SUFFIX_SLOW2(flags, suffix, cpuext, slow_cpuext) \ argument
41 #define CPUEXT_SUFFIX_FAST(flags, suffix, cpuext) CPUEXT_SUFFIX_FAST2(flags, suffix, cpuext, cpuext) argument
Dtx_priv.h32 #define TX_FN_NAME(fn, suffix) ff_tx_ ## fn ## _float_ ## suffix argument
33 #define TX_FN_NAME_STR(fn, suffix) NULL_IF_CONFIG_SMALL(#fn "_float_" #suffix) argument
44 #define TX_FN_NAME(fn, suffix) ff_tx_ ## fn ## _double_ ## suffix argument
45 #define TX_FN_NAME_STR(fn, suffix) NULL_IF_CONFIG_SMALL(#fn "_double_" #suffix) argument
56 #define TX_FN_NAME(fn, suffix) ff_tx_ ## fn ## _int32_ ## suffix argument
57 #define TX_FN_NAME_STR(fn, suffix) NULL_IF_CONFIG_SMALL(#fn "_int32_" #suffix) argument
67 #define TX_DECL_FN(fn, suffix) \ argument
71 p, init_fn, suffix, cf, cd_flags, cf2) \ argument
/third_party/vixl/tools/test_generator/
Ddata_types.py233 def PrintInput(suffix = ""): argument
249 def InstantiateResult(suffix = ""): argument
257 def InstantiateInput(suffix = ""): argument
265 def InstantiateReference(suffix = ""): argument
317 def PrintInput(self, suffix = ""): argument
326 def InstantiateResult(self, suffix = ""): argument
330 def InstantiateInput(self, suffix = ""): argument
334 def InstantiateReference(self, suffix = ""): argument
376 def PrintInput(self, suffix = ""): argument
566 def PrintInput(self, suffix = ""): argument
[all …]
/third_party/python/Tools/buildbot/
DremotePythonInfo.bat8 set suffix=_d variable
14 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
15 if "%1"=="+d" (set suffix=) & shift & goto CheckOpts variable
/third_party/ltp/tools/sparse/sparse-src/
Dpredefine.c20 static void predefined_sizeof(const char *name, const char *suffix, unsigned bits) in predefined_sizeof()
38 const char *suffix = builtin_type_suffix(type); in predefined_max() local
49 const char *suffix = builtin_type_suffix(type); in predefined_min() local
71 const char *suffix = (flags & PTYPE_T) ? "_T" : ""; in predefined_ctype() local
/third_party/rust/crates/os_str_bytes/tests/
Draw_random.rs26 let suffix = random_common::random_os_string(SMALL_LENGTH)?; in test_complex() localVariable
30 let suffix = RawOsString::new(suffix); in test_complex() localVariable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DAffixMatcher.java25 private final AffixPatternMatcher suffix; field in AffixMatcher
129 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
164 AffixPatternMatcher suffix, in getInstance()
170 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java23 private final AffixPatternMatcher suffix; field in AffixMatcher
131 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
166 AffixPatternMatcher suffix, in getInstance()
172 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/third_party/ffmpeg/libavfilter/
Daf_axcorrelate.c50 #define MEAN_SUM(suffix, type, zero) \ argument
65 #define SQUARE_SUM(suffix, type, zero) \ argument
81 #define XCORRELATE(suffix, type, zero, small, sqrtfun)\ argument
108 #define XCORRELATE_SLOW(suffix, type) \ argument
150 #define XCORRELATE_FAST(suffix, type, zero, small, sqrtfun) \ in XCORRELATE_SLOW() argument
/third_party/mesa3d/src/util/tests/format/
Du_format_test.c60 const char *suffix) in print_packed()
79 const char *suffix) in print_unpacked_rgba_doubl()
101 const char *suffix) in print_unpacked_rgba_float()
123 const char *suffix) in print_unpacked_rgba_8unorm()
144 const char *suffix) in print_unpacked_z_float()
166 const char *suffix) in print_unpacked_z_32unorm()
187 const char *suffix) in print_unpacked_s_8uint()
742 const char *suffix) in test_one_func()
767 const char *suffix) in test_format_metadata()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DTransform.cs15 private readonly byte[] suffix; field in Org.Brotli.Dec.Transform
17 internal Transform(string prefix, int type, string suffix) in Transform()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.cpp25 ImmutableString suffix( in GetImageReference() local
37 ImmutableString suffix( in GetImageReference() local
176 ImmutableString suffix(nullptr); in name() local
/third_party/node/test/common/
Dcpu-prof.js15 function getFrames(file, suffix) { argument
25 function verifyFrames(output, file, suffix) { argument
/third_party/rust/crates/syn/src/
Dlit.rs82 suffix: Box<str>, field
95 suffix: Box<str>, field
110 suffix: Box<str>, field
233 let suffix = self.suffix(); in parse_with() localVariable
252 pub fn suffix(&self) -> &str { in suffix() method
287 pub fn suffix(&self) -> &str { in suffix() method
322 pub fn suffix(&self) -> &str { in suffix() method
357 pub fn suffix(&self) -> &str { in suffix() method
420 pub fn suffix(&self) -> &str { in suffix() method
492 pub fn suffix(&self) -> &str { in suffix() method
[all …]
/third_party/alsa-utils/axfer/
Dxfer-options.c423 const char *suffix) in generate_path_with_suffix()
450 unsigned int index, const char *suffix) in generate_path_without_suffix()
475 unsigned int index, const char *suffix) in generate_path()
500 const char *suffix; in create_paths() local
546 const char *suffix; in fixup_paths() local
/third_party/python/PCbuild/
Drt.bat32 set suffix= variable
41 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DConstantAffixModifier.java20 private final String suffix; field in ConstantAffixModifier
41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DConstantAffixModifier.java18 private final String suffix; field in ConstantAffixModifier
39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/third_party/node/deps/openssl/openssl/crypto/
Dtrace.c178 char *suffix; member
243 const char **prefix, const char **suffix, in set_trace_data()
341 const char *suffix = NULL; in ossl_trace_cleanup() local
437 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix()
506 char *suffix = NULL; in OSSL_trace_end() local
/third_party/openssl/crypto/
Dtrace.c178 char *suffix; member
243 const char **prefix, const char **suffix, in set_trace_data()
341 const char *suffix = NULL; in ossl_trace_cleanup() local
437 int OSSL_trace_set_suffix(int category, const char *suffix) in OSSL_trace_set_suffix()
506 char *suffix = NULL; in OSSL_trace_end() local
/third_party/PyYAML/lib/yaml/
Dconstructor.py565 def construct_python_name(self, suffix, node): argument
572 def construct_python_module(self, suffix, node): argument
579 def make_python_instance(self, suffix, node, argument
614 def construct_python_object(self, suffix, node): argument
623 def construct_python_object_apply(self, suffix, node, newobj=False): argument
658 def construct_python_object_new(self, suffix, node): argument
721 def make_python_instance(self, suffix, node, args=None, kwds=None, newobj=False): argument
/third_party/python/Lib/
Dtempfile.py114 def _sanitize_params(prefix, suffix, dir): argument
321 def mkstemp(suffix=None, prefix=None, dir=None, text=False): argument
360 def mkdtemp(suffix=None, prefix=None, dir=None): argument
400 def mktemp(suffix="", prefix=template, dir=None): argument
539 newline=None, suffix=None, prefix=None, argument
592 newline=None, suffix=None, prefix=None, argument
663 suffix=None, prefix=None, dir=None, *, errors=None): argument
810 def __init__(self, suffix=None, prefix=None, dir=None, argument

12345678910>>...21