Home
last modified time | relevance | path

Searched full:total (Results 1 – 25 of 181) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/polarssl/
H A Dmd4.c77 ctx->total[0] = 0; in md4_starts()
78 ctx->total[1] = 0; in md4_starts()
200 left = ctx->total[0] & 0x3F; in md4_update()
203 ctx->total[0] += ilen; in md4_update()
204 ctx->total[0] &= 0xFFFFFFFF; in md4_update()
206 if( ctx->total[0] < (unsigned long) ilen ) in md4_update()
207 ctx->total[1]++; in md4_update()
250 high = ( ctx->total[0] >> 29 ) in md4_finish()
251 | ( ctx->total[1] << 3 ); in md4_finish()
252 low = ( ctx->total[0] << 3 ); in md4_finish()
[all …]
H A Dmd5.c76 ctx->total[0] = 0; in md5_starts()
77 ctx->total[1] = 0; in md5_starts()
219 left = ctx->total[0] & 0x3F; in md5_update()
222 ctx->total[0] += ilen; in md5_update()
223 ctx->total[0] &= 0xFFFFFFFF; in md5_update()
225 if( ctx->total[0] < (unsigned long) ilen ) in md5_update()
226 ctx->total[1]++; in md5_update()
269 high = ( ctx->total[0] >> 29 ) in md5_finish()
270 | ( ctx->total[1] << 3 ); in md5_finish()
271 low = ( ctx->total[0] << 3 ); in md5_finish()
[all …]
H A Dsha1.c76 ctx->total[0] = 0; in sha1_starts()
77 ctx->total[1] = 0; in sha1_starts()
253 left = ctx->total[0] & 0x3F; in sha1_update()
256 ctx->total[0] += ilen; in sha1_update()
257 ctx->total[0] &= 0xFFFFFFFF; in sha1_update()
259 if( ctx->total[0] < (unsigned long) ilen ) in sha1_update()
260 ctx->total[1]++; in sha1_update()
303 high = ( ctx->total[0] >> 29 ) in sha1_finish()
304 | ( ctx->total[1] << 3 ); in sha1_finish()
305 low = ( ctx->total[0] << 3 ); in sha1_finish()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/polarssl/
H A Dmd4.c77 ctx->total[0] = 0; in md4_starts()
78 ctx->total[1] = 0; in md4_starts()
200 left = ctx->total[0] & 0x3F; in md4_update()
203 ctx->total[0] += ilen; in md4_update()
204 ctx->total[0] &= 0xFFFFFFFF; in md4_update()
206 if( ctx->total[0] < (unsigned long) ilen ) in md4_update()
207 ctx->total[1]++; in md4_update()
250 high = ( ctx->total[0] >> 29 ) in md4_finish()
251 | ( ctx->total[1] << 3 ); in md4_finish()
252 low = ( ctx->total[0] << 3 ); in md4_finish()
[all …]
H A Dmd5.c76 ctx->total[0] = 0; in md5_starts()
77 ctx->total[1] = 0; in md5_starts()
219 left = ctx->total[0] & 0x3F; in md5_update()
222 ctx->total[0] += ilen; in md5_update()
223 ctx->total[0] &= 0xFFFFFFFF; in md5_update()
225 if( ctx->total[0] < (unsigned long) ilen ) in md5_update()
226 ctx->total[1]++; in md5_update()
269 high = ( ctx->total[0] >> 29 ) in md5_finish()
270 | ( ctx->total[1] << 3 ); in md5_finish()
271 low = ( ctx->total[0] << 3 ); in md5_finish()
[all …]
H A Dsha1.c76 ctx->total[0] = 0; in sha1_starts()
77 ctx->total[1] = 0; in sha1_starts()
253 left = ctx->total[0] & 0x3F; in sha1_update()
256 ctx->total[0] += ilen; in sha1_update()
257 ctx->total[0] &= 0xFFFFFFFF; in sha1_update()
259 if( ctx->total[0] < (unsigned long) ilen ) in sha1_update()
260 ctx->total[1]++; in sha1_update()
303 high = ( ctx->total[0] >> 29 ) in sha1_finish()
304 | ( ctx->total[1] << 3 ); in sha1_finish()
305 low = ( ctx->total[0] << 3 ); in sha1_finish()
[all …]
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.h42 * @member passed_num Total number of tests passed.
43 * @member failed_num Total number of tests failed.
63 * @member tc Total number of tests failed.
64 * @member cleanup Total number of tests failed.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/
H A DREADME47 Example 1: 128M bytes NAND, 8192 blocks, total memory cost:
50 Example 2: 32M Bytes NAND, 2048 blocks, total memory cost:
53 Example 3: 16M bytes NAND, 1024 blocks, total memory cost:
61 Example 1: 512M bytes NAND, 8192 blocks, total memory cost:
64 Example 2: 128M Bytes NAND, 2048 blocks, total memory cost:
67 Example 3: 64M bytes NAND, 1024 blocks, total memory cost:
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2.h129 jint32_t totlen; /* Total length of this node (inc data, etc.) */
136 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
197 jint32_t totlen; /* Total length of this node (inc data, etc.) */
204 jint32_t isize; /* Total resultant size of this inode (used for truncations) */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/
H A Ddfs_nfs.c33 size_t size; /* total size */
558 ssize_t bytes, total=0; in nfs_read() local
589 total = 0; in nfs_read()
595 total = 0; in nfs_read()
601 total += bytes; in nfs_read()
619 return total; in nfs_read()
626 ssize_t bytes, total=0; in nfs_write() local
658 total = 0; in nfs_write()
664 total = 0; in nfs_write()
671 total += bytes; in nfs_write()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/
H A Dsyscfg.yml37 # to historical reasonds total number of advertising
43 # Since we advertise a lot of data (~4k in total) at the same time we need
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dmem.c49 * @param num_blocks The total number of memory blocks in the
90 * @param num_blocks The total number of memory blocks in the
134 * @param num_blocks The total number of mbufs in the pool.
181 * @param num_blocks The total number of mbufs in the pool.
H A Dos_mbuf.c206 int total; in os_msys_count() local
208 total = 0; in os_msys_count()
210 total += omp->omp_pool->mp_num_blocks; in os_msys_count()
213 return total; in os_msys_count()
220 int total; in os_msys_num_free() local
222 total = 0; in os_msys_num_free()
224 total += omp->omp_pool->mp_num_free; in os_msys_num_free()
227 return total; in os_msys_num_free()
/nrf52832-nimble/packages/NimBLE-latest/nimble/
H A Dsyscfg.yml45 total number of advertising instances. The total number of
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/utils/
H A Dmkuffs.c108 attr->total_blocks = conf_total_blocks; /* total blocks */ in setup_storage()
291 else if (!strcmp(arg, "-t") || !strcmp(arg, "--total-blocks")) { in parse_options()
364 MSGLN(" -t --total-blocks <n> total blocks"); in parse_options()
401 MSGLN(" total blocks: %d", conf_total_blocks); in print_params()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dstats.h187 /** The total number of octets received on the interface, including framing characters */
211 /** The total number of octets transmitted out of the interface, including framing characters. */
213 /** The total number of packets that higher-level protocols requested be transmitted, and
217 /** The total number of packets that higher-level protocols requested be transmitted, and which
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/functions/
H A Dmbfuncholding_m.c162 * @param usNRegs register total number
259 * @param usNRegs register total number
348 * @param usNReadRegs read register total number
351 * @param usNWriteRegs write register total number
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dstats.h187 /** The total number of octets received on the interface, including framing characters */
211 /** The total number of octets transmitted out of the interface, including framing characters. */
213 /** The total number of packets that higher-level protocols requested be transmitted, and
217 /** The total number of packets that higher-level protocols requested be transmitted, and which
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_gatt_priv.h168 * these also contributes to the total descriptor count.
172 /** Total number of ATT attributes. */
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/
H A Dsfud.h65 * get flash device total number on flash device information table @see flash_table
67 * @return flash device total number
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dos_mbuf.h40 * mempool to allocate mbufs out of, the total number of elements in the pool,
41 * and the amount of "user" data in a non-packet header mbuf. The total pool
47 * Total length of the databuf in each mbuf. This is the size of the
328 * @return total number of blocks allocated in Msys
387 * can be one past than the total length of the chain, but no greater.
/nrf52832-nimble/rt-thread/libcpu/arm/s3c24x0/
H A Ds3c24x0.h259 #define EP1_DMA_TTC_L (*(volatile unsigned char *)0x5200020f) //EP1 DMA total Tx counter
265 #define EP2_DMA_TTC_L (*(volatile unsigned char *)0x52000227) //EP2 DMA total Tx counter
271 #define EP3_DMA_TTC_L (*(volatile unsigned char *)0x5200024f) //EP3 DMA total Tx counter
277 #define EP4_DMA_TTC_L (*(volatile unsigned char *)0x52000267) //EP4 DMA total Tx counter
307 #define EP1_DMA_TTC_L (*(volatile unsigned char *)0x5200020c) //EP1 DMA total Tx counter
313 #define EP2_DMA_TTC_L (*(volatile unsigned char *)0x52000224) //EP2 DMA total Tx counter
319 #define EP3_DMA_TTC_L (*(volatile unsigned char *)0x5200024c) //EP3 DMA total Tx counter
325 #define EP4_DMA_TTC_L (*(volatile unsigned char *)0x52000264) //EP4 DMA total Tx counter
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_ecc.c258 int total = 0, ret, len; in uffs_EccCorrect() local
267 total = ret; in uffs_EccCorrect()
271 total += ret; in uffs_EccCorrect()
279 return total; in uffs_EccCorrect()
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/sys/
H A Dstatfs.h17 rt_size_t f_blocks; /* total data blocks in file system */
/nrf52832-nimble/rt-thread/src/
H A Dslab.c172 rt_int32_t z_nfree; /* total free chunks / ualloc space in zone */
908 void rt_memory_info(rt_uint32_t *total, in rt_memory_info() argument
912 if (total != RT_NULL) in rt_memory_info()
913 *total = heap_end - heap_start; in rt_memory_info()
927 rt_kprintf("total memory: %d\n", heap_end - heap_start); in list_mem()

12345678