Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\btree.c Create Date:2022-07-28 06:53:36
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:longcmp

Proto:static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n)

Type:int

Parameter:

TypeParameterName
const unsigned long *l1
const unsigned long *l2
size_tn
107  When i < n cycle
108  If l1[i] < l2[i] Then Return -1
110  If l1[i] > l2[i] Then Return 1
113  Return 0
Caller
NameDescribe
keycmp