函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\decompress_unxz.c Create Date:2022-07-27 07:14:24
Last Modify:2020-03-15 22:53:09 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:FIXME: Not all basic memory functions are provided in architecture-specific* files (yet). We define our own versions here for now, but this should be* only a temporary solution.* memeq and memzero are not used much and any remotely sane implementation

函数原型:static bool memeq(const void *a, const void *b, size_t size)

返回类型:bool

参数:

类型参数名称
const void *a
const void *b
size_tsize
179  x等于a
180  y等于b
183 i小于size循环如果x[i]不等于y[i]则
185  返回:false
187  返回:true
调用者
名称描述
dec_stream_headerDecode the Stream Header field (the first 12 bytes of the .xz Stream).
dec_stream_footerDecode the Stream Footer field (the last 12 bytes of the .xz Stream)
dec_main