Home
last modified time | relevance | path

Searched refs:output2 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch95 - printf(output2); /*prog header*/
96 + printf("%s", output2); /*prog header*/
104 - if (!background) printf(output2); /*prog header*/
105 + if (!background) printf("%s", output2); /*prog header*/
162 - printf(output2); /*prog header*/
163 + printf("%s", output2); /*prog header*/
171 - if (!background) printf(output2); /*prog header*/
172 + if (!background) printf("%s", output2); /*prog header*/
205 - printf(output2); /*prog header*/
206 + printf("%s", output2); /*prog header*/
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dskeletoninit.py32 status, output2 = self.target.run(cmd)
34 '\n%s\n%s' % (output1, output2))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Ddsl.cpp149 double input2, std::unique_ptr<Expression> output2) { in interpolate() argument
153 stops[input2] = std::move(output2); in interpolate()
163 double input2, std::unique_ptr<Expression> output2, in interpolate() argument
168 stops[input2] = std::move(output2); in interpolate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp71 double input2, std::unique_ptr<Expression> output2);
76 double input2, std::unique_ptr<Expression> output2,
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-pic32.c350 FUNCTION(U3RTS, output2),
351 FUNCTION(U4TX, output2),
353 FUNCTION(SS1OUT, output2),
354 FUNCTION(SS3OUT, output2),
355 FUNCTION(SS4OUT, output2),
356 FUNCTION(SS5OUT, output2),
358 FUNCTION(OC5, output2),
359 FUNCTION(OC8, output2),
360 FUNCTION(C1OUT, output2),
361 FUNCTION(REFCLKO3, output2),
/OK3568_Linux_fs/kernel/lib/crypto/
H A Dcurve25519-hacl64.c609 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local
617 output2 = i2 >> 6 & 0x7ffffffffffffLLU; in format_fexpand()
622 output[2] = output2; in format_fexpand()
/OK3568_Linux_fs/docs/cn/Common/NPU/rknpu2/
H A DRK3588_NPU_SRAM_usage.md149 2 ConvRelu output2 INT8 (1,32,112,112) (1,2,112,112,16) | 0xff404c00 0xff466c00 0x0006…
/OK3568_Linux_fs/external/rknpu2/doc/
H A DRK3588_NPU_SRAM_usage.md149 2 ConvRelu output2 INT8 (1,32,112,112) (1,2,112,112,16) | 0xff404c00 0xff466c00 0x0006…
/OK3568_Linux_fs/docs/en/Common/NPU/rknpu2/
H A DRK3588_NPU_SRAM_usage.md149 2 ConvRelu output2 INT8 (1,32,112,112) (1,2,112,112,16) | 0xff404c00 0xff466c00 0x0006…
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacer-wmi.c1210 struct acpi_buffer output2 = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() local
1243 status = wmi_evaluate_method(WMID_GUID3, 0, 0x1, &set_input, &output2); in wmid3_set_device_status()
1247 obj = output2.pointer; in wmid3_set_device_status()