Home
last modified time | relevance | path

Searched refs:FAR (Results 1 – 25 of 157) sorted by relevance

1234567

/third_party/NuttX/include/nuttx/net/
Dnet.h133 CODE int (*si_setup)(FAR struct socket *psock, int protocol);
134 CODE sockcaps_t (*si_sockcaps)(FAR struct socket *psock);
135 CODE void (*si_addref)(FAR struct socket *psock);
136 CODE int (*si_bind)(FAR struct socket *psock,
137 FAR const struct sockaddr *addr, socklen_t addrlen);
138 CODE int (*si_getsockname)(FAR struct socket *psock,
139 FAR struct sockaddr *addr, FAR socklen_t *addrlen);
140 CODE int (*si_getpeername)(FAR struct socket *psock,
141 FAR struct sockaddr *addr, FAR socklen_t *addrlen);
142 CODE int (*si_listen)(FAR struct socket *psock, int backlog);
[all …]
/third_party/node/deps/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
Dzconf.h334 # define FAR _far macro
336 # define FAR far macro
343 # define FAR _far macro
345 # define FAR far macro
368 # ifdef FAR
369 # undef FAR
381 # define ZEXPORTVA FAR CDECL
408 #ifndef FAR
409 # define FAR macro
423 # define Bytef Byte FAR
[all …]
/third_party/zlib/
Dcrc32.h5 local const z_crc_t FAR crc_table[] = {
63 local const z_word_t FAR crc_big_table[] = {
153 local const z_word_t FAR crc_big_table[] = {
213 local const z_crc_t FAR crc_braid_table[][256] = {
631 local const z_word_t FAR crc_braid_big_table[][256] = {
1323 local const z_crc_t FAR crc_braid_table[][256] = {
1533 local const z_word_t FAR crc_braid_big_table[][256] = {
1751 local const z_crc_t FAR crc_braid_table[][256] = {
2169 local const z_word_t FAR crc_braid_big_table[][256] = {
2861 local const z_crc_t FAR crc_braid_table[][256] = {
[all …]
Dzconf.h318 # define FAR _far macro
320 # define FAR far macro
327 # define FAR _far macro
329 # define FAR far macro
352 # ifdef FAR
353 # undef FAR
365 # define ZEXPORTVA FAR CDECL
392 #ifndef FAR
393 # define FAR macro
404 # define Bytef Byte FAR
[all …]
Dinflate.c96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
148 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
163 struct inflate_state FAR *state;
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Ddfu.c109 FAR struct usbdev_req_s *ctrlreq; /* Pointer to preallocated control request */
118 static int usbclass_setup(FAR struct usbdevclass_driver_s *driver,
119 FAR struct usbdev_s *dev,
120 FAR const struct usb_device_request *ctrl,
121 FAR uint8_t *dataout, size_t outlen);
122 static int usbclass_bind(FAR struct usbdevclass_driver_s *driver,
123 FAR struct usbdev_s *dev);
124 static int usbclass_unbind(FAR struct usbdevclass_driver_s *driver,
125 FAR struct usbdev_s *dev);
126 static void usbclass_disconnect(FAR struct usbdevclass_driver_s *driver,
[all …]
Dcdcacm.c145 int usbdev_cdcacm_initialize (FAR struct module *mod, int n, FAR void *arg);
170 static int cdcacm_sndpacket(FAR struct cdcacm_dev_s *priv,
171 FAR struct cdcacm_wrreq_s *wrcontainer);
172 static int cdcacm_recvpacket(FAR struct cdcacm_dev_s *priv,
173 FAR struct cdcacm_rdreq_s *rdcontainer);
174 static int cdcacm_requeue_rdrequest(FAR struct cdcacm_dev_s *priv,
175 FAR struct cdcacm_rdreq_s *rdcontainer);
176 static ssize_t cdcacm_release_rxpending(FAR struct file *filep,
177 FAR char *buffer, size_t buflen);
181 static struct usbdev_req_s *cdcacm_allocreq(FAR struct usbdev_ep_s *ep,
[all …]
Drndis.c120 FAR struct usbdev_s *usbdev; /* usbdev driver pointer */
121 FAR struct usbdev_ep_s *epintin; /* Interrupt IN endpoint structure */
122 FAR struct usbdev_ep_s *epbulkin; /* Bulk IN endpoint structure */
123 FAR struct usbdev_ep_s *epbulkout; /* Bulk OUT endpoint structure */
124 FAR struct usbdev_req_s *ctrlreq; /* Pointer to preallocated control request */
125 FAR struct usbdev_req_s *epintin_req; /* Pointer to preallocated interrupt in endpoint request */
126 FAR struct usbdev_req_s *rdreq; /* Pointer to Preallocated control endpoint read request */
139FAR struct usbdev_req_s *net_req; /* Pointer to request whose buffer is assigned to network */
140 FAR struct usbdev_req_s *rx_req; /* Pointer request container that holds RX buffer */
163 FAR struct rndis_dev_s *dev;
[all …]
Dusbd_hid.c47 static int hid_open(FAR struct file *filep);
48 static int hid_close(FAR struct file *filep);
49 static ssize_t hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen);
50 static ssize_t hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen);
51 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds);
68 static int hid_open(FAR struct file *filep) in hid_open()
83 static int hid_close(FAR struct file *filep) in hid_close()
209 static ssize_t hid_poll(FAR struct file *filep, poll_table *fds) in hid_poll()
234 static ssize_t hid_read(FAR struct file *filep, FAR char *buffer, size_t buflen) in hid_read()
272 static ssize_t hid_write(FAR struct file *filep, FAR const char *buffer, size_t buflen) in hid_write()
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
Dchunkcopy.h52 const unsigned char FAR* s) { in loadchunk()
63 unsigned char FAR* d, in storechunk()
82 static inline unsigned char FAR* chunkcopy_core( in chunkcopy_core()
83 unsigned char FAR* out, in chunkcopy_core()
84 const unsigned char FAR* from, in chunkcopy_core()
107 static inline unsigned char FAR* chunkcopy_core_safe( in chunkcopy_core_safe()
108 unsigned char FAR* out, in chunkcopy_core_safe()
109 const unsigned char FAR* from, in chunkcopy_core_safe()
111 unsigned char FAR* limit) { in chunkcopy_core_safe()
114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe()
[all …]
Dinflate.c97 local void fixedtables OF((struct inflate_state FAR *state));
98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
109 struct inflate_state FAR *state;
113 state = (struct inflate_state FAR *)strm->state;
123 struct inflate_state FAR *state;
126 state = (struct inflate_state FAR *)strm->state;
148 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
163 struct inflate_state FAR *state;
[all …]
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
Dchunkcopy.h52 const unsigned char FAR* s) { in loadchunk()
63 unsigned char FAR* d, in storechunk()
82 static inline unsigned char FAR* chunkcopy_core( in chunkcopy_core()
83 unsigned char FAR* out, in chunkcopy_core()
84 const unsigned char FAR* from, in chunkcopy_core()
107 static inline unsigned char FAR* chunkcopy_core_safe( in chunkcopy_core_safe()
108 unsigned char FAR* out, in chunkcopy_core_safe()
109 const unsigned char FAR* from, in chunkcopy_core_safe()
111 unsigned char FAR* limit) { in chunkcopy_core_safe()
114 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe()
[all …]
Dinflate.c97 local void fixedtables OF((struct inflate_state FAR *state));
98 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
103 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
109 struct inflate_state FAR *state;
113 state = (struct inflate_state FAR *)strm->state;
123 struct inflate_state FAR *state;
126 state = (struct inflate_state FAR *)strm->state;
149 struct inflate_state FAR *state;
152 state = (struct inflate_state FAR *)strm->state;
164 struct inflate_state FAR *state;
[all …]
/third_party/node/deps/zlib/contrib/optimizations/
Dchunkcopy.h63 const unsigned char FAR* s) Z_DISABLE_MSAN { in loadchunk()
74 unsigned char FAR* d, in storechunk()
93 static inline unsigned char FAR* chunkcopy_core( in chunkcopy_core()
94 unsigned char FAR* out, in chunkcopy_core()
95 const unsigned char FAR* from, in chunkcopy_core()
118 static inline unsigned char FAR* chunkcopy_core_safe( in chunkcopy_core_safe()
119 unsigned char FAR* out, in chunkcopy_core_safe()
120 const unsigned char FAR* from, in chunkcopy_core_safe()
122 unsigned char FAR* limit) { in chunkcopy_core_safe()
125 const unsigned char FAR* Z_RESTRICT rfrom = from; in chunkcopy_core_safe()
[all …]
/third_party/NuttX/include/nuttx/fs/
Dautomount.h72 (*automount_handler_t)(FAR const struct automount_lower_s *lower,
73 FAR void *arg, bool inserted);
88 FAR const char *fstype; /* Type of file system */
89 FAR const char *blockdev; /* Path to the block device */
90 FAR const char *mountpoint; /* Location to mount the volume */
120 CODE int (*attach)(FAR const struct automount_lower_s *lower,
121 automount_handler_t isr, FAR void *arg);
122 CODE void (*enable)(FAR const struct automount_lower_s *lower,
124 CODE bool (*inserted)(FAR const struct automount_lower_s *lower);
159 FAR void *automount_initialize(FAR const struct automount_lower_s *lower);
[all …]
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftzconf.h160 # define FAR _far macro
162 # define FAR far macro
168 # define FAR _far macro
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _export
214 #ifndef FAR
215 # define FAR macro
226 # define Bytef Byte FAR
228 typedef Byte FAR Bytef;
[all …]
/third_party/libwebsockets/win32port/zlib/
Dzconf.h258 # define FAR _far macro
260 # define FAR far macro
267 # define FAR _far macro
269 # define FAR far macro
292 # ifdef FAR
293 # undef FAR
302 # define ZEXPORTVA FAR CDECL
329 #ifndef FAR
330 # define FAR macro
341 # define Bytef Byte FAR
[all …]
Dcrc32.c59 const unsigned char FAR *, unsigned));
61 const unsigned char FAR *, unsigned));
77 local unsigned long FAR crc_table[TBLS][256];
80 local void write_table OF((FILE *, const unsigned long FAR *));
187 const unsigned long FAR *table;
207 const unsigned long FAR * ZEXPORT get_crc_table() in get_crc_table()
213 return (const unsigned long FAR *)crc_table; in get_crc_table()
223 const unsigned char FAR *buf;
266 const unsigned char FAR *buf;
270 register const u4 FAR *buf4;
[all …]
/third_party/skia/third_party/externals/zlib/
Dcrc32.c45 const unsigned char FAR *, z_size_t));
47 const unsigned char FAR *, z_size_t));
63 local z_crc_t FAR crc_table[TBLS][256];
66 local void write_table OF((FILE *, const z_crc_t FAR *));
173 const z_crc_t FAR *table;
194 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()
200 return (const z_crc_t FAR *)crc_table; in get_crc_table()
210 const unsigned char FAR *buf;
277 const unsigned char FAR *buf;
322 const unsigned char FAR *buf;
[all …]
Dzconf.h327 # define FAR _far macro
329 # define FAR far macro
336 # define FAR _far macro
338 # define FAR far macro
361 # ifdef FAR
362 # undef FAR
371 # define ZEXPORTVA FAR CDECL
398 #ifndef FAR
399 # define FAR macro
413 # define Bytef Byte FAR
[all …]
Dinflate.c96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
147 struct inflate_state FAR *state;
150 state = (struct inflate_state FAR *)strm->state;
162 struct inflate_state FAR *state;
[all …]
/third_party/node/deps/v8/third_party/zlib/
Dcrc32.c45 const unsigned char FAR *, z_size_t));
47 const unsigned char FAR *, z_size_t));
63 local z_crc_t FAR crc_table[TBLS][256];
66 local void write_table OF((FILE *, const z_crc_t FAR *));
173 const z_crc_t FAR *table;
194 const z_crc_t FAR * ZEXPORT get_crc_table() in get_crc_table()
200 return (const z_crc_t FAR *)crc_table; in get_crc_table()
210 const unsigned char FAR *buf;
277 const unsigned char FAR *buf;
322 const unsigned char FAR *buf;
[all …]
Dzconf.h327 # define FAR _far macro
329 # define FAR far macro
336 # define FAR _far macro
338 # define FAR far macro
361 # ifdef FAR
362 # undef FAR
371 # define ZEXPORTVA FAR CDECL
398 #ifndef FAR
399 # define FAR macro
413 # define Bytef Byte FAR
[all …]
Dinflate.c96 local void fixedtables OF((struct inflate_state FAR *state));
97 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
102 local unsigned syncsearch OF((unsigned FAR *have, const unsigned char FAR *buf,
108 struct inflate_state FAR *state;
112 state = (struct inflate_state FAR *)strm->state;
122 struct inflate_state FAR *state;
125 state = (struct inflate_state FAR *)strm->state;
148 struct inflate_state FAR *state;
151 state = (struct inflate_state FAR *)strm->state;
163 struct inflate_state FAR *state;
[all …]

1234567