Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_memory.h29 #define kmalloc(size, flags) (\ argument
37 #define kmalloc(size, flags) (\ argument
52 #define kzalloc(size, flags) (\ argument
60 #define kzalloc(size, flags) (\ argument
75 #define kcalloc( n, size, flags) kzalloc(n*size, flags) argument
117 #define krealloc(p, new_size, flags) ({\ argument
133 #define krealloc(p, new_size, flags) ({\ argument
A Ds_memory.h23 #define skmalloc(size, flags) (\ argument
35 #define skmalloc1(size, flags,func) (\ argument
43 #define skmalloc(size, flags) (\ argument
66 #define skzalloc(size, flags) (\ argument
81 #define skcalloc( n, size, flags) skzalloc(n*size, flags) argument
121 #define skrealloc(p, new_size, flags) ({\ argument
137 #define skrealloc(p, new_size, flags) ({\ argument
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_submit.c220 int nghttp2_submit_ping(nghttp2_session *session, uint8_t flags, in nghttp2_submit_ping()
227 int nghttp2_submit_priority(nghttp2_session *session, uint8_t flags, in nghttp2_submit_priority()
276 int nghttp2_submit_rst_stream(nghttp2_session *session, uint8_t flags, in nghttp2_submit_rst_stream()
288 int nghttp2_submit_goaway(nghttp2_session *session, uint8_t flags, in nghttp2_submit_goaway()
315 int nghttp2_submit_settings(nghttp2_session *session, uint8_t flags, in nghttp2_submit_settings()
504 int nghttp2_submit_altsvc(nghttp2_session *session, uint8_t flags, in nghttp2_submit_altsvc()
593 uint8_t flags = NGHTTP2_FLAG_NONE; in set_request_flags() local
611 uint8_t flags; in nghttp2_submit_request() local
635 uint8_t flags = NGHTTP2_FLAG_NONE; in set_response_flags() local
646 uint8_t flags; in nghttp2_submit_response() local
[all …]
/AliOS-Things-master/kernel/rhino/
A Dk_event.c8 static kstat_t event_create(kevent_t *event, const name_t *name, uint32_t flags, uint8_t mm_alloc_f… in event_create()
42 kstat_t krhino_event_create(kevent_t *event, const name_t *name, uint32_t flags) in krhino_event_create()
90 kstat_t krhino_event_dyn_create(kevent_t **event, const name_t *name, uint32_t flags) in krhino_event_dyn_create()
160 kstat_t krhino_event_get(kevent_t *event, uint32_t flags, uint8_t opt, in krhino_event_get()
249 static kstat_t event_set(kevent_t *event, uint32_t flags, uint8_t opt) in event_set()
325 kstat_t krhino_event_set(kevent_t *event, uint32_t flags, uint8_t opt) in krhino_event_set()
/AliOS-Things-master/components/freetype/src/base/
A Dftadvanc.c30 FT_Int32 flags ) in _ft_face_scale_advances()
64 #define LOAD_ADVANCE_FAST_CHECK( flags ) \ argument
74 FT_Int32 flags, in FT_Get_Advance()
110 FT_Int32 flags, in FT_Get_Advances()
/AliOS-Things-master/kernel/rhino/include/
A Dk_spin_lock.h71 #define krhino_spin_lock_irq_save(lock, flags) do { … argument
84 #define krhino_spin_unlock_irq_restore(lock, flags) do { … argument
105 #define krhino_spin_lock_irq_save(lock, flags) do { … argument
110 #define krhino_spin_unlock_irq_restore(lock, flags) do { … argument
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty.c64 aos_irqsave_t flags; in set_attr_nonblock() local
77 aos_irqsave_t flags; in set_attr_nonblock() local
101 aos_irqsave_t flags; in set_attr_nonblock() local
181 aos_irqsave_t flags; in rx_buffer_consume() local
234 aos_irqsave_t flags; in read_timeout() local
284 aos_irqsave_t flags; in read_retro() local
292 aos_irqsave_t flags; in read_retro() local
302 aos_irqsave_t flags; in read_retro() local
310 aos_irqsave_t flags; in read_retro() local
444 aos_irqsave_t flags; in tx_buffer_produce() local
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dtcp.h87 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… argument
88 #define TCPH_HDRLEN_FLAGS_SET(phdr, len, flags) (phdr)->_hdrlen_rsvd_flags = lwip_htons(((len) << 1… argument
90 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | lwip… argument
91 #define TCPH_UNSET_FLAG(phdr, flags) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags & ~lw… argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dtcp.h89 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… argument
90 #define TCPH_HDRLEN_FLAGS_SET(phdr, len, flags) (phdr)->_hdrlen_rsvd_flags = lwip_htons(((len) << 1… argument
92 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | lwip… argument
93 #define TCPH_UNSET_FLAG(phdr, flags) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags & ~lw… argument
/AliOS-Things-master/components/drivers/core/base/core/
A Du_bus.c106 unsigned long flags; in u_bus_add_device() local
142 unsigned long flags; in u_bus_del_device() local
161 unsigned long flags; in u_driver_bind_device() local
179 unsigned long flags; in u_device_unbind_driver() local
313 unsigned long flags; in u_bus_add_driver() local
407 unsigned long flags; in u_bus_add() local
476 unsigned long flags; in u_bus_unregister() local
547 unsigned long flags; in u_bus_del_driver() local
/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dspinlock.h37 #define spin_lock_irqsave(lock, flags) do { \ argument
46 #define spin_unlock_irqrestore(lock, flags) do { \ argument
95 #define spin_lock_irqsave(lock, flags) do { \ argument
103 #define spin_unlock_irqrestore(lock, flags) do { \ argument
139 #define raw_spin_lock_irqsave(lock, flags) spin_lock_irqsave(lock, flags) argument
140 #define raw_spin_unlock_irqrestore(lock, flags) spin_unlock_irqrestore(lock, flags) argument
/AliOS-Things-master/components/SDL2/src/
A DSDL.c142 SDL_InitSubSystem(Uint32 flags) in SDL_InitSubSystem()
289 SDL_Init(Uint32 flags) in SDL_Init()
295 SDL_QuitSubSystem(Uint32 flags) in SDL_QuitSubSystem()
379 SDL_WasInit(Uint32 flags) in SDL_WasInit()
/AliOS-Things-master/components/drivers/peripheral/gpio/src/
A Dgpioc.c100 aos_irqsave_t flags; in irq_task_func() local
177 aos_irqsave_t flags; in aos_gpioc_set_mode_irq() local
203 aos_irqsave_t flags; in aos_gpioc_set_mode_irq() local
237 aos_irqsave_t flags; in aos_gpioc_set_mode_irq() local
255 aos_irqsave_t flags; in aos_gpioc_set_mode_irq() local
366 aos_irqsave_t flags; in dev_gpioc_unregister() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_auto.c72 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Blend() local
121 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
191 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Modulate() local
222 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
274 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Modulate_Blend() local
341 const int flags = info->flags; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local
472 const int flags = info->flags; in SDL_Blit_RGB888_BGR888_Blend() local
521 const int flags = info->flags; in SDL_Blit_RGB888_BGR888_Blend_Scale() local
591 const int flags = info->flags; in SDL_Blit_RGB888_BGR888_Modulate() local
622 const int flags = info->flags; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local
[all …]
A DSDL_surface.c59 SDL_CreateRGBSurfaceWithFormat(Uint32 flags, int width, int height, int depth, in SDL_CreateRGBSurfaceWithFormat()
155 SDL_CreateRGBSurface(Uint32 flags, in SDL_CreateRGBSurface()
234 int flags; in SDL_SetSurfaceRLE() local
255 int flags; in SDL_SetColorKey() local
416 int flags; in SDL_SetSurfaceColorMod() local
461 int flags; in SDL_SetSurfaceAlphaMod() local
497 int flags, status; in SDL_SetSurfaceBlendMode() local
966 Uint32 flags) in SDL_ConvertSurface()
1198 Uint32 flags) in SDL_ConvertSurfaceFormat()
/AliOS-Things-master/components/cli/src/iobox/
A Dls.c48 static void ls_show(const char *file, int flags, struct stat s) in ls_show()
119 static int ls_do(int argc, char **argv, int flags) in ls_do()
289 static int ls_cur(int argc, char **argv, int flags) in ls_cur()
312 int opts = 0, flags = 0, flag_cnt = 0; in ls_main() local
A Dmkdir.c20 static int mkdir_do(char *path, int flags) in mkdir_do()
85 int opts = 0, ret = 0, flags = 0, index; in mkdir_main() local
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h155 static inline int recv(int s, void *mem, size_t len, int flags) in recv()
160 static inline int recvfrom(int s, void *mem, size_t len, int flags,struct sockaddr *from, socklen_t… in recvfrom()
165 static inline int send(int s, const void *dataptr, size_t size, int flags) in send()
170 static inline int sendmsg(int s, const struct msghdr *message, int flags) in sendmsg()
175 static inline int sendto(int s, const void *dataptr, size_t size, int flags, const struct sockaddr … in sendto()
190 static inline int eventfd(unsigned int initval, int flags) in eventfd()
226 #define recv(s,mem,len,flags) net_recv(s,mem,len,flags) argument
228 #define recvfrom(s,mem,len,flags,from,fromlen) net_recvfrom(s,mem,len,flags,from,fromlen) argument
230 #define send(s,dataptr,size,flags) net_send(s,dataptr,size,flags) argument
232 #define sendmsg(s,message,flags) net_sendmsg(s,message,flags) argument
[all …]
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c242 aos_irqsave_t flags; in tty_uart_enable_rx() local
254 aos_irqsave_t flags; in tty_uart_disable_rx() local
280 aos_irqsave_t flags; in tty_uart_stop_tx() local
309 aos_irqsave_t flags; in tty_uart_rx_handler() local
338 aos_irqsave_t flags; in tty_uart_tx_handler() local
/AliOS-Things-master/components/netmgr/net/
A Dnet_impl.c102 int net_recv(int s, void *mem, size_t len, int flags) in net_recv()
120 int net_recvfrom(int s, void *mem, size_t len, int flags,struct sockaddr *from, socklen_t *fromlen) in net_recvfrom()
129 int net_send(int s, const void *dataptr, size_t size, int flags) in net_send()
138 int net_sendmsg(int s, const struct msghdr *message, int flags) in net_sendmsg()
147 int net_sendto(int s, const void *dataptr, size_t size, int flags, const struct sockaddr *to, sockl… in net_sendto()
211 int net_eventfd(unsigned int initval, int flags) in net_eventfd()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_ind.c28 static rtw_result_t rtw_send_event_to_worker(int event_cmd, char *buf, int buf_len, int flags) in rtw_send_event_to_worker()
67 static rtw_result_t rtw_indicate_event_handle(int event_cmd, char *buf, int buf_len, int flags) in rtw_indicate_event_handle()
86 void wifi_indication( rtw_event_indicate_t event, char *buf, int buf_len, int flags) in wifi_indication()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpprint.c61 int mp_print_strn(const mp_print_t *print, const char *str, size_t len, int flags, char fill, int w… in mp_print_strn()
130 …const mp_print_t *print, mp_uint_t x, int sgn, int base, int base_char, int flags, char fill, int … in mp_print_int()
204 int mp_print_mp_int(const mp_print_t *print, mp_obj_t x, int base, int base_char, int flags, char f… in mp_print_mp_int()
343 int mp_print_float(const mp_print_t *print, mp_float_t f, char fmt, int flags, char fill, int width… in mp_print_float()
410 int flags = 0; in mp_vprintf() local
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduselect.c46 mp_uint_t flags; member
50 …_map_add(mp_map_t *poll_map, const mp_obj_t *obj, mp_uint_t obj_len, mp_uint_t flags, bool or_flag… in poll_map_add()
184 int flags; member
192 mp_uint_t flags; in poll_register() local
229 int flags = 0; in poll_poll_internal() local
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiodev.c50 test_device(const int iscapture, const char *fname, int flags, int (*test) (int fd)) in test_device()
77 const int flags = iscapture ? OPEN_FLAGS_INPUT : OPEN_FLAGS_OUTPUT; in SDL_EnumUnixAudioDevices_Internal() local
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTConnectServer.c54 MQTTConnectFlags flags = {0}; in MQTTDeserialize_connect() local
124 MQTTConnackFlags flags = {0}; in MQTTSerialize_connack() local

Completed in 78 milliseconds

12345678910>>...17