Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 44) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio_c.h32 #define LOG_DEBUG_CONVERT(from, to) fprintf(stderr, "Converting %s to %s.\n", from, to); argument
34 #define LOG_DEBUG_CONVERT(from, to) argument
/AliOS-Things-master/components/cli/src/iobox/
A Dcp.c37 static int cp_file_to_file(const char *from, const char *to) in cp_file_to_file()
98 static int cp_file_to_dir(const char *from, const char *to) in cp_file_to_dir()
109 static int cp_dir_to_dir(const char *from, const char *to) in cp_dir_to_dir()
146 static int cp_do(char *from, char *to, int flags) in cp_do()
A Dmv.c23 char *from = NULL, *to = NULL; in mv_main() local
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A Dutils.c40 unsigned int _copy(uint8_t *to, unsigned int to_len, in _copy()
51 void _set(void *to, uint8_t val, unsigned int len) in _set()
/AliOS-Things-master/components/freetype/src/base/
A Dftbbox.c66 BBox_Move_To( FT_Vector* to, in BBox_Move_To()
155 FT_Vector* to, in BBox_Conic_To()
358 FT_Vector* to, in BBox_Cubic_To()
A Dftstroke.c414 FT_Vector* to, in ft_stroke_border_lineto()
457 FT_Vector* to ) in ft_stroke_border_conicto()
490 FT_Vector* to ) in ft_stroke_border_cubicto()
596 FT_Vector* to ) in ft_stroke_border_moveto()
1280 FT_Vector* to ) in FT_Stroker_LineTo()
1354 FT_Vector* to ) in FT_Stroker_ConicTo()
1550 FT_Vector* to ) in FT_Stroker_CubicTo()
1758 FT_Vector* to, in FT_Stroker_BeginSubPath()
/AliOS-Things-master/components/freetype/src/tools/ftrandom/
A Dftrandom.c103 FT_MoveTo( const FT_Vector *to, in FT_MoveTo()
111 FT_LineTo( const FT_Vector *to, in FT_LineTo()
120 const FT_Vector *to, in FT_ConicTo()
130 const FT_Vector *to, in FT_CubicTo()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c99 #define PIXEL_COPY(to, from, len, bpp) \ argument
106 #define OPAQUE_BLIT(to, from, length, bpp, alpha) \ argument
116 #define ALPHA_BLIT32_888(to, from, length, bpp, alpha) \ argument
140 #define ALPHA_BLIT16_565(to, from, length, bpp, alpha) \ argument
157 #define ALPHA_BLIT16_555(to, from, length, bpp, alpha) \ argument
177 #define ALPHA_BLIT_ANY(to, from, length, bpp, alpha) \ argument
242 #define ALPHA_BLIT32_888_50(to, from, length, bpp, alpha) \ argument
270 #define ALPHA_BLIT16_50(to, from, length, bpp, alpha, mask) \ argument
299 #define ALPHA_BLIT16_565_50(to, from, length, bpp, alpha) \ argument
302 #define ALPHA_BLIT16_555_50(to, from, length, bpp, alpha) \ argument
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrgload.c128 FT_Vector* to ) in pfr_glyph_line_to()
164 FT_Vector* to ) in pfr_glyph_curve_to()
203 FT_Vector* to ) in pfr_glyph_move_to()
/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtdnor.c29 static int _nor_write(aos_mtd_t *mtd, off_t to, struct mtd_io_desc *desc) in _nor_write()
A Dmtdnand.c292 static int nand_do_write_desc(aos_nand_t *chip, off_t to, struct mtd_io_desc *desc) in nand_do_write_desc()
428 static int nand_only_write_oob(aos_nand_t *chip, off_t to, struct mtd_io_desc *desc) in nand_only_write_oob()
513 static int nand_write(aos_mtd_t *mtd, off_t to, struct mtd_io_desc *desc) in nand_write()
/AliOS-Things-master/components/oss/src/utils/
A DFileSystemUtils.cc90 bool AlibabaCloud::OSS::RenameFile(const std::string &from, const std::string &to) in RenameFile()
170 bool AlibabaCloud::OSS::RenameFile(const std::wstring& from, const std::wstring& to) in RenameFile()
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/
A Dcompilecode.c9 #define REL(at, to) (to - at - 2) argument
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c934 const FT_Vector* to ) in gray_render_conic()
1037 const FT_Vector* to ) in gray_render_cubic()
1174 gray_move_to( const FT_Vector* to, in gray_move_to()
1197 gray_line_to( const FT_Vector* to, in gray_line_to()
1207 const FT_Vector* to, in gray_conic_to()
1218 const FT_Vector* to, in gray_cubic_to()
/AliOS-Things-master/components/trace/
A Dk_trace.c76 void trace_task_switch(ktask_t *from, ktask_t *to) in trace_task_switch()
83 void trace_intrpt_task_switch(ktask_t *from, ktask_t *to) in trace_intrpt_task_switch()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/
A Dnet_deamon.c84 struct sockaddr_storage to; in ping_send() local
A Dping.c143 struct sockaddr_storage to; in ping_send() local
/AliOS-Things-master/components/websocket/src/
A Drws_frame.c283 void rws_frame_combine_datas(_rws_frame * to, _rws_frame * from) { in rws_frame_combine_datas()
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c959 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past()
981 int mbedtls_x509_time_is_past( const mbedtls_x509_time *to ) in mbedtls_x509_time_is_past()
/AliOS-Things-master/kernel/rhino/include/
A Dk_trace.h86 #define TRACE_TASK_SWITCH(from, to) trace_task_switch(from, to) argument
89 #define TRACE_INTRPT_TASK_SWITCH(from, to) trace_intrpt_task_switch(from, to) argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzappend.c127 unsigned char *start, *last, *to, *from; in rotate() local
A Dgun.c517 local void copymeta(char *from, char *to) in copymeta()
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h175 … int sendto(int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, socklen… in sendto()
234 #define sendto(s,dataptr,size,flags,to,tolen) net_sendto(s,dataptr,size,flags,to,tolen) argument
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dvfs_lfsx.c299 size_t to = 1; in MP_VFS_LFSx() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c290 unsigned char *from, *to; /* copy pointers */ in decomp() local

Completed in 56 milliseconds

12