/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inflate.h | 24 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 D | inftrees.c | 56 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 D | infback.c | 520 /* 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 D | inftrees.h | 19 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 D | inffast.c | 57 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 D | inflate.c | 19 * - 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 D | trees.c | 61 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 D | deflate.h | 103 uInt gzindex; /* where in extra, name, or comment */ 240 * the same number of elements. To use different lengths, an extra flag
|
H A D | ChangeLog | 329 - 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 D | zlib.h | 112 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 D | zlib.h | 112 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 D | syscfg.yml | 28 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 D | ble_hs_conn_test.c | 62 /* 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 D | ble_os_test.c | 147 /* 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 D | configure.ac | 177 # 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 D | ble_ll_csa2_test.c | 33 * 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 D | mips_fp_gcc.S | 93 2: # Save FP64 extra 147 # Load FP64 extra
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/bas/ |
H A D | syscfg.yml | 22 be zero to allow read without extra permissions or combination of:
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_config.h | 203 * \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 D | uffs_config.h | 208 * \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 D | uffs_config.h | 208 * \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 D | startup_config.h | 37 2. For GCC compiling, add extra assembly option -D__STARTUP_CONFIG.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/dis/ |
H A D | syscfg.yml | 23 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 D | mem.h | 50 /* in case C library malloc() needs extra protection,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | smtp.h | 61 /** If this is != 0, data is *not* copied into an extra buffer
|