函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:do_test_s32

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

返回类型:int

参数:

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