Home
last modified time | relevance | path

Searched full:extra (Results 1 – 25 of 122) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinflate.h24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
40 LENEXT, /* i: waiting for length extra bits */
42 DISTEXT, /* i: waiting for distance extra bits */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
100 unsigned extra; /* extra bits needed */ member
H A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
57 int end; /* use base and extra for symbol > end */
63 static const unsigned short lext[31] = { /* Length codes 257..285 extra */
70 static const unsigned short dext[32] = { /* Distance codes 0..29 extra */
184 base = extra = work; /* dummy value--not used */
190 extra = lext;
191 extra -= 257;
196 extra = dext;
224 this.op = (unsigned char)(extra[work[sym]]);
H A Dinfback.c520 /* length code -- get extra bits, if any */
521 state->extra = (unsigned)(this.op) & 15;
522 if (state->extra != 0) {
523 NEEDBITS(state->extra);
524 state->length += BITS(state->extra);
525 DROPBITS(state->extra);
553 /* get distance extra bits, if any */
554 state->extra = (unsigned)(this.op) & 15;
555 if (state->extra != 0) {
556 NEEDBITS(state->extra);
[all …]
H A Dinftrees.h19 is the number of extra bits to get after the code. bits is
25 unsigned char op; /* operation, extra bits, table bits */
33 0001eeee - length or distance, eeee is the number of extra bits
H A Dinffast.c57 length code, 5 bits for the length extra, 15 bits for the distance code,
58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
91 unsigned op; /* code bits, operation, extra bits, or */
141 op &= 15; /* number of extra bits */
166 op &= 15; /* number of extra bits */
307 - Different op definition to avoid & for extra bits (do & for table bits)
H A Dinflate.c19 * - Remove unnecessary second byte pull from length extra in inffast.c
34 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
678 state->head->extra = Z_NULL;
679 state->mode = EXTRA;
680 case EXTRA:
686 state->head->extra != Z_NULL) {
688 zmemcpy(state->head->extra + len, next,
991 state->extra = (unsigned)(this.op) & 15;
994 if (state->extra) {
995 NEEDBITS(state->extra);
[all …]
H A Dtrees.c61 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
64 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
67 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
92 * need for the L_CODES extra codes used during heap construction. However
123 const intf *extra_bits; /* extra bits for each code or NULL */
497 const intf *extra = desc->stat_desc->extra_bits; local
503 int xbits; /* extra bits */
525 if (n >= base) xbits = extra[n-base];
655 /* node is 0 or 1 so it does not have extra bits */
1081 int extra; /* number of extra bits to send */ local
[all …]
H A Ddeflate.h103 uInt gzindex; /* where in extra, name, or comment */
240 * the same number of elements. To use different lengths, an extra flag
H A DChangeLog329 - Raw inflate no longer needs an extra dummy byte at end
534 - allocate extra buffer for seeks only if gzseek is actually called
622 on to attempt decompressing extra garbage data. This affected minigzip too.
717 - allow skipping .gz extra-field on pipes
801 - gzread no longer reads one extra byte in certain cases
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/
H A Dzlib.h112 int xflags; /* extra flags (not used when writing a gzip file) */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
116 uInt extra_max; /* space at extra (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
675 deflate(). The text, time, os, extra field, name, and comment information
677 ignored -- the extra flags are set according to the compression level). The
679 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
686 the time set to zero, and os set to 255, with no extra, name, or comment
697 This is another version of inflateInit with an extra parameter. The
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A Dzlib.h112 int xflags; /* extra flags (not used when writing a gzip file) */
114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ member
115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
116 uInt extra_max; /* space at extra (only when reading header) */
507 file name, no extra data, no comment, no modification time (set to zero),
675 deflate(). The text, time, os, extra field, name, and comment information
677 ignored -- the extra flags are set according to the compression level). The
679 a zero byte, and that if extra is not Z_NULL, that extra_len bytes are
686 the time set to zero, and os set to 255, with no extra, name, or comment
697 This is another version of inflateInit with an extra parameter. The
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/gap/
H A Dsyscfg.yml28 be zero to allow write without extra permissions or combination of:
43 be zero to allow write without extra permissions or combination of:
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_hs_conn_test.c62 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in TEST_CASE()
119 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in TEST_CASE()
184 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in TEST_CASE()
H A Dble_os_test.c147 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in ble_gap_direct_connect_test_task_handler()
311 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in ble_gap_terminate_test_task_handler()
325 /* ble_gap_rx_conn_complete() will send extra HCI command, need phony ack */ in ble_gap_terminate_test_task_handler()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A Dconfigure.ac177 # What extra CFLAGS we will be using
433 # Per-frontends extra libraries
434 AC_ARG_VAR([conf_EXTRA_LIBS], [Extra libraries to build the conf frontend] )
435 AC_ARG_VAR([gconf_EXTRA_LIBS], [Extra libraries to build the gconf frontend])
436 AC_ARG_VAR([mconf_EXTRA_LIBS], [Extra libraries to build the mconf frontend])
437 AC_ARG_VAR([nconf_EXTRA_LIBS], [Extra libraries to build the nconf frontend])
438 AC_ARG_VAR([qconf_EXTRA_LIBS], [Extra libraries to build the qconf frontend])
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/src/
H A Dble_ll_csa2_test.c33 * prn_e and unmapped channel values but those would require extra access in TEST_CASE()
75 * prn_e and unmapped channel values but those would require extra access in TEST_CASE()
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_fp_gcc.S93 2: # Save FP64 extra
147 # Load FP64 extra
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/
H A Dsyscfg.yml22 be zero to allow read without extra permissions or combination of:
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/
H A Duffs_config.h203 * \note verify page data after write, for extra safe data storage.
221 * it provides extra protection for data integrity.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A Duffs_config.h208 * \note verify page data after write, for extra safe data storage.
226 * it provides extra protection for data integrity.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/
H A Duffs_config.h208 * \note verify page data after write, for extra safe data storage.
226 * it provides extra protection for data integrity.
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dstartup_config.h37 2. For GCC compiling, add extra assembly option -D__STARTUP_CONFIG.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/
H A Dsyscfg.yml23 zero to allow read without extra permissions or combination of:
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dmem.h50 /* in case C library malloc() needs extra protection,
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsmtp.h61 /** If this is != 0, data is *not* copied into an extra buffer

12345