OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chainlen
(Results
1 - 11
of
11
) sorted by null
/external/zlib/src/contrib/asm686/
match.S
129
/*
chainlen
is decremented once beforehand so that the function can */
216
* %edx = chainlenwmask - i.e., ((
chainlen
<< 16) | wmask)
236
/* Store the current value of
chainlen
. */
/external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S
228
//;;;
chainlen
is decremented once beforehand so that the function can
378
;;; edx = chainlenwmask - i.e., ((
chainlen
<< 16) | wmask)
410
//;;; Store the current value of
chainlen
.
/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
.
/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/amd64/
amd64-match.S
173
/*
chainlen
is decremented once beforehand so that the function can */
261
/* Store the current value of
chainlen
. */
/libcore/ojluni/src/main/java/sun/security/ssl/
HandshakeMessage.java
438
int
chainLen
= input.getInt24();
442
while (
chainLen
> 0) {
444
chainLen
-= (3 + cert.length);
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go
1076
ChainLen
int32
/prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go
1076
ChainLen
int32
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h
411
int
ChainLen
;
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
Completed in 431 milliseconds