OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chainlen
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/src/
android.c
1050
unsigned int hash, buckets, entries,
chainlen
, longestchain;
local
1057
chainlen
= 0;
1059
chainlen
++;
1064
entries +=
chainlen
;
1065
if (longestchain <
chainlen
)
1066
longestchain =
chainlen
;
[
all
...]
/external/zlib/src/contrib/masmx64/
gvmat64.asm
246
;;;
chainlen
is decremented once beforehand so that the function can
377
;;; edx = chainlenwmask - i.e., ((
chainlen
<< 16) | wmask)
400
;;; Store the current value of
chainlen
.
/external/zlib/src/contrib/masmx86/
match686.asm
232
;;;
chainlen
is decremented once beforehand so that the function can
319
;;; edx = chainlenwmask - i.e., ((
chainlen
<< 16) | wmask)
339
;;; Store the current value of
chainlen
.
Completed in 86 milliseconds