Home
last modified time | relevance | path

Searched full:calculated (Results 1 – 25 of 70) sorted by relevance

123

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dread.c52 …D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x,… in jffs2_read_dnode()
57 printk(KERN_WARNING "Node CRC %08x != calculated CRC %08x for node at %08x\n", in jffs2_read_dnode()
124 printk(KERN_WARNING "Data CRC %08x != calculated CRC %08x for node at %08x\n", in jffs2_read_dnode()
129 D2(printk(KERN_DEBUG "Data CRC matches calculated CRC %08x\n", crc)); in jffs2_read_dnode()
H A Dgc.c538 …printk(KERN_WARNING "Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%… in jffs2_garbage_collect_pristine()
547 …RN_WARNING "Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
555 …RN_WARNING "Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
565 …_WARNING "Node CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
573 …N_WARNING "Name CRC failed on REF_PRISTINE dirent ode at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_garbage_collect_pristine()
942 …2_garbage_collect_hole: Node at 0x%08x had CRC 0x%08x which doesn't match calculated CRC 0x%08x\n", in jffs2_garbage_collect_hole()
H A Dscan.c512 …raseblock(): Node at 0x%08x {0x%04x, 0x%04x, 0x%08x) has invalid CRC 0x%08x (calculated 0x%08x)\n", in jffs2_scan_eraseblock()
725 …N_NOTICE "jffs2_scan_inode_node(): CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_scan_inode_node()
779 …CE "jffs2_scan_dirent_node(): Node CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_scan_dirent_node()
797 …CE "jffs2_scan_dirent_node(): Name CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_scan_dirent_node()
H A Ddebug.c170 JFFS2_ERROR("Calculated used size %#08x != stored used size %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock()
176 JFFS2_ERROR("Calculated unchecked size %#08x != stored unchecked size %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock()
184 JFFS2_ERROR("Calculated dirty+wasted size %#08x != stored dirty + wasted size %#08x\n", in __jffs2_dbg_acct_paranoia_check_nolock()
/nrf52832-nimble/rt-thread/src/
H A Dclock.c110 * @return the calculated tick
121 /* return the calculated tick */ in rt_tick_from_millisecond()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dinet_chksum.c302 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
335 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
371 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
448 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
482 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
518 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
564 * @param p pbuf chain over that the checksum should be calculated
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dinet_chksum.c302 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
335 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
371 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
448 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
482 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
518 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
564 * @param p pbuf chain over that the checksum should be calculated
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dinet_chksum.c264 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
324 * @param p chain of pbufs over that a checksum should be calculated (ip data part)
405 * @param p pbuf chain over that the checksum should be calculated
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml56 This can be used to check if wfr is calculated properly.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_ecc.c178 * \param[in] test_ecc 3 bytes ECC calculated from data
245 * \param[in] test_ecc ECC calculated from data
329 * \param[in] test_ecc ecc calculated from data
/nrf52832-nimble/rt-thread/components/utilities/zmodem/
H A Dcrc.h5 /* crctab calculated by Mark G. Mendel, Network Systems Corporation */
72 /* do it this way? Because the calculated CRC must be transmitted in */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dpbuf.h104 can be calculated from struct pbuf).
120 the first payload byte can be calculated from struct pbuf).
H A Ddef.h102 /* These macros should be calculated by the preprocessor and are used
/nrf52832-nimble/rt-thread/components/net/uip/
H A Duip-1.0-changelog.txt93 o UDP: checksums are now calculated after all fields have been
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_mem.h64 //!< calculated by UFFS according to the layout information.
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dmtdnand.h43 * @ecccalc: buffer pointer for calculated ECC, size is oobsize.
/nrf52832-nimble/rt-thread/components/net/sal_socket/include/
H A Dsal_ipaddr.h26 /* These macros should be calculated by the preprocessor and are used
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A DChangelog.txt63 - BUG (ALL): eMBFuncReadDiscreteInputs calculated the number of discrete
69 the registers addresses where calculated wrong.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dconfdata.c428 /* check that calculated value agrees with saved value */ in conf_read()
1093 /* clear VALID to get value calculated */ in randomize_choice_values()
1097 /* clear VALID to get value calculated */ in randomize_choice_values()
1119 /* clear VALID to get value calculated */ in set_all_choice_values()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dicmp6.c283 * received right now. Otherwise, address zones would be lost and the calculated
284 * offset would be wrong (calculated against ip6_current_header()).
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dpbuf.h148 can be calculated from struct pbuf).
164 the first payload byte can be calculated from struct pbuf).
H A Ddef.h105 /* These macros should be calculated by the preprocessor and are used
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Ddef.h105 /* These macros should be calculated by the preprocessor and are used
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_sched.h34 * appropriate IFS time between them). This number is calculated using the
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/cdl/
H A Dcompress_zlib.cdl165 calculated { "tests/zlib1 tests/zlib2" }

123