/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | header.tex | 35 {\LARGE The uIP 1.0 Reference Manual}\\ 37 {\Large June 2006}\\ 41 {\Large Adam Dunkels}\\ 42 {\Large \texttt{[email protected]}}\\ 44 {\LARGE Swedish Institute of Computer Science}\\
|
H A D | pt-doc.txt | 27 systems, the overhead of allocating multiple stacks can consume large 89 traditional multi-threading may have a too large memory overhead. In 91 typically is over-provisioned. The stacks may use large parts of the 98 constrained systems, where a stack for a thread might use a large part
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_eddystone.h | 74 * large to fit in an advertisement; 101 * large to fit in an advertisement;
|
/nrf52832-nimble/rt-thread/src/ |
H A D | slab.c | 155 * + ability to allocate arbitrarily large chunks of memory 490 * Handle large allocations directly. There should not be very many of in rt_malloc() 507 ("malloc a large memory 0x%x, page cnt %d, kup %d\n", in rt_malloc() 532 * Note: zoneindex() will panic of size is too large. in rt_malloc() 796 /* release large allocation */ in rt_free() 813 ("free large memory block 0x%x, page count %d\n", in rt_free()
|
H A D | kservice.c | 149 /* If we get this far, we know that n is large and m is word-aligned. */ in rt_memset() 153 * we can set large blocks quickly. in rt_memset() 579 #define LARGE (1 << 6) /* use 'ABCDEF' instead of 'abcdef' */ macro 613 digits = (type & LARGE) ? large_digits : small_digits; in print_number() 700 *buf = type & LARGE ? 'X' : 'x'; in print_number() 941 flags |= LARGE; in rt_vsnprintf() 1154 * large excluding the terminating null byte. If the output string in rt_kprintf()
|
H A D | Kconfig | 254 bool "SLAB Algorithm for large memory"
|
/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/cyg/compress/src/ |
H A D | example.c | 246 * Test deflate() with large buffers and dynamic change of compression level 301 * Test inflate() with large buffers 327 CHECK_ERR(err, "large inflate"); 334 fprintf(stderr, "bad large inflate: %ld\n", d_stream.total_out);
|
H A D | uncompr.c | 18 size of the destination buffer, which must be large enough to hold the
|
H A D | ChangeLog | 57 - Increase sprintf() buffer size in gzdopen() to allow for large numbers 588 - allow compilation with ANSI keywords only enabled for TurboC in large model 630 versions for these models. (No effect in large model or on other systems.) 674 - test large buffers and deflateParams in example.c 738 typedefs and because voidnp was not near in large model). 808 TurboC large model.
|
H A D | zlib.3 | 19 Compression can be done in a single step if the buffers are large enough
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | errno.h | 74 #define EFBIG 27 /* File too large */ 124 #define EOVERFLOW 75 /* Value too large for defined data type */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | errno.h | 74 #define EFBIG 27 /* File too large */ 124 #define EOVERFLOW 75 /* Value too large for defined data type */
|
/nrf52832-nimble/rt-thread/components/cplusplus/ |
H A D | README.md | 10 3. Template is discouraged and it easily causes code text large.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | arch.h | 105 #define EFBIG 27 /* File too large */ 155 #define EOVERFLOW 75 /* Value too large for defined data type */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/core/ |
H A D | test_def.c | 52 /* check with too large buffer */ in test_def_itoa()
|
/nrf52832-nimble/rt-thread/components/libc/libdl/ |
H A D | dlelf.h | 18 typedef rt_int32_t Elf32_Sword; /* Signed large integer */ 19 typedef rt_uint32_t Elf32_Word; /* Unsigned large integer */
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | semaphore_dynamic.c | 32 rt_kprintf("tick error to large: expect: 10, get %d\n", in thread_entry()
|
H A D | semaphore_static.c | 34 rt_kprintf("tick error to large: expect: 10, get %d\n", in thread_entry()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_lp_clock.rst | 65 depending on the application. The HFXO draws a fairly large amount of
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 18 communication (as opposed to point-to-point approach in BLE) and is optimised for large-scale netwo…
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/ |
H A D | string.h | 25 #define LARGE (1 << 6) /* use 'ABCDEF' instead of 'abcdef' */ macro
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 126 2^64 bits, which is an extremely large window. 243 "Integer representation: To reduce code size, all large integers are
|
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/ |
H A D | cache_gcc.S | 135 lis r7,(DCACHE_SIZE / L1_CACHE_BYTES / 2)@ha /* TBS for large sized cache */
|
/nrf52832-nimble/rt-thread/components/net/uip/lib/ |
H A D | memb.h | 52 * being 20 bytes large.
|