Home
last modified time | relevance | path

Searched refs:underflow (Results 1 – 25 of 151) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/arch/parisc/math-emu/
H A Dsfadd.c319 goto underflow; in sgl_fadd()
333 result_exponent==0) goto underflow; in sgl_fadd()
348 goto underflow; in sgl_fadd()
356 goto underflow; in sgl_fadd()
363 if(result_exponent <= 0) goto underflow; in sgl_fadd()
402 underflow: in sgl_fadd()
H A Dsfsub.c322 goto underflow; in sgl_fsub()
336 result_exponent==0) goto underflow; in sgl_fsub()
351 goto underflow; in sgl_fsub()
359 goto underflow; in sgl_fsub()
366 if(result_exponent <= 0) goto underflow; in sgl_fsub()
405 underflow: in sgl_fsub()
H A Ddfadd.c324 goto underflow; in dbl_fadd()
338 result_exponent==0) goto underflow; in dbl_fadd()
353 goto underflow; in dbl_fadd()
361 goto underflow; in dbl_fadd()
368 if(result_exponent <= 0) goto underflow; in dbl_fadd()
407 underflow: in dbl_fadd()
H A Ddfsub.c327 goto underflow; in dbl_fsub()
341 result_exponent==0) goto underflow; in dbl_fsub()
356 goto underflow; in dbl_fsub()
364 goto underflow; in dbl_fsub()
371 if(result_exponent <= 0) goto underflow; in dbl_fsub()
410 underflow: in dbl_fsub()
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dwsm.c30 goto underflow; \
37 goto underflow; \
46 goto underflow; \
100 underflow: in wsm_generic_confirm()
156 underflow: in wsm_configuration_confirm()
233 underflow: in wsm_read_mib_confirm()
369 underflow: in wsm_tx_confirm()
400 underflow: in wsm_multi_tx_confirm()
420 underflow: in wsm_join_confirm()
855 underflow: in wsm_startup_indication()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Darp_tables.c247 private->underflow[hook]); in arpt_do_table()
489 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
535 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()
548 repl->underflow, in translate_table()
757 if (info->underflow[i] && in compat_calc_entry()
758 (e < (struct arpt_entry *)(base + info->underflow[i]))) in compat_calc_entry()
759 newinfo->underflow[i] -= off; in compat_calc_entry()
824 memcpy(info.underflow, private->underflow, in get_info()
825 sizeof(info.underflow)); in get_info()
1054 u32 underflow[NF_ARP_NUMHOOKS]; member
[all …]
H A Dip_tables.c323 private->underflow[hook]); in ipt_do_table()
626 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
676 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()
688 repl->underflow, in translate_table()
914 if (info->underflow[i] && in compat_calc_entry()
915 (e < (struct ipt_entry *)(base + info->underflow[i]))) in compat_calc_entry()
916 newinfo->underflow[i] -= off; in compat_calc_entry()
981 memcpy(info.underflow, private->underflow, in get_info()
982 sizeof(info.underflow)); in get_info()
1209 u32 underflow[NF_INET_NUMHOOKS]; member
[all …]
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c347 private->underflow[hook]); in ip6t_do_table()
645 newinfo->underflow[h] = underflows[h]; in check_entry_size_and_hooks()
694 newinfo->underflow[i] = 0xFFFFFFFF; in translate_table()
706 repl->underflow, in translate_table()
931 if (info->underflow[i] && in compat_calc_entry()
932 (e < (struct ip6t_entry *)(base + info->underflow[i]))) in compat_calc_entry()
933 newinfo->underflow[i] -= off; in compat_calc_entry()
998 memcpy(info.underflow, private->underflow, in get_info()
999 sizeof(info.underflow)); in get_info()
1226 u32 underflow[NF_INET_NUMHOOKS]; member
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/
H A DCVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch4 Subject: [PATCH] video/readers/jpeg: Block int underflow -> wild pointer write
15 On a 64-bit platform, if that turns out to be negative, it will underflow,
28 Catch the underflow and error out.
H A DCVE-2022-28733-net-ip-Do-IP-fragment-maths-safely.patch14 Catch the underflow here.
54 + grub_dprintf ("net", "IP reassembly size underflow\n");
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_arp/
H A Darp_tables.h145 unsigned int underflow[NF_ARP_NUMHOOKS]; member
173 unsigned int underflow[NF_ARP_NUMHOOKS]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_arp/
H A Darp_tables.h145 unsigned int underflow[NF_ARP_NUMHOOKS]; member
173 unsigned int underflow[NF_ARP_NUMHOOKS]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_arp/
H A Darp_tables.h147 unsigned int underflow[NF_ARP_NUMHOOKS]; member
175 unsigned int underflow[NF_ARP_NUMHOOKS]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h167 unsigned int underflow[NF_INET_NUMHOOKS]; member
195 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv4/
H A Dip_tables.h167 unsigned int underflow[NF_INET_NUMHOOKS]; member
195 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/kernel/Documentation/arm/vfp/
H A Drelease-notes.rst37 - the handling of underflow exceptions is slightly different. If a
39 after rounding, we do not signal an underflow exception.
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h169 unsigned int underflow[NF_INET_NUMHOOKS]; member
197 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h207 unsigned int underflow[NF_INET_NUMHOOKS]; member
235 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_ipv6/
H A Dip6_tables.h207 unsigned int underflow[NF_INET_NUMHOOKS]; member
235 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h209 unsigned int underflow[NF_INET_NUMHOOKS]; member
237 unsigned int underflow[NF_INET_NUMHOOKS]; member
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0016-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch5 input args against integer underflow/overflow
12 for overflow/underflow. Only obvious places (with non zero chance of
13 overflow/underflow) were refactored.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2022-3165.patch10 ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext
13 an integer underflow occurs in vnc_client_cut_text_ext. The result is
/OK3568_Linux_fs/kernel/sound/soc/cirrus/
H A DKconfig16 bool "IRQ based underflow watchdog workaround"
23 which disables and re-enables I2S in case of underflow and
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstreambuf96 virtual int_type underflow();
196 return underflow();
285 virtual int_type underflow();
434 basic_streambuf<_CharT, _Traits>::underflow()
443 if (underflow() == traits_type::eof())
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstreambuf96 virtual int_type underflow();
196 return underflow();
285 virtual int_type underflow();
434 basic_streambuf<_CharT, _Traits>::underflow()
443 if (underflow() == traits_type::eof())

1234567