HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 126 - 150 of 521) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/zlib/examples/
gzjoin.c 271 /* Copy the compressed data from name, zeroing the last block bit of the last
273 boundary. If clr is false, then the last block becomes the last block of
282 int pos; /* where the "last block" bit is in byte */
283 int last; /* true if processing the last block */ local
308 /* inflate and copy compressed data, clear last-block bit if requested */
312 last = start[0] & 1;
313 if (last && clr
    [all...]
zran.c 143 off_t last; /* totout value of last access point */ local
162 totin = totout = last = 0;
207 access point after the last block by checking bit 6 of data_type
210 (totout == 0 || totout - last > span)) {
217 last = totout;
301 else if (offset != 0) { /* last skip */
  /external/zlib/
infback.c 257 code last; /* parent table entry */ local
271 state->last = 0;
280 /* Inflate until end of block marked as last */
285 if (state->last) {
291 state->last = BITS(1);
296 state->last ? " (last)" : ""));
302 state->last ? " (last)" : ""));
307 state->last ? " (last)" : ""))
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 69 int last, return_status; local
117 last = 1;/* 11/1/2000 let it slips undetected, just like
125 last = run_level.last;
131 last = 1;
162 while (!last);
395 int last, return_status; local
422 last = 1;/* 11/1/2000 let it slips undetected, just like
430 last = run_level.last;
520 int last, return_status; local
822 int last, return_status; local
1078 int last, return_status; local
    [all...]
  /libcore/luni/src/main/java/java/io/
SerializationHandleMap.java 77 int last = (index + length - 1) % length; local
78 while (index != last) {
  /libcore/luni/src/main/java/java/lang/
StringToReal.java 252 char last = s.charAt(length - 1); local
253 if (last == 'y' || last == 'N') {
293 char last = s.charAt(length - 1); local
294 if (last == 'y' || last == 'N') {
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 120 int last = name.lastIndexOf('.'); local
121 String p = last == -1 ? "" : name.substring(0, last);
  /libcore/luni/src/main/java/java/util/
MiniEnumSet.java 61 private E last; field in class:MiniEnumSet.MiniEnumSetIterator
73 last = enums[ordinal];
78 return last;
82 if (last == null) {
86 MiniEnumSet.this.remove(last);
87 last = null;
  /libcore/luni/src/main/java/java/util/jar/
InitManifest.java 107 // if the last line break is missed, the line
139 int last = pos; local
159 valueBuffer.write(buf, mark, last - mark);
170 last = pos;
173 valueBuffer.write(buf, mark, last - mark);
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 130 char *last = find(pstr, pstr + str_size, 'x'); local
131 CPPUNIT_ASSERT( last == pstr + str_size );
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 130 char *last = find(pstr, pstr + str_size, 'x'); local
131 CPPUNIT_ASSERT( last == pstr + str_size );
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp 38 PyramidShort *curr, *last; local
41 for (last = (curr = img) + levels; curr < last; curr++) {
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
Doodle.java 63 PointF last = points.lastElement(); local
64 normalizedPath.quadTo(last.x, last.y, (last.x + point.x) / 2, (last.y + point.y) / 2);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
workstealing.h 64 /** @brief Last element.
67 _GLIBCXX_JOB_VOLATILE difference_type last; member in struct:__gnu_parallel::Job
69 /** @brief Number of elements, i. e. @c last-first+1.
179 // How many jobs per thread? last thread gets the rest.
183 my_job.last = (iam == (num_threads - 1)) ?
185 my_job.load = my_job.last - my_job.first + 1;
188 if (my_job.first <= my_job.last)
209 while (my_job.first <= my_job.last)
218 my_job.load = my_job.last - my_job.first + 1;
220 job_counter < chunk_size && current_job <= my_job.last;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 68 struct entry *last; member in struct:entry
  /bionic/libc/kernel/arch-sh/asm/
processor_64.h 29 unsigned long long last; member in struct:tlb_info
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 114 DalvInsn last = get(sz - 1); local
115 return last.getNextAddress();
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 115 DalvInsn last = get(sz - 1); local
116 return last.getNextAddress();
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 228 SsaBasicBlock last = wParentBucket.remove(lastItem); local
229 SsaBasicBlock U = eval(last);
231 < info[last.getIndex()].semidom) {
232 domInfos[last.getIndex()].idom = U.getIndex();
234 domInfos[last.getIndex()].idom = wInfo.parent.getIndex();
  /development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 357 size_t last = m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream); local
358 if (last > 0) {
360 readBuf.consume(last);
365 size_t last = m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream); local
366 if (last > 0) {
367 readBuf.consume(last);
373 size_t last = m_utDec.decode(readBuf.buf(), readBuf.validData(), m_stream); local
374 if (last > 0) {
375 readBuf.consume(last);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 111 public char last() { method in class:AttributedStringTest.testAttributedCharacterIterator
StringCharacterIteratorTest.java 249 * @tests java.text.StringCharacterIterator.last()
253 assertEquals('e', fixture.last());
255 assertEquals('e', fixture.last());
257 assertEquals('e', fixture.last());
260 assertEquals('e', fixture.last());
262 assertEquals('t', fixture.last());
384 assertEquals('x', fixture.last());
451 it1.last();
486 * @tests java.text.StringCharacterIterator#last()
491 assertEquals("Wrong last char", 'n', it1.last())
    [all...]
  /external/bluetooth/glib/gio/
gthemedicon.c 158 char *last; local
168 last = g_strdup (themed->names[0]);
173 themed->names[i++] = last;
175 while ((dashp = strrchr (last, '-')) != NULL)
176 themed->names[i++] = last = g_strndup (last, dashp - last);
  /external/bluetooth/glib/glib/
glist.c 120 GList *last; local
128 last = g_list_last (list);
129 /* g_assert (last != NULL); */
130 last->next = new_list;
131 new_list->prev = last;
157 * list = g_list_prepend (list, "last");
274 GList *last; local
276 last = list;
277 while (last->next)
278 last = last->next
479 GList *last; local
512 GList *last; local
    [all...]
gslist.c 115 GSList *last; local
123 last = g_slist_last (list);
124 /* g_assert (last != NULL); */
125 last->next = new_list;
148 * list = g_slist_prepend (list, "last");
251 GSList *node, *last = NULL; local
253 for (node = slist; node; last = node, node = last->next)
256 if (!last)
268 node->next = last->next
472 GSList *last; local
    [all...]

Completed in 578 milliseconds

1 2 3 4 56 7 8 91011>>