HomeSort by relevance Sort by last modified time
    Searched refs:lls (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
loop.s 11 lls
  /external/toybox/lib/
linestack.c 5 void linestack_addstack(struct linestack **lls, struct linestack *throw,
8 struct linestack *catch = *lls;
17 *lls = xmalloc(sizeof(struct linestack)+catch->max*sizeof(struct ptr_len));
18 memcpy(*lls, catch, sizeof(struct linestack)+pos*sizeof(struct ptr_len));
23 memmove((*lls)->idx+pos+throw->len, catch->idx+pos,
27 if (catch != *lls) {
29 catch = *lls;
36 void linestack_insert(struct linestack **lls, long pos, char *line, long len)
49 linestack_addstack(lls, &ls.ls, pos);
52 void linestack_append(struct linestack **lls, char *line
    [all...]
lib.h 216 void linestack_addstack(struct linestack **lls, struct linestack *throw,
218 void linestack_insert(struct linestack **lls, long pos, char *line, long len);
219 void linestack_append(struct linestack **lls, char *line);
  /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...]
  /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/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 819 milliseconds