/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_atomic.h | 69 * @return Previous value stored in the atomic object. 79 * @return New value stored in the atomic object. 90 * @return Previous value stored in the atomic object. 101 * @return New value stored in the atomic object. 112 * @return Previous value stored in the atomic object. 123 * @return New value stored in the atomic object. 134 * @return Previous value stored in the atomic object. 145 * @return New value stored in the atomic object. 156 * @return Previous value stored in the atomic object. 167 * @return New value stored in the atomic object. [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inflate.h | 34 STORED, /* i: waiting for stored size (length and complement) */ enumerator 35 COPY, /* i/o: waiting for input or output to copy stored block */ 65 TYPE -> STORED or TABLE or LEN or CHECK 66 STORED -> COPY -> TYPE 96 /* for string and stored block copying */
|
H A D | infutil.h | 16 LENS, /* get lengths for stored */ 17 STORED, /* processing stored block */ enumerator 35 uInt left; /* if STORED, bytes left to copy */
|
H A D | infblock.c | 145 case 0: /* stored */ 146 Tracev((stderr, "inflate: stored block%s\n", 151 s->mode = LENS; /* get length of stored block */ 190 z->msg = (char*)"invalid stored block lengths"; 196 Tracev((stderr, "inflate: stored length %u\n", s->sub.left)); 197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); 199 case STORED: 211 Tracev((stderr, "inflate: stored end, %lu total out\n",
|
H A D | infback.c | 254 unsigned copy; /* number of stored or match bytes to copy */ 294 case 0: /* stored block */ 295 Tracev((stderr, "inflate: stored block%s\n", 297 state->mode = STORED; 317 case STORED: 318 /* get and verify stored block length */ 322 strm->msg = (char *)"invalid stored block lengths"; 327 Tracev((stderr, "inflate: stored length %u\n", 331 /* copy stored block from input to output */ 345 Tracev((stderr, "inflate: stored end\n"));
|
H A D | deflate.h | 104 Byte method; /* STORED (for zip only) or DEFLATED */ 221 * data is still in the window so we can still emit a stored block even 225 * even emit a stored file instead of a stored block (saving 5 bytes).
|
H A D | inflate.c | 60 * - Fixed stored blocks bug in inflateBack() 531 complete that state. Those states are copying stored data, writing a 565 unsigned copy; /* number of stored or match bytes to copy */ 785 case 0: /* stored block */ 786 Tracev((stderr, "inflate: stored block%s\n", 788 state->mode = STORED; 807 case STORED: 811 strm->msg = (char *)"invalid stored block lengths"; 816 Tracev((stderr, "inflate: stored length %u\n", 834 Tracev((stderr, "inflate: stored end\n")); [all …]
|
H A D | trees.c | 12 * Each code tree is stored in a compressed form which is itself 865 * Send a stored block 888 * of one. (There are no problems if the previous block is stored or fixed.) 930 /* Build the Huffman trees unless a stored block is forced */ 958 Tracev((stderr, "\nopt %lu(%lu) stat %lu(%lu) stored %lu lit %u ", 966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ 970 if (buf != (char*)0) { /* force stored block */ 979 * transform a block into a stored block. 1064 * on 16 bit machines and because stored blocks are restricted to 1194 * Copy a stored block, storing first the length and its
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_store.h | 66 * Represents stored security material. This struct corresponds to the 91 * Used as a key for lookups of stored client characteristic configuration 113 * Represents a stored client characteristic configuration descriptor (CCCD). 133 * Represents stored data. This union must be accompanied by an object type 205 * stored values to make room.
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/ |
H A D | ble_ll_resolv.h | 29 * The identity address is stored in little endian format. 30 * The local rpa is stored in little endian format. 31 * The IRKs are stored in big endian format.
|
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/ |
H A D | uip_pbuf.h | 27 PBUF_RAM, /* pbuf data is stored in RAM */ 28 PBUF_ROM, /* pbuf data is stored in ROM */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 92 This option specifies how many Label UUIDs can be stored. 146 stored to flash. E.g. the default value of 4 means that the 304 Minimum number of buffers available to be stored for each 488 means that the sequence number will be stored to flash on every 493 will add this number to the last stored one, so that it starts
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/ |
H A D | mbutils.h | 53 * \param ucByteBuf A buffer where the bit values are stored. Must be a 86 * \param ucByteBuf A buffer where the bit values are stored.
|
H A D | mb_m.h | 219 * and could for example be stored in a flash.<br> 289 * starting at address \c usAddress is stored in the LSB of the 320 * stored at the LSB of the first byte in the buffer. If the requested number
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ |
H A D | lowpan6_ble.c | 178 /* netif not used for now, the address is stored globally... */ in rfc7668_set_local_addr_eui64() 189 /* netif not used for now, the address is stored globally... */ in rfc7668_set_local_addr_mac48() 200 /* netif not used for now, the address is stored globally... */ in rfc7668_set_peer_addr_eui64() 211 /* netif not used for now, the address is stored globally... */ in rfc7668_set_peer_addr_mac48()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | ip.c | 96 * @param buf target buffer where the string is stored 119 * @param addr conversion result is stored here
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | sockets_priv.h | 121 * get: value of the option is stored here */ 132 /** if an error occurs, it is temporarily stored here */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | pbuf.h | 58 PBUF_RAM, /* pbuf data is stored in RAM */ 59 PBUF_ROM, /* pbuf data is stored in ROM */
|
/nrf52832-nimble/nordic/nrfx/ |
H A D | README.md | 41 documentation will be stored in the `doc\html` directory. Use `index.html` to open it.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | pbuf.h | 120 /** Indicates the data stored in this pbuf can change. If this pbuf needs 146 /** pbuf data is stored in RAM, used for TX mostly, struct pbuf and its payload 153 /** pbuf data is stored in ROM, i.e. struct pbuf and its payload are located in
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | api_lib.c | 466 * @param new_conn pointer where the new connection is stored 568 * @param new_buf pointer where a new pbuf/netbuf is stored when received data 776 * @param new_buf pointer where a new pbuf is stored when received data 795 * @param new_buf pointer where a new pbuf is stored when received data 816 * @param new_buf pointer where a new netbuf is stored when received data 834 * @param new_buf pointer where a new netbuf is stored when received data 855 * @param new_buf pointer where a new netbuf is stored when received data
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | api_lib.c | 272 * @param new_conn pointer where the new connection is stored 337 * @param new_buf pointer where a new pbuf/netbuf is stored when received data 431 * @param new_buf pointer where a new pbuf is stored when received data 449 * @param new_buf pointer where a new netbuf is stored when received data
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | pbuf.h | 102 /** pbuf data is stored in RAM, used for TX mostly, struct pbuf and its payload 109 /** pbuf data is stored in ROM, i.e. struct pbuf and its payload are located in
|
/nrf52832-nimble/rt-thread/libcpu/ppc/common/ |
H A D | ptrace.h | 5 * This struct defines the way the registers are stored on the
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/ |
H A D | ptrace.h | 5 * This struct defines the way the registers are stored on the
|