Home
last modified time | relevance | path

Searched refs:dName (Results 1 – 2 of 2) sorted by relevance

/third_party/lz4/tests/
Dfullbench.c643 const char* dName = NULL; in fullSpeedBench() local
653 … case 1: decompressionFunction = local_LZ4_decompress_fast; dName = "LZ4_decompress_fast"; break; in fullSpeedBench()
654 …case 2: decompressionFunction = local_LZ4_decompress_fast_usingDict_prefix; dName = "LZ4_decompres… in fullSpeedBench()
655 …case 3: decompressionFunction = local_LZ4_decompress_fast_usingExtDict; dName = "LZ4_decompress_fa… in fullSpeedBench()
656 … case 4: decompressionFunction = LZ4_decompress_safe; dName = "LZ4_decompress_safe"; break; in fullSpeedBench()
657 …case 5: decompressionFunction = local_LZ4_decompress_safe_withPrefix64k; dName = "LZ4_decompress_s… in fullSpeedBench()
658 …case 6: decompressionFunction = local_LZ4_decompress_safe_usingDict; dName = "LZ4_decompress_safe_… in fullSpeedBench()
659 …case 7: decompressionFunction = local_LZ4_decompress_safe_partial; dName = "LZ4_decompress_safe_pa… in fullSpeedBench()
661 …case 8: decompressionFunction = local_LZ4_decompress_safe_forceExtDict; dName = "LZ4_decompress_sa… in fullSpeedBench()
666 …if (dAlgNb == 10) { decompressionFunction = local_LZ4F_decompress; dName = "LZ4F_decompress"; } /… in fullSpeedBench()
[all …]
/third_party/typescript/tests/cases/fourslash/
DrenameModifiers.ts20 dDef, protectedKeyword, dName, constant
30 verify.renameLocations([protectedKeyword], [{ range: dName }]);