Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 114) sorted by relevance

12345

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dprofiler.h65 uint32_t BeginEvent(const char* tag, EventType event_type, in BeginEvent()
85 void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent()
91 virtual void AddEvent(const char* tag, EventType event_type, uint64_t start, in AddEvent()
127 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile()
134 ScopedDelegateOperatorProfile(Profiler* profiler, const char* tag, in ScopedDelegateOperatorProfile()
143 ScopedRuntimeInstrumentationProfile(Profiler* profiler, const char* tag) in ScopedRuntimeInstrumentationProfile()
171 #define TFLITE_SCOPED_TAGGED_DEFAULT_PROFILE(profiler, tag) \ argument
175 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument
179 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument
184 profiler, tag, event_metadata1, event_metadata2) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dirwrite.c712 uint16 tag = (uint16)tif->tif_dir.td_customValues[m].info->field_tag; in TIFFWriteDirectorySec() local
1145 TIFFWriteDirectoryTagByte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint8 value) in TIFFWriteDirectoryTagByte()
1197 TIFFWriteDirectoryTagSbyte(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int8 value) in TIFFWriteDirectoryTagSbyte()
1248 TIFFWriteDirectoryTagShort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint16 value) in TIFFWriteDirectoryTagShort()
1297 TIFFWriteDirectoryTagSshort(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int16 value) in TIFFWriteDirectoryTagSshort()
1348 TIFFWriteDirectoryTagLong(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 value) in TIFFWriteDirectoryTagLong()
1399 TIFFWriteDirectoryTagSlong(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int32 value) in TIFFWriteDirectoryTagSlong()
1451 TIFFWriteDirectoryTagLong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint64 value) in TIFFWriteDirectoryTagLong8()
1475 TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value) in TIFFWriteDirectoryTagSlong8()
1498 TIFFWriteDirectoryTagRational(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, double value) in TIFFWriteDirectoryTagRational()
[all …]
A Dtif_dirinfo.c508 TIFFFindField(TIFF* tif, uint32 tag, TIFFDataType dt) in TIFFFindField()
560 TIFFFieldWithTag(TIFF* tif, uint32 tag) in TIFFFieldWithTag()
620 _TIFFFindOrRegisterField(TIFF *tif, uint32 tag, TIFFDataType dt) in _TIFFFindOrRegisterField()
636 _TIFFCreateAnonField(TIFF *tif, uint32 tag, TIFFDataType field_type) in _TIFFCreateAnonField()
960 _TIFFCheckFieldIsValidForCodec(TIFF *tif, ttag_t tag) in _TIFFCheckFieldIsValidForCodec()
A Dtif_dir.c168 _TIFFVSetField(TIFF* tif, uint32 tag, va_list ap) in _TIFFVSetField()
760 OkToChangeTag(TIFF* tif, uint32 tag) in OkToChangeTag()
792 TIFFSetField(TIFF* tif, uint32 tag, ...) in TIFFSetField()
807 TIFFUnsetField(TIFF* tif, uint32 tag) in TIFFUnsetField()
851 TIFFVSetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVSetField()
858 _TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in _TIFFVGetField()
1217 TIFFGetField(TIFF* tif, uint32 tag, ...) in TIFFGetField()
1235 TIFFVGetField(TIFF* tif, uint32 tag, va_list ap) in TIFFVGetField()
/AliOS-Things-master/components/sensor/hal/
A Dsensor_hal.c186 sensor_tag_e tag; in sensor_create_obj() local
279 static int sensor_obj_get(sensor_tag_e tag, uint8_t instance,uint32_t* pindex) in sensor_obj_get()
306 int sensor_hal_open(sensor_tag_e tag, uint8_t instance) in sensor_hal_open()
336 int sensor_hal_close(sensor_tag_e tag, uint8_t instance) in sensor_hal_close()
368 ssize_t sensor_hal_read(sensor_tag_e tag, uint8_t instance, void *buf, size_t len) in sensor_hal_read()
412 ssize_t sensor_hal_write(sensor_tag_e tag, uint8_t instance, const void *buf, size_t len) in sensor_hal_write()
506 sensor_tag_e tag; in sensor_open() local
529 sensor_tag_e tag; in sensor_close() local
556 sensor_tag_e tag; in sensor_read() local
582 sensor_tag_e tag; in sensor_write() local
[all …]
A Dsensor_static_calibrate.c39 sensor_tag_e tag; member
56 int findindex(sensor_tag_e tag ,int index) in findindex()
182 int sensor_obj_init_para(sensor_tag_e tag,int sensor_index,int axis,void* para) in sensor_obj_init_para()
194 int find_sensor_index(sensor_tag_e tag,int sensor_index,int axis) in find_sensor_index()
208 int sensor_calibrate_entry(sensor_tag_e tag,int sensor_index,int axis, void *buf) in sensor_calibrate_entry()
226 int sensor_calibrate_entry_default(sensor_tag_e tag,int sensor_index,int axis, void *buf) in sensor_calibrate_entry_default()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirwrite.c106 #define TIFFWriteRational(tif, type, tag, dir, v) \ argument
145 int (*getFieldFn)(TIFF *tif, ttag_t tag, ...)) in TIFFWritePrivateDataSubDirectory()
149 ttag_t tag; in TIFFWritePrivateDataSubDirectory() local
321 int (*getFieldFn)(TIFF *tif, ttag_t tag, ...)) in TIFFWriteNormalSubTag()
480 TIFFSetupShortLong(TIFF* tif, ttag_t tag, TIFFDirEntry* dir, uint32 v) in TIFFSetupShortLong()
501 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir, float v) in TIFFWriteRational()
515 TIFFWritePerSampleShorts(TIFF* tif, ttag_t tag, TIFFDirEntry* dir) in TIFFWritePerSampleShorts()
539 TIFFDataType type, ttag_t tag, TIFFDirEntry* dir) in TIFFWritePerSampleAnys()
563 TIFFSetupShortPair(TIFF* tif, ttag_t tag, TIFFDirEntry* dir) in TIFFSetupShortPair()
578 ttag_t tag, TIFFDirEntry* dir, uint32 n, uint16** table) in TIFFWriteShortTable()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcmp.c249 #define CmpShortField(tag, name) \ argument
251 #define CmpShortField2(tag, name) \ argument
253 #define CmpLongField(tag, name) \ argument
255 #define CmpFloatField(tag, name) \ argument
257 #define CmpStringField(tag, name) \ argument
259 #define CmpShortArrayField(tag, name) \ argument
555 CheckShortTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckShortTag()
562 CheckShort2Tag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckShort2Tag()
622 CheckLongTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckLongTag()
629 CheckFloatTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckFloatTag()
[all …]
A Dpal2rgb.c60 #define CopyField(tag, v) \ argument
62 #define CopyField3(tag, v1, v2, v3) \ argument
269 #define CopyField(tag, v) \ argument
271 #define CopyField2(tag, v1, v2) \ argument
273 #define CopyField3(tag, v1, v2, v3) \ argument
275 #define CopyField4(tag, v1, v2, v3, v4) \ argument
279 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
339 uint16 tag; member
A Dtiff2bw.c340 #define CopyField(tag, v) \ argument
342 #define CopyField2(tag, v1, v2) \ argument
344 #define CopyField3(tag, v1, v2, v3) \ argument
346 #define CopyField4(tag, v1, v2, v3, v4) \ argument
350 cpTag(TIFF* in, TIFF* out, uint16 tag, uint16 count, TIFFDataType type) in cpTag()
410 uint16 tag; member
A Dtiffsplit.c39 #define CopyField(tag, v) \ argument
41 #define CopyField2(tag, v1, v2) \ argument
43 #define CopyField3(tag, v1, v2, v3) \ argument
/AliOS-Things-master/components/py_engine/modules/ulog/
A Dmodlog.c92 const char *tag = mp_obj_str_get_str(log_str); in debug_log_out() local
108 const char *tag = mp_obj_str_get_str(log_str); in info_log_out() local
124 const char *tag = mp_obj_str_get_str(log_str); in warn_log_out() local
140 const char *tag = mp_obj_str_get_str(log_str); in error_log_out() local
156 const char *tag = mp_obj_str_get_str(log_str); in fatal_log_out() local
/AliOS-Things-master/components/freetype/src/type1/
A Dt1parse.c75 FT_UShort tag; in read_pfb_tag() local
103 FT_UShort tag; in check_type1_format() local
142 FT_UShort tag; in T1_New_Parser() local
277 FT_UShort tag; in T1_Get_Private_Dict() local
/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.h38 #define OSS_LOG(level, tag, ...) argument
42 #define OSS_LOG(level, tag, ...) \ argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_profiler.h80 explicit ScopedMicroProfiler(const char* tag, MicroProfiler* profiler) {} in ScopedMicroProfiler()
97 explicit ScopedMicroProfiler(const char* tag, MicroProfiler* profiler) in ScopedMicroProfiler()
/AliOS-Things-master/components/oss/src/model/
A DSetBucketTaggingRequest.cc49 for (const auto& tag : tagging_.Tags()) { in payload() local
75 for (const auto& tag : tagging_.Tags()) { in validate() local
A DSetObjectTaggingRequest.cc51 for (const auto& tag : tagging_.Tags()) { in payload() local
77 for (const auto& tag : tagging_.Tags()) { in validate() local
A DTagging.cc27 for (const auto& tag : tagSet_) in toQueryParameters() local
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DTagging.h51 void addTag(const Tag& tag) { tagSet_.push_back(tag) ; } in addTag()
52 void addTag(Tag&& tag) { tagSet_.push_back(std::move(tag)); } in addTag()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dshort_tag.c54 const ttag_t tag; member
70 const ttag_t tag; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxinternal.c65 CHUNK_INDEX ChunkGetIndexFromTag(uint32_t tag) { in ChunkGetIndexFromTag()
73 WebPChunkId ChunkGetIdFromTag(uint32_t tag) { in ChunkGetIdFromTag()
86 const uint32_t tag = ChunkGetTagFromFourCC(fourcc); in ChunkGetIndexFromFourCC() local
94 static WebPChunk* ChunkSearchNextInList(WebPChunk* chunk, uint32_t tag) { in ChunkSearchNextInList()
101 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag) { in ChunkSearchList()
118 int copy_data, uint32_t tag) { in ChunkAssignData()
A Dmuxedit.c77 static WebPMuxError MuxSet(WebPMux* const mux, uint32_t tag, in MuxSet()
153 static WebPMuxError DeleteChunks(WebPChunk** chunk_list, uint32_t tag) { in DeleteChunks()
168 static WebPMuxError MuxDeleteAllNamedData(WebPMux* const mux, uint32_t tag) { in MuxDeleteAllNamedData()
180 uint32_t tag; in WebPMuxSetChunk() local
198 const WebPData* const data, int copy_data, uint32_t tag, in AddDataToChunkList()
296 const uint32_t tag = kChunks[IDX_ANMF].tag; in WebPMuxPushFrame() local
/AliOS-Things-master/components/mbedtls/library/
A Dccm.c150 unsigned char *tag, size_t tag_len ) in ccm_auth_crypt()
322 unsigned char *tag, size_t tag_len ) in mbedtls_ccm_star_encrypt_and_tag()
338 unsigned char *tag, size_t tag_len ) in mbedtls_ccm_encrypt_and_tag()
360 const unsigned char *tag, size_t tag_len ) in mbedtls_ccm_star_auth_decrypt()
398 const unsigned char *tag, size_t tag_len ) in mbedtls_ccm_auth_decrypt()
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c302 static inline bool lfs_tag_isvalid(lfs_tag_t tag) { in lfs_tag_isvalid()
326 static inline uint16_t lfs_tag_id(lfs_tag_t tag) { in lfs_tag_id()
340 lfs_tag_t tag; member
550 lfs_tag_t tag = ntag; in lfs_dir_getslice() local
664 lfs_tag_t tag, const void *buffer) { in lfs_dir_traverse_filter()
699 lfs_tag_t tag; in lfs_dir_traverse() local
838 lfs_tag_t tag; in lfs_dir_fetchmatch() local
1087 lfs_tag_t tag, const void *buffer) { in lfs_dir_find_match()
1237 lfs_tag_t tag, const void *buffer) { in lfs_dir_commitattr()
1299 lfs_tag_t tag = 0xffffffff; in lfs_dir_commitcrc() local
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c301 static inline bool lfs2_tag_isvalid(lfs2_tag_t tag) { in lfs2_tag_isvalid()
325 static inline uint16_t lfs2_tag_id(lfs2_tag_t tag) { in lfs2_tag_id()
339 lfs2_tag_t tag; member
599 lfs2_tag_t tag = ntag; in lfs2_dir_getslice() local
714 lfs2_tag_t tag, const void *buffer) { in lfs2_dir_traverse_filter()
751 lfs2_tag_t tag; in lfs2_dir_traverse() local
891 lfs2_tag_t tag; in lfs2_dir_fetchmatch() local
1142 lfs2_tag_t tag, const void *buffer) { in lfs2_dir_find_match()
1295 lfs2_tag_t tag, const void *buffer) { in lfs2_dir_commitattr()
1360 lfs2_tag_t tag = 0xffffffff; in lfs2_dir_commitcrc() local
[all …]

Completed in 51 milliseconds

12345