函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_overflow.c Create Date:2022-07-27 07:28:06
Last Modify:2022-05-18 10:03:51 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_test_u16

函数原型:static int __attribute__((__section__(".init.text"))) __attribute__((__cold__))do_test_u16(const struct test_u16 *p)

返回类型:int

参数:

类型参数名称
const struct test_u16 *p
265  err等于0
265  循环
265  _of = ({
265  __a等于a
265  __b等于b
265  __d等于_r
265  __a恒等于__b
265  __a恒等于__d
265  })
265  如果_of不等于s_of
265  printk("\0014"KBUILD_MODNAME": expected %d + %d to%s overflow (type %s)\n", a, b, s_of ? "" : " not", "u16")
265  err等于1
265  如果_r不等于sum
265  printk("\0014"KBUILD_MODNAME": expected %d + %d == %d, got %d (type %s)\n", a, b, sum, _r, "u16")
265  err等于1
265  当0循环
265  循环
265  _of = ({
265  __a等于b
265  __b等于a
265  __d等于_r
265  __a恒等于__b
265  __a恒等于__d
265  })
265  如果_of不等于s_of
265  printk("\0014"KBUILD_MODNAME": expected %d + %d to%s overflow (type %s)\n", b, a, s_of ? "" : " not", "u16")
265  err等于1
265  如果_r不等于sum
265  printk("\0014"KBUILD_MODNAME": expected %d + %d == %d, got %d (type %s)\n", b, a, sum, _r, "u16")
265  err等于1
265  当0循环
265  循环
265  _of = ({
265  __a等于a
265  __b等于b
265  __d等于_r
265  __a恒等于__b
265  __a恒等于__d
265  })
265  如果_of不等于d_of
265  printk("\0014"KBUILD_MODNAME": expected %d - %d to%s overflow (type %s)\n", a, b, d_of ? "" : " not", "u16")
265  err等于1
265  如果_r不等于diff
265  printk("\0014"KBUILD_MODNAME": expected %d - %d == %d, got %d (type %s)\n", a, b, diff, _r, "u16")
265  err等于1
265  当0循环
265  循环
265  _of = ({
265  __a等于a
265  __b等于b
265  __d等于_r
265  __a恒等于__b
265  __a恒等于__d
265  })
265  如果_of不等于p_of
265  printk("\0014"KBUILD_MODNAME": expected %d * %d to%s overflow (type %s)\n", a, b, p_of ? "" : " not", "u16")
265  err等于1
265  如果_r不等于prod
265  printk("\0014"KBUILD_MODNAME": expected %d * %d == %d, got %d (type %s)\n", a, b, prod, _r, "u16")
265  err等于1
265  当0循环
265  循环
265  _of = ({
265  __a等于b
265  __b等于a
265  __d等于_r
265  __a恒等于__b
265  __a恒等于__d
265  })
265  如果_of不等于p_of
265  printk("\0014"KBUILD_MODNAME": expected %d * %d to%s overflow (type %s)\n", b, a, p_of ? "" : " not", "u16")
265  err等于1
265  如果_r不等于prod
265  printk("\0014"KBUILD_MODNAME": expected %d * %d == %d, got %d (type %s)\n", b, a, prod, _r, "u16")
265  err等于1
265  当0循环
265  返回:err
调用者
名称描述
test_u16_overflow