Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 58) sorted by relevance

123

/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/
Dtest_utils.c23 void mbedtls_printbuf(const char *comment, const unsigned char *buf, size_t len) in mbedtls_printbuf() argument
25 mbedtls_printf("%s [%u]:", comment, (unsigned int)len); in mbedtls_printbuf()
32 void mbedtls_printbuf_c(const char *comment, const unsigned char *buf, size_t len) in mbedtls_printbuf_c() argument
34 mbedtls_printf("%s [%u]: ", comment, (unsigned int)len); in mbedtls_printbuf_c()
Dtest_utils.h28 void mbedtls_printbuf(const char *comment, const unsigned char *buf, size_t len);
29 void mbedtls_printbuf_c(const char *comment, const unsigned char *buf, size_t len);
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/power/
DKconfig29 comment "Regulator Drivers"
40 comment "Powerkey Drivers"
53 comment "Power Supply Drivers"
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dplatform-specific.inc12 #pragma comment(lib, "crypt32.lib")
13 #pragma comment(lib, "advapi32.lib")
/device/board/isoftstone/yangfan/kernel/hdf/drivers/camera/pipeline_core/src/node/
Drk_codec_node.cpp57 const char* comment, size_t* jpegSize, unsigned char** jpegBuf) in encodeJpegToMemory() argument
80 if (comment) { in encodeJpegToMemory()
81 jpeg_write_marker(&cInfo, JPEG_COM, (const JOCTET*)comment, strlen(comment)); in encodeJpegToMemory()
Drk_codec_node.h51 const char* comment, size_t* jpegSize, unsigned char** jpegBuf);
/device/soc/esp/esp32/components/efuse/
Defuse_table_gen.py165 …%s %d %s %s' % (p.field_name, p.efuse_block, p.bit_start, str(p.get_bit_count()), p.comment) + '\n'
300 rows += [' &' + p.field_name + '[' + index + '], \t\t// ' + p.comment]
315 self.comment = ''
330 res.comment = fields[4]
411 str(self.get_bit_count()) + '}, \t // ' + self.comment])
/device/board/kaihong/khdvk_3566b/camera/pipeline_core/src/node/
Drk_codec_node.cpp108 int height, const char *comment, in encodeJpegToMemory() argument
133 if (comment) { in encodeJpegToMemory()
134 jpeg_write_marker(&cInfo, JPEG_COM, (const JOCTET *)comment, in encodeJpegToMemory()
135 strlen(comment)); in encodeJpegToMemory()
Drk_codec_node.h52 const char *comment, unsigned long *jpegSize,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dlibcoap.h22 #pragma comment(lib,"Ws2_32.lib")
/device/board/hihope/dayu210/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_codec_node.cpp183 const char* comment, unsigned long* jpegSize, unsigned char** jpegBuf) in encodeJpegToMemory() argument
212 if (comment) { in encodeJpegToMemory()
213 jpeg_write_marker(&cInfo, JPEG_COM, (const JOCTET*)comment, strlen(comment)); in encodeJpegToMemory()
Drk_codec_node.h54 const char* comment, unsigned long* jpegSize, unsigned char** jpegBuf);
/device/board/hihope/rk3568/camera/vdi_impl/v4l2/pipeline_core/src/node/
Drk_codec_node.cpp182 const char* comment, unsigned long* jpegSize, unsigned char** jpegBuf) in encodeJpegToMemory() argument
205 if (comment) { in encodeJpegToMemory()
206 jpeg_write_marker(&cInfo, JPEG_COM, (const JOCTET*)comment, strlen(comment)); in encodeJpegToMemory()
Drk_codec_node.h54 const char* comment, unsigned long* jpegSize, unsigned char** jpegBuf);
/device/board/unionman/unionpi_tiger/bootloader/images/
Daml_sdc_burn.ini4 ;Except comment, all must readable ASCII letters
/device/soc/amlogic/a311d/soc/arch/arm64/boot/
DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/
DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/
D2.4.Caffe环境搭建.md136 # For CUDA < 6.0, comment the *_50 through *_61 lines for compatibility.
137 # For CUDA < 8.0, comment the *_60 and *_61 lines for compatibility.
138 # For CUDA >= 9.0, comment the *_20 and *_21 lines for compatibility.
222 # enable pretty build (comment to see full commands)
/device/soc/winnermicro/wm800/board/ld/w800/
Dgcc_csky.ld253 .comment 0 : { *(.comment) }
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/
DKconfig56 comment "Enable MALI_BIFROST_DEBUG for KUTF modules support"
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
DKconfig186 comment "Platform options"
216 comment "Debug options"
254 comment "Instrumentation options"
327 comment "Workarounds"
/device/soc/amlogic/a311d/hardware/media/libamplayer/include/
Dplayer_type.h121 char comment[512]; member
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_thread.h27 #pragma comment(lib, "pthreadVC2.lib")
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_thread.h35 #pragma comment(lib, "pthreadVC2.lib")
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_thread.h27 #pragma comment(lib, "pthreadVC2.lib")

123