/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | inffast.c | 34 literal and match bytes until either not enough input or output is 36 When large enough input and output buffers are supplied to inflate(), for 50 LEN -- ran out of enough output space or enough available input 59 Therefore if strm->avail_in >= 6, then there is enough input to avoid 73 unsigned char FAR *last; /* while in < last, enough input available */ 76 unsigned char FAR *end; /* while out < end, enough space available */ 118 /* decode literals and length/distances until end-of-block or not enough
|
H A D | uncompr.c | 18 size of the destination buffer, which must be large enough to hold the 27 enough memory, Z_BUF_ERROR if there was not enough room in the output
|
H A D | inftrees.c | 26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table 170 against the space in *table, ENOUGH, minus the maximum space needed by 172 sufficiency of ENOUGH has not been proven exhaustively, hence the check. 212 if (type == LENS && used >= ENOUGH - MAXD) 278 /* check for enough space */ 280 if (type == LENS && used >= ENOUGH - MAXD)
|
H A D | algorithm.txt | 35 possible match but generally finds a match which is long enough. 46 the current match is long enough, deflate() reduces the search for a longer 49 the first match is already long enough. 110 inflate, two is enough.
|
H A D | compress.c | 22 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough 23 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
|
H A D | inflate.c | 442 not enough available input to do that, then return from inflate(). */ 480 if (not enough input data or output space to make progress) 499 where NEEDBITS(n) either returns from inflate() if there isn't enough 504 enough bits to put the accumulator on a byte boundary. After BYTEBITS() 509 PULLBYTE() directly in order to pull just enough bytes to decode the next 512 Some states loop until they get enough input, making sure that enough 530 A state may also return if there is not enough output space available to 1356 state->lencode <= state->codes + ENOUGH - 1) {
|
H A D | inftrees.h | 43 #define ENOUGH 2048 macro
|
/nrf52832-nimble/rt-thread/components/drivers/src/ |
H A D | ringbuffer.c | 57 /* whether has enough space */ in rt_ringbuffer_put() 72 /* this should not cause overflow because there is enough space for in rt_ringbuffer_put() 118 /* this should not cause overflow because there is enough space for in rt_ringbuffer_put_force() 160 /* whether has enough data */ in rt_ringbuffer_get() 175 /* this should not cause overflow because there is enough space for in rt_ringbuffer_get() 203 /* whether has enough space */ in rt_ringbuffer_putchar()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 51 enough (for example if an input file is mmap'ed), or can be done by 140 zalloc must return Z_NULL if there is not enough memory for the object. 234 enough memory, Z_STREAM_ERROR if level is not a valid compression level, 254 enough room in the output buffer), next_in and avail_in are updated and 279 avail_in is zero after the call if enough output space has been provided 298 was enough output space; if deflate returns with Z_OK, this function must be 347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 375 enough room in the output buffer), next_in is updated and processing 417 output is flushed; avail_out must be large enough to hold all the [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zlib.h | 51 enough (for example if an input file is mmap'ed), or can be done by 140 zalloc must return Z_NULL if there is not enough memory for the object. 234 enough memory, Z_STREAM_ERROR if level is not a valid compression level, 254 enough room in the output buffer), next_in and avail_in are updated and 279 avail_in is zero after the call if enough output space has been provided 298 was enough output space; if deflate returns with Z_OK, this function must be 347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough 375 enough room in the output buffer), next_in is updated and processing 417 output is flushed; avail_out must be large enough to hold all the [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | mem.c | 72 * Allocate memory: determine the smallest pool that is big enough 90 /* is this pool big enough to hold an element of the required size in mem_malloc() 178 * If so, make sure the memory at that location is big enough (see below on 451 * Old size ('size') must be big enough to contain at least 'newsize' plus a struct mem in mem_trim() 472 next struct mem is used but size between mem and mem2 is not big enough in mem_trim() 529 /* Scan through the heap searching for a free block that is big enough, in mem_malloc() 557 * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if in mem_malloc() 637 * Contiguously allocates enough space for count objects that are size bytes
|
H A D | pbuf.c | 360 * must be at least big enough to hold 'length' plus the header size, 364 * big enough to hold 'length' plus the header size 551 ("pbuf_header: failed as %p < %p (not enough space for new header size)\n", in pbuf_header() 849 * enough to hold p_from 859 /* is the target big enough to hold the source? */ in pbuf_copy() 860 LWIP_ERROR("pbuf_copy: target not big enough to hold source", ((p_to != NULL) && in pbuf_copy() 912 * @param len length of data to copy (dataptr must be big enough). No more 963 * @return ERR_OK if successful, ERR_MEM if the pbuf is not big enough
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | mem.c | 159 * Allocate memory: determine the smallest pool that is big enough 174 /* is this pool big enough to hold an element of the required size in mem_malloc() 286 * If so, make sure the memory at that location is big enough (see below on 561 * Old size ('size') must be big enough to contain at least 'newsize' plus a struct mem in mem_trim() 582 next struct mem is used but size between mem and mem2 is not big enough in mem_trim() 638 /* Scan through the heap searching for a free block that is big enough, in mem_malloc() 666 * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if in mem_malloc() 755 * Contiguously allocates enough space for count objects that are size bytes
|
H A D | pbuf.c | 418 * must be at least big enough to hold 'length' plus the header size, 422 * big enough to hold 'length' plus the header size 609 ("pbuf_header: failed as %p < %p (not enough space for new header size)\n", in pbuf_header_impl() 945 * enough to hold p_from 955 /* is the target big enough to hold the source? */ in pbuf_copy() 956 LWIP_ERROR("pbuf_copy: target not big enough to hold source", ((p_to != NULL) && in pbuf_copy() 1009 * @param len length of data to copy (dataptr must be big enough). No more 1146 * @return ERR_OK if successful, ERR_MEM if the pbuf is not big enough 1158 LWIP_ERROR("pbuf_take: buf not large enough", (buf->tot_len >= len), return ERR_MEM;); in pbuf_take() 1190 * @return ERR_OK if successful, ERR_MEM if the pbuf is not big enough [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/tests/ |
H A D | zlib1.c | 163 CYG_TEST_NA("Not enough memory for buffers"); in entry0() 173 CYG_TEST_NA("Not enough memory for compression"); in entry0() 183 CYG_TEST_NA("Not enough memory for decompression"); in entry0()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | pbuf.c | 356 * must be at least big enough to hold 'length' plus the header size, 360 * big enough to hold 'length' plus the header size 502 ("pbuf_add_header: failed as %p < %p (not enough space for new header size)\n", in pbuf_add_header_impl() 958 * enough to hold p_from 968 /* is the target big enough to hold the source? */ in pbuf_copy() 969 LWIP_ERROR("pbuf_copy: target not big enough to hold source", ((p_to != NULL) && in pbuf_copy() 1021 * @param len length of data to copy (dataptr must be big enough). No more 1068 * @param len length of data to copy (dataptr must be big enough). No more 1193 * @return ERR_OK if successful, ERR_MEM if the pbuf is not big enough 1205 LWIP_ERROR("pbuf_take: buf not large enough", (buf->tot_len >= len), return ERR_MEM;); in pbuf_take() [all …]
|
H A D | mem.c | 244 * Allocate memory: determine the smallest pool that is big enough 259 /* is this pool big enough to hold an element of the required size in mem_malloc() 375 * If so, make sure the memory at that location is big enough (see below on 784 * Old size ('size') must be big enough to contain at least 'newsize' plus a struct mem in mem_trim() 806 next struct mem is used but size between mem and mem2 is not big enough in mem_trim() 867 /* Scan through the heap searching for a free block that is big enough, in mem_malloc() 895 * remainder must be large enough to contain MIN_SIZE_ALIGNED data: if in mem_malloc() 989 * Contiguously allocates enough space for count objects that are size bytes
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/ |
H A D | cbc_mode.h | 99 * - out buffer is large enough to hold the ciphertext + iv 132 * - out buffer is large enough to hold the decrypted plaintext
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 122 they really need them extended, it's simple enough to add support for 190 they really need them extended, it's simple enough to add support for
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/win32/ |
H A D | uffs_config.h | 76 * \note reserve buffers for clone. 1 or 2 should be enough. 83 * 5 should be enough.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | uffs_config.h | 76 * \note reserve buffers for clone. 1 or 2 should be enough. 83 * 5 should be enough.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/platform/posix/ |
H A D | uffs_config.h | 76 * \note reserve buffers for clone. 1 or 2 should be enough. 83 * 5 should be enough.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/core/ |
H A D | test_pbuf.c | 158 /* alloc big enough to get a chain of pbufs */ in START_TEST() 209 /* alloc big enough to get a chain of pbufs */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_pbuf.c | 187 /* alloc big enough to get a chain of pbufs */ in START_TEST() 239 /* alloc big enough to get a chain of pbufs */ in START_TEST()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/ |
H A D | tcp_helper.c | 54 /* first pbuf must be big enough to hold the headers */ in tcp_create_segment_wnd() 57 /* first pbuf must be big enough to hold at least 1 data byte, too */ in tcp_create_segment_wnd()
|