Home
last modified time | relevance | path

Searched refs:underflows (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/media/omap4iss/
DTODO2 * Fix FIFO/buffer overflows and underflows
/linux-4.1.27/Documentation/arm/VFP/
Drelease-notes.txt36 result underflows before rounding, but becomes a normalised number
/linux-4.1.27/net/ipv4/netfilter/
Darp_tables.c564 const unsigned int *underflows, in check_entry_size_and_hooks() argument
588 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
595 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
1219 const unsigned int *underflows, in check_compat_entry_size_and_hooks() argument
1270 if ((unsigned char *)e - base == underflows[h]) in check_compat_entry_size_and_hooks()
1271 newinfo->underflow[h] = underflows[h]; in check_compat_entry_size_and_hooks()
1327 unsigned int *underflows) in translate_compat_table() argument
1358 underflows, in translate_compat_table()
1384 i, underflows[i]); in translate_compat_table()
Dip_tables.c727 const unsigned int *underflows, in check_entry_size_and_hooks() argument
751 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
758 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
1483 const unsigned int *underflows, in check_compat_entry_size_and_hooks() argument
1544 if ((unsigned char *)e - base == underflows[h]) in check_compat_entry_size_and_hooks()
1545 newinfo->underflow[h] = underflows[h]; in check_compat_entry_size_and_hooks()
1649 unsigned int *underflows) in translate_compat_table() argument
1680 underflows, in translate_compat_table()
1706 i, underflows[i]); in translate_compat_table()
/linux-4.1.27/net/ipv6/netfilter/
Dip6_tables.c741 const unsigned int *underflows, in check_entry_size_and_hooks() argument
765 if ((unsigned char *)e - base == underflows[h]) { in check_entry_size_and_hooks()
772 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
1498 const unsigned int *underflows, in check_compat_entry_size_and_hooks() argument
1559 if ((unsigned char *)e - base == underflows[h]) in check_compat_entry_size_and_hooks()
1560 newinfo->underflow[h] = underflows[h]; in check_compat_entry_size_and_hooks()
1662 unsigned int *underflows) in translate_compat_table() argument
1693 underflows, in translate_compat_table()
1719 i, underflows[i]); in translate_compat_table()
/linux-4.1.27/Documentation/fb/
Dintel810.txt112 leeway for computational errors (over/underflows). Example: if
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt87 over/underflows and clamping issues of integer values in general. The usual
/linux-4.1.27/Documentation/
Dxillybus.txt278 control mechanisms exist on both sides to prevent underflows and overflows.
/linux-4.1.27/lib/
DKconfig.debug903 will detect preemption count underflows.