Home
last modified time | relevance | path

Searched refs:remainingArgs (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/config/
H A Dload_state.go65 remainingArgs, err := parser.ParseArgs(args[1:])
67 return GlobalFlags{}, remainingArgs, err
73 return GlobalFlags{}, remainingArgs, err // not tested
80 return GlobalFlags{}, remainingArgs, err // not tested
85 return globals, remainingArgs, nil
96 if len(remainingArgs) > 0 {
97 command = remainingArgs[0]
108 if len(remainingArgs) == 0 {
114 if len(remainingArgs) == 1 && command == "help" {
123 Command: remainingArgs[1],
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dbackend_singlesample.cpp344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
350 remainingArgs...); in GetFunc()
354 remainingArgs...); in GetFunc()
358 remainingArgs...); in GetFunc()
363 remainingArgs...); in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
398 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
402 return BEChooserSingleSample<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
H A Dbackend_sample.cpp364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc()
370 remainingArgs...); in GetFunc()
374 remainingArgs...); in GetFunc()
378 remainingArgs...); in GetFunc()
383 remainingArgs...); in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc()
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
418 static PFN_BACKEND_FUNC GetFunc(bool tArg, TArgsT... remainingArgs) in GetFunc()
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DNativeCallTest.java80 Object[] remainingArgs = new Object[]{ // Pairs of <Object>, <Class> in testF32SDILDS() local
88 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testF32SDILDS()
89 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testF32SDILDS()
94 for (int i = 0; i < remainingArgs.length; i += 2) { in testF32SDILDS()
95 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testF32SDILDS()
96 argClazz[sCount + i / 2] = (Class<?>) remainingArgs[i + 1]; in testF32SDILDS()
112 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testI32SDILDS()
113 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testI32SDILDS()
118 for (int i = 0; i < remainingArgs.length; i += 2) { in testI32SDILDS()
119 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testI32SDILDS()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DNativeCallTest.java80 Object[] remainingArgs = new Object[]{ // Pairs of <Object>, <Class> in testF32SDILDS() local
88 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testF32SDILDS()
89 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testF32SDILDS()
94 for (int i = 0; i < remainingArgs.length; i += 2) { in testF32SDILDS()
95 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testF32SDILDS()
96 argClazz[sCount + i / 2] = (Class<?>) remainingArgs[i + 1]; in testF32SDILDS()
112 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testI32SDILDS()
113 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testI32SDILDS()
118 for (int i = 0; i < remainingArgs.length; i += 2) { in testI32SDILDS()
119 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testI32SDILDS()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DNativeCallTest.java81 Object[] remainingArgs = new Object[]{ in testF32SDILDS() local
89 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testF32SDILDS()
90 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testF32SDILDS()
95 for (int i = 0; i < remainingArgs.length; i += 2) { in testF32SDILDS()
96 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testF32SDILDS()
97 argClazz[sCount + i / 2] = (Class<?>) remainingArgs[i + 1]; in testF32SDILDS()
106 Object[] remainingArgs = new Object[]{ in testI32SDILDS() local
114 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testI32SDILDS()
120 for (int i = 0; i < remainingArgs.length; i += 2) { in testI32SDILDS()
121 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testI32SDILDS()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/
H A DNativeCallTest.java82 Object[] remainingArgs = new Object[]{ in testF32SDILDS() local
90 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testF32SDILDS()
91 Object[] argValues = new Object[sCount + remainingArgs.length / 2]; in testF32SDILDS()
96 for (int i = 0; i < remainingArgs.length; i += 2) { in testF32SDILDS()
97 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testF32SDILDS()
98 argClazz[sCount + i / 2] = (Class<?>) remainingArgs[i + 1]; in testF32SDILDS()
107 Object[] remainingArgs = new Object[]{ in testI32SDILDS() local
115 Class<?>[] argClazz = new Class[sCount + remainingArgs.length / 2]; in testI32SDILDS()
121 for (int i = 0; i < remainingArgs.length; i += 2) { in testI32SDILDS()
122 argValues[sCount + i / 2] = remainingArgs[i + 0]; in testI32SDILDS()
[all …]

1234567