Home
last modified time | relevance | path

Searched refs:suffix (Results 626 - 650 of 842) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/elfutils/src/
H A Delflint.c90 const char *suffix, const char *fname, size_t size,
92 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix,
231 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, in process_file() argument
241 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file()
251 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; in process_file()
259 strcpy (stpcpy (new_suffix, suffix), ")"); in process_file()
4767 process_elf_file (Elf *elf, const char *prefix, const char *suffix, in process_elf_file() argument
4787 printf ("\n%s(%s)%s:\n", prefix, fname, suffix); in process_elf_file()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp8016 const auto& suffix = sfCase.nameSuffix;
8019 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "lines" + suffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor, i == 0 ? RESOLUTION_NPOT : 0));
8021 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "line_strip" + suffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
8023 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "lines_wide" + suffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
8025 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "line_strip_wide" + suffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
8028 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "rectangular_lines" + suffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
8030 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "rectangular_line_strip" + suffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
8032 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "rectangular_lines_wide" + suffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
8034 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "rectangular_line_strip_wide" + suffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
8037 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "bresenham_lines" + suffix, PRIMITIVEWIDENESS_NARRO
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp7021 const auto& suffix = sfCase.nameSuffix;
7024 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "lines" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_LIST, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor, i == 0 ? RESOLUTION_NPOT : 0));
7025 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "line_strip" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
7026 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "lines_wide" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_LIST with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
7027 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "line_strip_wide" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_IGNORE, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_DEFAULT_EXT, factor));
7029 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "rectangular_lines" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_LIST, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
7030 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "rectangular_line_strip" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_NARROW, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
7031 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "rectangular_lines_wide" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_LIST with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
7032 g->addChild(new WidenessTestCase<LineStripTestInstance> (testCtx, "rectangular_line_strip_wide" + suffix, "Render primitives as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDENESS_WIDE, PRIMITIVESTRICTNESS_STRICT, true, VK_SAMPLE_COUNT_1_BIT, stipple, VK_LINE_RASTERIZATION_MODE_RECTANGULAR_EXT, factor));
7034 g->addChild(new WidenessTestCase<LinesTestInstance> (testCtx, "bresenham_lines" + suffix, "Rende
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_neon.S1312 .macro idct32_funcs suffix
1322 function idct32_1d_4x32_pass1\suffix\()_neon
1336 .ifb \suffix
1342 .ifc \suffix,_quarter
1348 .ifc \suffix,_half
1355 bl idct16\suffix
1386 .ifb \suffix
1389 .ifc \suffix,_quarter
1392 .ifc \suffix,_half
1399 .ifb \suffix
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvc1dsp_loopfilter.asm131 ; 2nd param: mov suffix equivalent to the filter size
/third_party/alsa-lib/src/topology/
H A Dtplg_local.h344 const char *suffix, const void *bin, size_t size);
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_core.py892 suffix = True variable in BignumCoreZeroCheckCT
/third_party/json/
H A DMakefile164 --suffix=none \
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py361 suffix=".tmp",
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dcommon.py354 suffix=".tmp",
/third_party/lz4/programs/
H A Dlz4cli.c99 const char* suffix,
261 * allows and interprets K, KB, KiB, M, MB and MiB suffix.
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DFormatSpec.java68 * "carrier" specifiers must share a common suffix after the "first group". This is a limitation of
277 * parsing of templates that, over time, might need to adapt to real world changes (e.g. suffix
385 // determining where the prefix and suffix should be split when considering hoisting the in parse()
422 // it isn't split into prefix and suffix (as required in some situations for the XML). As such
534 // If no suffix start found, the entire skeleton is the prefix. in getSuffixStart()
539 // pushes the suffix start to just after the "first available group" (which is what becomes in getSuffixStart()
/third_party/python/Tools/scripts/
H A Dstable_abi.py690 if args.file.suffix == '.txt':
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c31 int ossl_pem_check_suffix(const char *pem_str, const char *suffix);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py11 Usage: `reflow.py [-noflow] [-tagvu] [-nextvu #] [-overwrite] [-out dir] [-suffix str] files`
26 - `-suffix` specifies suffix to add to output files, default ''
474 outFilename = str(outDir / (os.path.basename(filename) + args.suffix))
559 parser.add_argument('-suffix', action='store', dest='suffix',
561 help='Set the suffix added to updated file names (default: none)')
/third_party/python/Lib/test/
H A Dtest_zipapp.py62 return path.suffix != '.pyc'
/third_party/skia/tools/skpbench/
H A Dskpbench.py44 __argparse.add_argument('-x', '--suffix',
45 help="suffix to append on config (e.g. '_before', '_after')")
316 emit_result(skpbench.best_result.format(FLAGS.suffix),
/third_party/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.cc224 << " " << compiler_version.suffix() << std::endl; in Generate()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2331 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2343 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
2344 else suffix = "_time64"; in __dlsym_redir_time64()
2348 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c2330 const char *suffix, *suffix2 = ""; in __dlsym_redir_time64() local
2342 if (!strcmp(s+l-4, "time")) suffix = "64"; in __dlsym_redir_time64()
2343 else suffix = "_time64"; in __dlsym_redir_time64()
2347 snprintf(redir, sizeof redir, "__%.*s%s%s", (int)l, s, suffix, suffix2); in __dlsym_redir_time64()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs266 /// that name. This lets us give each overload a unique suffix.
4143 // suffix. in codegen()
5129 // If the given calling convention also prescribes a suffix, check that
5132 let suffix = &mangled_name[canonical_name.len() + 1..];
5134 // The shortest suffix is "@0"
5135 if suffix.len() < 2 {
5139 // Check that the suffix starts with '@' and is all ASCII decimals
5141 if suffix[0] != b'@' || !suffix[1..].iter().all(u8::is_ascii_digit)
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c3130 char* pa_str_strip_suffix(const char *str, const char *suffix) { in pa_str_strip_suffix() argument
3135 pa_assert(suffix); in pa_str_strip_suffix()
3138 suf_l = strlen(suffix); in pa_str_strip_suffix()
3145 if (!pa_streq(&str[prefix], suffix)) in pa_str_strip_suffix()
/third_party/python/PC/
H A Dlauncher2.c1064 // If we had 'python3.12.exe' then we want to strip the suffix in checkShebang()
1067 const wchar_t *suffix = &search->tag[search->tagLength - 4]; in checkShebang() local
1068 if (0 == _comparePath(suffix, 4, L".exe", -1)) { in checkShebang()
1075 const wchar_t *suffix = &search->tag[search->tagLength - 2]; in checkShebang() local
1076 if (0 == _comparePath(suffix, 2, L"_d", -1)) { in checkShebang()
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc766 with ".framework" suffix; the suffix will be stripped when expanding

Completed in 58 milliseconds

1...<<21222324252627282930>>...34