/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zconf.h | 200 /* The following definitions for FAR are needed only for MSDOS mixed 201 * model programming (small or medium model with some far allocations). 204 * just define FAR to be empty. 211 # define FAR _far macro 213 # define FAR far macro 220 # define FAR _far macro 222 # define FAR far macro 245 # ifdef FAR 246 # undef FAR 255 # define ZEXPORTVA FAR CDECL [all …]
|
H A D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ 89 uLong total_out; /* total nb of bytes output so far */ 92 struct internal_state FAR *state; /* not visible by applications */ 103 typedef z_stream FAR *z_streamp; 126 typedef gz_header FAR *gz_headerp; 278 that the decompressor can get all input data available so far. (In particular 310 so far (that is, total_in bytes). 433 strm->adler to the adler32 checksum of all output produced so far (that is, 614 strategy. If the compression level is changed, the input available so far 857 unsigned char FAR *window)); [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zconf.h | 191 /* The following definitions for FAR are needed only for MSDOS mixed 192 * model programming (small or medium model with some far allocations). 195 * just define FAR to be empty. 202 # define FAR _far macro 204 # define FAR far macro 211 # define FAR _far macro 213 # define FAR far macro 236 # ifdef FAR 237 # undef FAR 246 # define ZEXPORTVA FAR CDECL [all …]
|
H A D | zlib.h | 85 uLong total_in; /* total nb of input bytes read so far */ 89 uLong total_out; /* total nb of bytes output so far */ 92 struct internal_state FAR *state; /* not visible by applications */ 103 typedef z_stream FAR *z_streamp; 126 typedef gz_header FAR *gz_headerp; 278 that the decompressor can get all input data available so far. (In particular 310 so far (that is, total_in bytes). 433 strm->adler to the adler32 checksum of all output produced so far (that is, 614 strategy. If the compression level is changed, the input available so far 857 unsigned char FAR *window)); [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
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; 133 struct inflate_state FAR *state; 136 state = (struct inflate_state FAR *)strm->state; 150 struct inflate_state FAR *state; 162 state = (struct inflate_state FAR *) 166 strm->state = (struct internal_state FAR *)state; [all …]
|
H A D | inffast.c | 71 struct inflate_state FAR *state; 72 unsigned char FAR *in; /* local strm->next_in */ 73 unsigned char FAR *last; /* while in < last, enough input available */ 74 unsigned char FAR *out; /* local strm->next_out */ 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ 76 unsigned char FAR *end; /* while out < end, enough space available */ 83 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ 86 code const FAR *lcode; /* local strm->lencode */ 87 code const FAR *dcode; /* local strm->distcode */ 95 unsigned char FAR *from; /* where to copy match from */ [all …]
|
H A D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 54 unsigned codes, code FAR * FAR *table, 55 unsigned FAR *bits, unsigned short FAR *work));
|
H A D | infback.c | 19 local void fixedtables OF((struct inflate_state FAR *state)); 31 unsigned char FAR *window; 35 struct inflate_state FAR *state; 49 state = (struct inflate_state FAR *)ZALLOC(strm, 1, 53 strm->state = (struct internal_state FAR *)state; 74 struct inflate_state FAR *state; in fixedtables() 244 void FAR *in_desc; 246 void FAR *out_desc; 248 struct inflate_state FAR *state; 249 unsigned char FAR *next; /* next input */ [all …]
|
H A D | inftrees.c | 34 unsigned short FAR *lens; 36 code FAR * FAR *table; 37 unsigned FAR *bits; 38 unsigned short FAR *work; 54 code FAR *next; /* next available space in table */ 55 const unsigned short FAR *base; /* base value table to use */ 56 const unsigned short FAR *extra; /* extra bits table to use */
|
H A D | inflate.h | 92 unsigned char FAR *window; /* allocated sliding window, if needed */ 102 code const FAR *lencode; /* starting table for length/literal codes */ 103 code const FAR *distcode; /* starting table for distance codes */ 111 code FAR *next; /* next available space in codes[] */
|
H A D | infutil.c | 36 /* compute number of bytes to copy as far as end of window */ 49 /* copy as far as end of window */
|
H A D | deflate.h | 71 } FAR ct_data; 84 } FAR tree_desc; 87 typedef Pos FAR Posf; 263 } FAR deflate_state;
|
H A D | ChangeLog | 181 - For MVS define NO_vsnprintf and undefine FAR [van Burik] 188 - Perform more rigorous check for distance-too-far in inffast.c 241 - Use far memory allocators in small 16-bit memory models for 255 - Make inflate distance-too-far checks more rigorous 256 - Clean up FAR usage in inflate 490 the declaration of FAR (Gilles VOllant) 628 - use z_streamp instead of z_stream *, which is now a far pointer in MSDOS 665 - fix the Watcom fix for 32 bit mode (define FAR as empty) 719 - put the crc table in FAR data (I dislike more and more the medium model :) 727 (what's wrong with far data in far model?).
|
H A D | infblock.h | 12 typedef struct inflate_blocks_state FAR inflate_blocks_statef;
|
H A D | zutil.h | 55 typedef uch FAR uchf; 57 typedef ush FAR ushf;
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | lc.h | 77 * where the operation is executed. As far as the set operation is
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | hmac.h | 110 * @param ctx IN/OUT -- state of HMAC computation so far
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | dhry.h | 65 * There should be, as far as possible, only one C version of 71 * 2) As far as it is possible without changes to the Dhrystone
|
/nrf52832-nimble/rt-thread/ |
H A D | README.md | 63 So far, the RT-Thread scons building system support the command line compile or generate some IDE's…
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | hal_timer.c | 190 /* CC too far ahead. Just make sure we set compare far ahead */ in nrf_timer_set_ocmp()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 141 scheduled items will be at least this far apart
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | README | 117 it works fine so far.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | ip4_frag.c | 392 /* Check if the fragments received so far have no holes. */ in ip_reass_chain_frag_into_datagram_and_validate() 430 /* and had no holes so far */ in ip_reass_chain_frag_into_datagram_and_validate()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 8 So, here is the pppd follow up, so that we don't get away too far from pppd.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 8 So, here is the pppd follow up, so that we don't get away too far from pppd.
|