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

1 2 3 4 5 6 78 91011>>

  /external/tremolo/Tremolo/
floor0.c 253 /* the last coefficient */
414 ogg_int32_t last=0; local
419 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
420 last=lsp[j-1];
  /external/v8/src/
data-flow.h 269 int last = dense_.RemoveLast(); local
271 dense_[dense_index] = last;
272 sparse_[last] = dense_index;
  /external/v8/test/cctest/
cctest.h 61 static CcTest* last() { return last_; } function in class:CcTest
  /external/v8/tools/oom_dump/
oom_dump.cc 142 const u_int64_t last = memory_region->GetBase() + memory_region->GetSize(); local
145 for (u_int64_t addr = esp; addr < last; addr += 4) {
148 if (value >= esp && value < last) {
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 321 Word first, last; local
361 found = VG_(lookupXA)( ents, &key, &first, &last );
362 //found = VG_(lookupXA_UNBOXED)( ents, cuOff_to_find, &first, &last,
368 vg_assert(first == last);
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 234 Thread* last = m_registeredThreads; local
238 last->next = t->next;
241 last = t;
MarkStack.h 154 inline T& last() function in struct:JSC::MarkStack::MarkStackArray
  /external/webkit/Source/JavaScriptCore/wtf/
SegmentedVector.h 133 T& last() function in class:WTF::SegmentedVector
155 return last();
  /external/webkit/Source/WebCore/editing/
VisibleSelection.cpp 283 // Edge case: If the caret is after the last word in a soft-wrapped line or the last word in
284 // the document, select that last word (LeftWordIfOnBoundary).
285 // Edge case: If the caret is after the last word in a paragraph, select from the the end of the
286 // last word to the line break (also RightWordIfOnBoundary);
306 // The paragraph break after the last paragraph in the last cell of a block table ends
356 // The paragraph break after the last paragraph in the last cell of a block table ends
360 // There is no parargraph break after the last paragraph in the last cell of an inline table
486 VisiblePosition last = lastEditablePositionBeforePositionInRoot(m_end, baseRoot); local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLineBoxList.cpp 104 InlineFlowBox* last = box; local
107 last = curr;
109 m_lastLineBox = last;
176 // We can check the first box and last box and avoid painting/hit testing if we don't
179 // if some line in the middle has a huge overflow, it might actually extend below the last line.
231 // based off positions of our first line box or our last line box.
300 // based off positions of our first line box or our last line box.
  /external/webkit/Source/WebKit/android/nav/
CachedNode.cpp 283 WebCore::IntRect* last = first + mCursorRing.size(); local
285 while (++first != last)
  /external/wpa_supplicant/
driver_madwifi.c 76 int last = IEEE80211_IOCTL_KICKMAC; local
112 int last = IEEE80211_IOCTL_CHANLIST;
132 if (first <= op && op <= last &&
  /external/wpa_supplicant/wpa_gui/
wpagui.ui.h 311 bool last = false; local
314 last = true;
347 if (last)
410 bool last = false; local
413 last = true;
445 if (last)
605 /* Update last message with truncated version of the event */
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 354 bool last = false; local
357 last = true;
390 if (last)
453 bool last = false; local
456 last = true;
490 if (last)
652 /* Update last message with truncated version of the event */
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_madwifi.c 86 int last = IEEE80211_IOCTL_KICKMAC; local
122 int last = IEEE80211_IOCTL_CHANLIST;
142 if (first <= op && op <= last &&
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server_read.c 273 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
416 if (last == NULL)
419 last->next = cert;
420 last = cert;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui.h 311 bool last = false; local
314 last = true;
347 if (last)
408 bool last = false; local
411 last = true;
443 if (last)
603 /* Update last message with truncated version of the event */
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 273 struct x509_certificate *chain = NULL, *last = NULL, *cert; local
416 if (last == NULL)
419 last->next = cert;
420 last = cert;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
wpagui.ui.h 311 bool last = false; local
314 last = true;
347 if (last)
408 bool last = false; local
411 last = true;
443 if (last)
603 /* Update last message with truncated version of the event */
  /external/yaffs2/yaffs2/
devextras.h 167 struct list_head *last = list->prev; local
173 last->next = at;
174 at->prev = last;
  /external/zlib/contrib/infback9/
infback9.c 230 int lastblock; /* true if processing last block */
246 code last; /* parent table entry */ local
274 /* Inflate until end of block marked as last */
290 lastblock ? " (last)" : ""));
299 lastblock ? " (last)" : ""));
304 lastblock ? " (last)" : ""));
477 last = here;
479 here = lencode[last.val +
480 (BITS(last.bits + last.op) >> last.bits)]
    [all...]
  /external/zlib/contrib/inflate86/
inffast.S 42 * have less latency than MMX ops. Added code to buffer the last 11 bytes of
51 * structure offsets which are hard coded in this file. This was last tested
181 #define last 20 /* unsigned char* */ define
244 * last = in + strm->avail_in - 11;
255 movl %edx, last(%esp)
320 movl last(%esp), %ecx
322 ja .L_align_long /* if in < last */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
426 /* while (in < last && out < end
    [all...]
  /external/zlib/examples/
gun.c 46 encountered in an input file, it is the last stream in that file.
155 last = have ? (have--, (int)(*next++)) : -1)
202 int last; /* last byte read by NEXT(), or -1 if EOF */ local
211 unsigned end; /* last valid entry in prefix/suffix tables */
214 unsigned final; /* last character written for previous code */
226 if (last == -1)
250 final = prev = (unsigned)last; /* low 8 bits of code */
253 if (last & 1) { /* code must be < 256 */
257 rem = (unsigned)last >> 1; /* remaining 7 bits *
384 int ret, first, last; local
    [all...]
gzappend.c 52 block boundary to facilitate locating and modifying the last block bit at
55 number of unusued bits in the last input byte used. gzappend will not work
59 the last 32K of uncompressed data, and noting the location of the last block
60 bit and the number of unused bits in the last byte of the compressed data.
64 Then the last block bit is cleared by seeking back in the file and rewriting
65 the byte that contains it. Seeking forward, the last byte of the compressed
68 A deflate process is initialized, using the last 32K of the uncompressed
72 last bits from the original deflate stream. From here on, the data to
125 unsigned char *start, *last, *to, *from local
    [all...]
  /external/zlib/
inflate.c 46 * - Unroll last copy for window match in inflate_fast()
114 state->last = 0;
345 Update the window with the last wsize (normally 32K) bytes written before
353 advantage, since only the last 32K of output is copied to the sliding window
573 When there is a window, goto inf_leave will update the window with the last
603 code last; /* parent table entry */ local
813 if (state->last) {
819 state->last = BITS(1);
824 state->last ? " (last)" : ""))
    [all...]

Completed in 1377 milliseconds

1 2 3 4 5 6 78 91011>>