Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
A Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 # define DEC_IS_MULTI(mode) (false) argument
/AliOS-Things-master/components/ota/tools/xz/include/
A Dxz_private.h67 #define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 #define DEC_IS_SINGLE(mode) (false) argument
73 #define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 #define DEC_IS_PREALLOC(mode) (false) argument
79 #define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 #define DEC_IS_DYNALLOC(mode) (false) argument
85 #define DEC_IS_MULTI(mode) (true) argument
87 #define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 #define DEC_IS_MULTI(mode) (false) argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/
A Dzfstream.cc52 std::ios_base::openmode mode) in open()
80 std::ios_base::openmode mode) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode()
380 std::ios_base::openmode mode) in gzifstream()
389 std::ios_base::openmode mode) in gzifstream()
399 std::ios_base::openmode mode) in open()
410 std::ios_base::openmode mode) in attach()
435 std::ios_base::openmode mode) in gzofstream()
444 std::ios_base::openmode mode) in gzofstream()
454 std::ios_base::openmode mode) in open()
[all …]
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bmodes.cc59 static SDL_INLINE display_mode * _ExtractBMode(SDL_DisplayMode *mode) { in _ExtractBMode()
68 static float get_refresh_rate(display_mode &mode) { in get_refresh_rate()
195 SDL_DisplayMode *mode) { in _BDisplayModeToSdlDisplayMode()
220 SDL_DisplayMode *mode = (SDL_DisplayMode*)SDL_calloc(1, in _AddDisplay() local
268 SDL_DisplayMode mode; in HAIKU_GetDisplayModes() local
288 int HAIKU_SetDisplayMode(_THIS, SDL_VideoDisplay *display, SDL_DisplayMode *mode){ in HAIKU_SetDisplayMode()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc.c10 static uint32_t mode_to_irq_trig(uint32_t mode) in mode_to_irq_trig()
44 aos_status_t aos_gpioc_get_mode(aos_gpioc_ref_t *ref, uint32_t pin, uint32_t *mode) in aos_gpioc_get_mode()
63 aos_status_t aos_gpioc_set_mode(aos_gpioc_ref_t *ref, uint32_t pin, uint32_t mode) in aos_gpioc_set_mode()
111 aos_status_t aos_gpioc_set_mode_irq(aos_gpioc_ref_t *ref, uint32_t pin, uint32_t mode, in aos_gpioc_set_mode_irq()
270 uint32_t mode; in aos_gpioc_get_value() local
299 uint32_t mode; in aos_gpioc_set_value() local
333 uint32_t mode; in aos_gpioc_toggle() local
/AliOS-Things-master/components/drivers/external_device/sh1106/src/
A Dsh1106.c366 void OLED_Icon_Draw(int16_t x, int16_t y, icon_t *icon, uint8_t mode) in OLED_Icon_Draw()
423 void OLED_DrawPoint(int16_t x, int16_t y, uint8_t mode) in OLED_DrawPoint()
451 uint8_t mode) in OLED_Show_Char()
507 uint8_t mode) in OLED_Show_String()
631 uint8_t mode) in OLED_DrawLine_ByAngle()
662 void OLED_DrawVerticalLine(uint8_t x, uint8_t y, uint8_t length, uint8_t mode) in OLED_DrawVerticalLine()
690 uint8_t mode) in OLED_DrawRect()
702 uint8_t mode) in OLED_FillRect()
713 uint8_t mode) in OLED_DrawCircle()
719 void OLED_FillCircle(uint8_t x0, uint8_t y0, uint8_t r, uint8_t mode) in OLED_FillCircle()
[all …]
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/
A Dboard.json15 "mode": "master", string
23 "mode": "master", string
31 "mode": "master", string
39 "mode": "master", string
47 "mode": "master", string
55 "mode": "master", string
63 "mode": "master", string
134 "mode": "master", string
141 "mode": "master", string
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/driver/
A Dboard.json15 "mode": "master", string
23 "mode": "master", string
31 "mode": "master", string
39 "mode": "master", string
47 "mode": "master", string
55 "mode": "master", string
126 "mode": "master", string
133 "mode": "master", string
/AliOS-Things-master/components/SDL2/test/
A Dtestdisplayinfo.c21 print_mode(const char *prefix, const SDL_DisplayMode *mode) in print_mode()
34 SDL_DisplayMode mode; in main() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dgzlib.c91 local gzFile gz_open(path, fd, mode) in gz_open() argument
270 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument
307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_modes.c49 SDL_DisplayMode mode; in EnumModesCallback() local
93 …ckSetDisplayMode(_THIS, SDL_VideoDisplay * display, DFB_DisplayData * data, SDL_DisplayMode * mode) in CheckSetDisplayMode()
154 SDL_DisplayMode mode; in DirectFB_InitModes() local
277 SDL_DisplayMode mode; in DirectFB_GetDisplayModes() local
308 DirectFB_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in DirectFB_SetDisplayMode()
/AliOS-Things-master/components/drivers/peripheral/wifi/src/
A Dvfs_wifi_drv.c44 wifi_mode_t mode = (wifi_mode_t)(arg); in wifi_device_ioctl() local
50 wifi_mode_t *mode = (wifi_mode_t*)(arg); in wifi_device_ioctl() local
78 wifi_lpm_mode_t mode = (wifi_lpm_mode_t )arg; in wifi_device_ioctl() local
83 wifi_lpm_mode_t *mode = (wifi_lpm_mode_t *)arg; in wifi_device_ioctl() local
/AliOS-Things-master/components/oss/src/encryption/
A DCipher.cc28 inline static std::string toModeName(CipherMode mode) in toModeName()
40 SymmetricCipher::SymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, Ci… in SymmetricCipher()
117 AsymmetricCipher::AsymmetricCipher(const std::string& impl, CipherAlgorithm algo, CipherMode mode, … in AsymmetricCipher()
/AliOS-Things-master/components/SDL2/src/video/dummy/
A DSDL_nullvideo.c116 SDL_DisplayMode mode; in DUMMY_VideoInit() local
136 DUMMY_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in DUMMY_SetDisplayMode()
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dtemplate.c122 int mode; member
150 static pcm_stream_handler_t playback_open(int mode, int sampleRate, int channels, int format, aos_h… in playback_open()
217 static pcm_stream_handler_t codec_pcm_stream_open(int mode, int sampleRate, int channels, int forma… in codec_pcm_stream_open()
251 int *mode = (int *)hdl; in codec_pcm_stream_start() local
302 int *mode = (int *)hdl; in codec_pcm_stream_pause() local
340 int *mode = (int *)hdl; in codec_pcm_stream_stop() local
355 int *mode = (int *)hdl; in codec_pcm_stream_close() local
/AliOS-Things-master/components/SDL2/src/video/offscreen/
A DSDL_offscreenvideo.c115 SDL_DisplayMode mode; in OFFSCREEN_VideoInit() local
136 OFFSCREEN_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in OFFSCREEN_SetDisplayMode()
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Daes_alt.c102 int mbedtls_aes_crypt_ecb(mbedtls_aes_context *ctx, int mode, const unsigned char input[16], in mbedtls_aes_crypt_ecb()
124 int mbedtls_aes_crypt_cbc(mbedtls_aes_context *ctx, int mode, size_t length, unsigned char iv[16], in mbedtls_aes_crypt_cbc()
197 int mode, in mbedtls_aes_crypt_cfb128()
256 int mode, in mbedtls_aes_crypt_cfb8()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dioapi.c19 #define FOPEN_FUNC(filename, mode) fopen(filename, mode) argument
23 #define FOPEN_FUNC(filename, mode) fopen64(filename, mode) argument
31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) in call_zopen64()
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func()
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func()
/AliOS-Things-master/components/SDL2/include/
A DSDL_shape.h91 #define SDL_SHAPEMODEALPHA(mode) (mode == ShapeModeDefault || mode == ShapeModeBinarizeAlpha || mod… argument
103 WindowShapeMode mode; member
/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_video.c116 SDL_DisplayMode mode; in AliOS_VideoInit() local
179 AliOS_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in AliOS_SetDisplayMode()
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/
A Dboard.json10 "mode": "master", string
18 "mode": "master", string
26 "mode": "master", string
34 "mode": "master", string
42 "mode": "master", string
132 "mode": "master", string
162 "mode": "master", string
169 "mode": "master", string
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmodes.c36 WIN_UpdateDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_UpdateDisplayMode()
113 WIN_GetDisplayMode(_THIS, LPCTSTR deviceName, DWORD index, SDL_DisplayMode * mode) in WIN_GetDisplayMode()
147 SDL_DisplayMode mode; in WIN_AddDisplay() local
342 SDL_DisplayMode mode; in WIN_GetDisplayModes() local
364 WIN_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode) in WIN_SetDisplayMode()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c101 FT_Render_Mode mode, in ft_smooth_render_generic()
407 FT_Render_Mode mode, in ft_smooth_render()
422 FT_Render_Mode mode, in ft_smooth_render_lcd()
440 FT_Render_Mode mode, in ft_smooth_render_lcd_v()
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c15 static aos_status_t set_format(aos_tty_csi_t *tty_csi, tcflag_t mode) in set_format()
55 static aos_status_t set_baudrate(aos_tty_csi_t *tty_csi, tcflag_t mode) in set_baudrate()
239 tcflag_t mode; in tty_csi_startup() local
294 tcflag_t mode; in tty_csi_set_attr() local
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dgzlib.c87 local gzFile gz_open(path, fd, mode) in gz_open() argument
196 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument
204 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument
212 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument

Completed in 30 milliseconds

12345678910>>...20