OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lls
(Results
1 - 5
of
5
) sorted by null
/external/opencv/cv/src/
cvdistransform.cpp
252
int*
lls
= (int*)(labels + i*lstep);
local
262
//assert(
lls
[j] != 0 );
273
l0 =
lls
[j-lstep*2-1];
279
l0 =
lls
[j-lstep*2+1];
285
l0 =
lls
[j-lstep-2];
291
l0 =
lls
[j-lstep-1];
297
l0 =
lls
[j-lstep];
303
l0 =
lls
[j-lstep+1];
309
l0 =
lls
[j-lstep+2];
315
l0 =
lls
[j-1]
329
int*
lls
= (int*)(labels + i*lstep);
local
[
all
...]
/external/opencv3/modules/imgproc/src/
distransform.cpp
260
int*
lls
= (int*)(labels + i*lstep);
local
270
//assert(
lls
[j] != 0 );
281
l0 =
lls
[j-lstep*2-1];
287
l0 =
lls
[j-lstep*2+1];
293
l0 =
lls
[j-lstep-2];
299
l0 =
lls
[j-lstep-1];
305
l0 =
lls
[j-lstep];
311
l0 =
lls
[j-lstep+1];
317
l0 =
lls
[j-lstep+2];
323
l0 =
lls
[j-1]
337
int*
lls
= (int*)(labels + i*lstep);
local
[
all
...]
/external/zopfli/src/zopfli/
deflate.c
317
unsigned
lls
= ZopfliGetLengthSymbol(litlen);
local
320
assert(ll_lengths[
lls
] > 0);
322
AddHuffmanBits(ll_symbols[
lls
], ll_lengths[
lls
], bp, out, outsize);
/libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java
64
LinkedList<String>
lls
= new LinkedList<String>();
local
65
lls
.add("1");
66
lls
.add("2");
67
lls
.add("3");
68
lls
.add("4");
69
lls
.add("");
70
LinkedList<String> ll =
lls
;
97
LinkedList<String>
lls
= new LinkedList<String>();
local
98
lls
.add("1");
99
lls
.add("2")
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
LinkedListTest.java
655
LinkedList<String>
lls
= new LinkedList<String>();
local
656
lls
.add("First");
657
lls
.add("Second");
660
lls
.toArray(argArray);
[
all
...]
Completed in 278 milliseconds