/third_party/NuttX/include/nuttx/net/ |
H A D | net.h | 133 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 struc [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | dfu.c | 109 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 struc [all...] |
H A D | rndis.c | 120 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 */ 139 FAR 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 struc [all...] |
H A D | cdcacm.c | 145 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 cha [all...] |
H A D | usbd_hid.c | 47 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 struc [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 52 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_RESTRIC in chunkcopy_core_safe() [all...] |
H A D | inffast_chunk.c | 78 struct inflate_state FAR *state; 79 z_const unsigned char FAR *in; /* local strm->next_in */ 80 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned char FAR *out; /* local strm->next_out */ 82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 83 unsigned char FAR *end; /* while out < end, enough space available */ 84 unsigned char FAR *limit; /* safety limit for chunky copies */ 91 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 94 code const FAR *lcode; /* local strm->lencode */ 95 code const FAR *dcod [all...] |
/third_party/node/deps/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 63 const unsigned char FAR* s) Z_DISABLE_MSAN { 74 unsigned char FAR* d, in storechunk() 93 static inline unsigned char FAR* chunkcopy_core( 94 unsigned char FAR* out, 95 const unsigned char FAR* from, 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_RESTRIC in chunkcopy_core_safe() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
H A D | chunkcopy.h | 52 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_RESTRIC in chunkcopy_core_safe() [all...] |
H A D | inffast_chunk.c | 78 struct inflate_state FAR *state; 79 z_const unsigned char FAR *in; /* local strm->next_in */ 80 z_const unsigned char FAR *last; /* have enough input while in < last */ 81 unsigned char FAR *out; /* local strm->next_out */ 82 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 83 unsigned char FAR *end; /* while out < end, enough space available */ 84 unsigned char FAR *limit; /* safety limit for chunky copies */ 91 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 94 code const FAR *lcode; /* local strm->lencode */ 95 code const FAR *dcod [all...] |
/third_party/NuttX/include/nuttx/fs/ |
H A D | automount.h | 72 (*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 voi [all...] |
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | ftzconf.h | 150 /* The following definitions for FAR are needed only for MSDOS mixed 154 * just define FAR to be empty. 160 # define FAR _far macro 162 # define FAR far macro 168 # define FAR _far macro 175 # ifdef FAR 176 # undef FAR macro 183 # define ZEXPORTVA(x) x FAR _cdecl _export 214 #ifndef FAR 215 # define FAR macro [all...] |
H A D | inftrees.h | 17 typedef struct inflate_huft_s FAR inflate_huft; 41 inflate_huft * FAR *, /* bits tree result */ 51 inflate_huft * FAR *, /* literal/length tree result */ 52 inflate_huft * FAR *, /* distance tree result */ 59 const inflate_huft * FAR *, /* literal/length tree result */ 60 const inflate_huft * FAR *, /* distance tree result */
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32.c | 33 #include "zutil.h" /* for STDC and FAR definitions */ 45 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 *)); 153 fprintf(out, "local const z_crc_t FAR "); in make_crc_table() 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 *bu in crc32_z() [all...] |
H A D | zconf.h | 316 /* The following definitions for FAR are needed only for MSDOS mixed 320 * just define FAR to be empty. 327 # 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 macro 371 # define ZEXPORTVA FAR CDECL 398 #ifndef FAR 399 # define FAR global() macro [all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32.c | 33 #include "zutil.h" /* for STDC and FAR definitions */ 45 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 *)); 153 fprintf(out, "local const z_crc_t FAR "); in make_crc_table() 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 *bu in crc32_z() [all...] |
H A D | zconf.h | 316 /* The following definitions for FAR are needed only for MSDOS mixed 320 * just define FAR to be empty. 327 # 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 macro 371 # define ZEXPORTVA FAR CDECL 398 #ifndef FAR 399 # define FAR global() macro [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | crc32.c | 29 #include "zutil.h" /* for STDC and FAR definitions */
59 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 *));
167 fprintf(out, "local const unsigned long FAR ");
in make_crc_table() 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 *bu in crc32() [all...] |
H A D | zconf.h | 247 /* The following definitions for FAR are needed only for MSDOS mixed
251 * just define FAR to be empty.
258 # 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
macro 302 # define ZEXPORTVA FAR CDECL
329 #ifndef FAR
330 # define FAR global() macro [all...] |
H A D | inflate.c | 50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 local void fixedtables OF((struct inflate_state FAR *state));
100 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf,
106 struct inflate_state FAR *state;
109 state = (struct inflate_state FAR *)strm->state;
135 struct inflate_state FAR *state;
139 state = (struct inflate_state FAR *)strm->state;
175 struct inflate_state FAR *state;
187 state = (struct inflate_state FAR *)
[all...] |
/third_party/node/deps/zlib/ |
H A D | zconf.h | 323 /* The following definitions for FAR are needed only for MSDOS mixed 327 * just define FAR to be empty. 334 # 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 macro 381 # define ZEXPORTVA FAR CDECL 408 #ifndef FAR 409 # define FAR global() macro [all...] |
H A D | inftrees.h | 60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, 61 unsigned codes, code FAR * FAR *table, 62 unsigned FAR *bits, unsigned short FAR *work);
|
/third_party/zlib/ |
H A D | zconf.h | 303 /* The following definitions for FAR are needed only for MSDOS mixed 307 * just define FAR to be empty. 314 # define FAR _far macro 316 # define FAR far macro 323 # define FAR _far macro 325 # define FAR far macro 348 # ifdef FAR 349 # undef FAR macro 361 # define ZEXPORTVA FAR CDECL 388 #ifndef FAR 389 # define FAR global() macro [all...] |
/third_party/zlib/contrib/infback9/ |
H A D | infback9.h | 23 ZEXTERN int ZEXPORT inflateBack9(z_stream FAR *strm, 24 in_func in, void FAR *in_desc, 25 out_func out, void FAR *out_desc); 26 ZEXTERN int ZEXPORT inflateBack9End(z_stream FAR *strm); 27 ZEXTERN int ZEXPORT inflateBack9Init_(z_stream FAR *strm, 28 unsigned char FAR *window,
|
H A D | inftree9.h | 59 extern int inflate_table9(codetype type, unsigned short FAR *lens, 60 unsigned codes, code FAR * FAR *table, 61 unsigned FAR *bits, unsigned short FAR *work);
|