Home
last modified time | relevance | path

Searched full:large (Results 1 – 25 of 120) sorted by relevance

12345

/nrf52832-nimble/rt-thread/components/net/uip/doc/
H A Dheader.tex35 {\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 Dpt-doc.txt27 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 Dble_eddystone.h74 * large to fit in an advertisement;
101 * large to fit in an advertisement;
/nrf52832-nimble/rt-thread/src/
H A Dslab.c155 * + 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 Dkservice.c149 /* 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 DKconfig254 bool "SLAB Algorithm for large memory"
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/include/tinycrypt/
H A Dcbc_mode.h99 * - 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 Dexample.c246 * 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 Duncompr.c18 size of the destination buffer, which must be large enough to hold the
H A DChangeLog57 - 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 Dzlib.319 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 Derrno.h74 #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 Derrno.h74 #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 DREADME.md10 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 Darch.h105 #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 Dtest_def.c52 /* check with too large buffer */ in test_def_itoa()
/nrf52832-nimble/rt-thread/components/libc/libdl/
H A Ddlelf.h18 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 Dsemaphore_dynamic.c32 rt_kprintf("tick error to large: expect: 10, get %d\n", in thread_entry()
H A Dsemaphore_static.c34 rt_kprintf("tick error to large: expect: 10, get %d\n", in thread_entry()
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/
H A Dble_lp_clock.rst65 depending on the application. The HFXO draws a fairly large amount of
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/
H A Dindex.rst18 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 Dstring.h25 #define LARGE (1 << 6) /* use 'ABCDEF' instead of 'abcdef' */ macro
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/
H A Dtinycrypt.rst126 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 Dcache_gcc.S135 lis r7,(DCACHE_SIZE / L1_CACHE_BYTES / 2)@ha /* TBS for large sized cache */
/nrf52832-nimble/rt-thread/components/net/uip/lib/
H A Dmemb.h52 * being 20 bytes large.

12345