/Linux-v4.19/arch/parisc/math-emu/ |
D | sfadd.c | 332 goto underflow; in sgl_fadd() 346 result_exponent==0) goto underflow; in sgl_fadd() 361 goto underflow; in sgl_fadd() 369 goto underflow; in sgl_fadd() 376 if(result_exponent <= 0) goto underflow; in sgl_fadd() 415 underflow: in sgl_fadd()
|
D | sfsub.c | 335 goto underflow; in sgl_fsub() 349 result_exponent==0) goto underflow; in sgl_fsub() 364 goto underflow; in sgl_fsub() 372 goto underflow; in sgl_fsub() 379 if(result_exponent <= 0) goto underflow; in sgl_fsub() 418 underflow: in sgl_fsub()
|
D | dfadd.c | 337 goto underflow; in dbl_fadd() 351 result_exponent==0) goto underflow; in dbl_fadd() 366 goto underflow; in dbl_fadd() 374 goto underflow; in dbl_fadd() 381 if(result_exponent <= 0) goto underflow; in dbl_fadd() 420 underflow: in dbl_fadd()
|
D | dfsub.c | 340 goto underflow; in dbl_fsub() 354 result_exponent==0) goto underflow; in dbl_fsub() 369 goto underflow; in dbl_fsub() 377 goto underflow; in dbl_fsub() 384 if(result_exponent <= 0) goto underflow; in dbl_fsub() 423 underflow: in dbl_fsub()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | arp_tables.c | 246 private->underflow[hook]); in arpt_do_table() 486 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 529 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 542 repl->underflow, in translate_table() 751 if (info->underflow[i] && in compat_calc_entry() 752 (e < (struct arpt_entry *)(base + info->underflow[i]))) in compat_calc_entry() 753 newinfo->underflow[i] -= off; in compat_calc_entry() 819 memcpy(info.underflow, private->underflow, in get_info() 820 sizeof(info.underflow)); in get_info() 1051 u32 underflow[NF_ARP_NUMHOOKS]; member [all …]
|
D | ip_tables.c | 326 private->underflow[hook]); in ipt_do_table() 629 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 679 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 691 repl->underflow, in translate_table() 917 if (info->underflow[i] && in compat_calc_entry() 918 (e < (struct ipt_entry *)(base + info->underflow[i]))) in compat_calc_entry() 919 newinfo->underflow[i] -= off; in compat_calc_entry() 985 memcpy(info.underflow, private->underflow, in get_info() 986 sizeof(info.underflow)); in get_info() 1214 u32 underflow[NF_INET_NUMHOOKS]; member [all …]
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | wsm.c | 33 goto underflow; \ 40 goto underflow; \ 49 goto underflow; \ 103 underflow: in wsm_generic_confirm() 159 underflow: in wsm_configuration_confirm() 236 underflow: in wsm_read_mib_confirm() 372 underflow: in wsm_tx_confirm() 403 underflow: in wsm_multi_tx_confirm() 423 underflow: in wsm_join_confirm() 858 underflow: in wsm_startup_indication() [all …]
|
/Linux-v4.19/include/uapi/linux/netfilter_arp/ |
D | arp_tables.h | 147 unsigned int underflow[NF_ARP_NUMHOOKS]; member 175 unsigned int underflow[NF_ARP_NUMHOOKS]; member
|
/Linux-v4.19/Documentation/arm/VFP/ |
D | release-notes.txt | 35 - the handling of underflow exceptions is slightly different. If a 37 after rounding, we do not signal an underflow exception.
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | ip6_tables.c | 349 private->underflow[hook]); in ip6t_do_table() 647 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks() 696 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table() 708 repl->underflow, in translate_table() 933 if (info->underflow[i] && in compat_calc_entry() 934 (e < (struct ip6t_entry *)(base + info->underflow[i]))) in compat_calc_entry() 935 newinfo->underflow[i] -= off; in compat_calc_entry() 1001 memcpy(info.underflow, private->underflow, in get_info() 1002 sizeof(info.underflow)); in get_info() 1230 u32 underflow[NF_INET_NUMHOOKS]; member [all …]
|
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/ |
D | ip_tables.h | 169 unsigned int underflow[NF_INET_NUMHOOKS]; member 197 unsigned int underflow[NF_INET_NUMHOOKS]; member
|
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/ |
D | ip6_tables.h | 209 unsigned int underflow[NF_INET_NUMHOOKS]; member 237 unsigned int underflow[NF_INET_NUMHOOKS]; member
|
/Linux-v4.19/sound/soc/cirrus/ |
D | Kconfig | 15 bool "IRQ based underflow watchdog workaround" 22 which disables and re-enables I2S in case of underflow and
|
/Linux-v4.19/include/scsi/ |
D | scsi_eh.h | 37 unsigned underflow; member
|
/Linux-v4.19/net/netfilter/ |
D | xt_repldata.h | 42 tbl->repl.underflow[hooknum] = bytes; \
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | x_unfl.S | 4 | fpsp_unfl --- FPSP handler for underflow exception 55 | If underflow exceptions are not enabled, check for inexact 140 | unf_res --- underflow result calculation
|
D | fpsp.h | 65 | instruction that generates (say) an underflow. Alternatively, 233 .set unfl_bit,3 | underflow 240 .set aunfl_bit,5 | accrued underflow 262 .set aunfl_mask,0x00000020 | accrued underflow
|
D | scale.S | 6 | the source operand is (>= 2^14) an overflow or underflow 163 | underflow and force zero if true. If not, try to shift the
|
D | util.S | 356 beql unf_e1_exc |branch to e1 underflow 482 | UNF_SUB --- underflow result calculation 530 tstb LOCAL_SGN(%a0) |if negative underflow 541 tstb LOCAL_SGN(%a0) |if negative underflow
|
/Linux-v4.19/arch/arm/vfp/ |
D | vfpdouble.c | 73 int exponent, shift, underflow; in vfp_double_normaliseround() local 112 underflow = exponent < 0; in vfp_double_normaliseround() 113 if (underflow) { in vfp_double_normaliseround() 122 underflow = 0; in vfp_double_normaliseround() 184 underflow = 0; in vfp_double_normaliseround() 185 if (underflow) in vfp_double_normaliseround()
|
D | vfpsingle.c | 76 int exponent, shift, underflow; in __vfp_single_normaliseround() local 117 underflow = exponent < 0; in __vfp_single_normaliseround() 118 if (underflow) { in __vfp_single_normaliseround() 127 underflow = 0; in __vfp_single_normaliseround() 189 underflow = 0; in __vfp_single_normaliseround() 190 if (underflow) in __vfp_single_normaliseround()
|
/Linux-v4.19/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 964 # underflow exception. Since this is incorrect, we need to check 966 # no underflow was called for. We do these checks only in 1390 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur? 1722 # underflow can happen for extended precision. extended precision opclass 1968 btst &unfl_bit,FPSR_EXCEPT(%a6) # did disabled underflow occur? 4205 # or underflow that was disabled, then we have to force an overflow or 4206 # underflow frame. the eventual overflow or underflow handler will see that 4235 # insert an underflow frame 5309 # here, the operation may underflow iff the precision is sgl or dbl. 6971 # extended-precision numbers whose square over/underflow # [all …]
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | fskeleton.S | 89 | This is the exit point for the 060FPSP when an enabled underflow exception 91 | for enabled underflow conditions. The exception stack frame is an underflow
|
/Linux-v4.19/drivers/scsi/aacraid/ |
D | aachba.c | 3558 < scsicmd->underflow) in aac_srb_callback() 3955 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg() 3957 byte_count, scsicmd->underflow); in aac_build_sg() 4001 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sg64() 4003 byte_count, scsicmd->underflow); in aac_build_sg64() 4049 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw() 4051 byte_count, scsicmd->underflow); in aac_build_sgraw() 4130 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sgraw2() 4132 byte_count, scsicmd->underflow); in aac_build_sgraw2() 4234 if (scsicmd->underflow && (byte_count < scsicmd->underflow)) { in aac_build_sghba() [all …]
|
/Linux-v4.19/drivers/s390/scsi/ |
D | zfcp_fc.h | 290 if (scsi_bufflen(scsi) - resid < scsi->underflow && in zfcp_fc_eval_fcp_rsp()
|