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

<<11121314151617181920>>

  /external/libpcap/
optimize.c 703 struct slist *next, *last; local
710 last = s;
726 last = next;
816 * it is defined by the last stmt of this sequence
817 * (i.e., the last statement of the sequence loads
841 if (last->s.code == (BPF_ALU|BPF_SUB|BPF_X)) {
854 last->s.code = NOP;
866 last->s.code = NOP;
877 else if (last->s.code == (BPF_ALU|BPF_SUB|BPF_K)) {
878 last->s.code = NOP
1171 struct stmt *last[N_ATOMS]; local
    [all...]
  /external/libpng/
pngrtran.c 4 * Last changed in libpng 1.2.45 [July 7, 2011]
4297 png_uint_32 last, max; local
    [all...]
  /external/libxml2/
nanohttp.c 147 int last; /* return code for last operation */ member in struct:xmlNanoHTTPCtxt
513 ctxt->last = -1;
539 ctxt->last = -1;
546 ctxt->last = recv(ctxt->fd, ctxt->inptr, XML_NANO_HTTP_CHUNK, 0);
547 if (ctxt->last > 0) {
548 ctxt->inptr += ctxt->last;
549 return(ctxt->last);
551 if (ctxt->last == 0) {
554 if (ctxt->last == -1)
690 const xmlChar *charset, *last, *mime; local
716 const xmlChar *charset, *last, *mime; local
    [all...]
xinclude.c 4 * World Wide Web Consortium W3C Last Call Working Draft 10 November 2003
838 xmlNodePtr cur, res, result = NULL, last = NULL; local
848 result = last = res;
850 last->next = res;
851 res->prev = last;
852 last = res;
904 xmlNodePtr list = NULL, last = NULL, listParent = NULL; local
932 * last is a pointer to the last node added to the output tree
933 * lastLevel is the depth of last (relative to the root
1116 xmlNodePtr list = NULL, last = NULL; local
    [all...]
xpointer.c 1433 xmlNodePtr list = NULL, last = NULL, parent = NULL, tmp; local
1603 xmlNodePtr list = NULL, last = NULL; local
    [all...]
  /external/mksh/src/
expr.c 818 unsigned short last; member in struct:cbset
871 if (c >= comb[0].first && c <= comb[max].last)
874 if (c > comb[mid].last)
histrap.c 78 const char *first = NULL, *last = NULL; local
122 else if (!last)
123 last = p;
153 if (last || *wp) {
172 if (!last && (last = *wp))
186 /* POSIX says not an error if first/last out of bounds
190 hfirst = hist_get(first, (lflag || last) ? true : false, lflag);
193 hlast = last ? hist_get(last, true, lflag)
459 int last = histptr - history; local
    [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 137 GCVtx stub, *nil = &stub, *first = nil, *last = nil; local
152 last = last->next = v;
162 last->next = nil;
193 last = last->next = u;
348 last = last->next = u;
  /external/openssl/crypto/x509/
x509_vfy.c 239 /* Examine last certificate in chain and see if it
315 /* Is last certificate looked up self signed? */
620 /* Ignore self issued certs unless last in chain */
657 /* For now just check the last certificate in the chain */
676 int i, last, ok; local
680 last = sk_X509_num(ctx->chain) - 1;
686 last = 0;
688 for(i = 0; i <= last; i++)
    [all...]
  /external/openssl/ssl/
ssl_ciph.c 850 CIPHER_ORDER *head, *tail, *curr, *curr2, *last; local
868 last = head;
873 last = tail;
879 if ((curr == NULL) || (curr == last)) break;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 4 * Last changed in libpng 1.2.19 August 18, 2007
4122 png_uint_32 last, max; local
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 118 HttpHeader* last; member in struct:__anon10129
124 l->first = l->last = NULL;
135 l->last = NULL;
145 l->last->next = h;
148 l->last = h;
273 if (r->headers->last) {
274 return http_header_append( r->headers->last, line );
797 /* the last chunk, no we need to add the trailer */
    [all...]
  /external/qemu/telephony/
sms.c 1393 int last; member in struct:SmsReceiverRec
    [all...]
  /external/strace/
strace.c 891 /* Set Run-on-Last-Close. */
914 /* just unset the PF_LINGER flag for the Run-on-Last-Close. */
1323 error. OTOH, if this was the last child in the pgrp, then
1661 static int last; local
    [all...]
  /external/v8/src/
parser.h 186 // a single element. The last element added is stored outside the backing list,
196 // be read using last() or removed using RemoveLast until a new Add or until
208 T* last() { function in class:v8::internal::BufferedZoneList
293 #define LAST(x) last_added_ = x;
295 #define LAST(x)
482 // All ParseXXX functions take as the last argument an *ok parameter
stub-cache.cc 113 JSObject* last = receiver; local
114 while (last->GetPrototype() != heap()->null_value()) {
115 last = JSObject::cast(last->GetPrototype());
116 if (last->IsGlobalObject()) cache_name = name;
126 compiler.CompileLoadNonexistent(cache_name, receiver, last);
    [all...]
  /external/valgrind/main/callgrind/
dump.c 262 Context* last; local
272 last = 0;
283 last = cxt->fn[i-1]->pure_cxt;
285 /* If the last context was the context to print, we are finished */
286 if ((last == cxt) && (rec_index == 0)) return;
332 * the <last> position, update <last>
335 static Bool print_fn_pos(int fd, FnPos* last, BBCC* bbcc)
345 if (last->rec_index != bbcc->rec_index) {
348 last->rec_index = bbcc->rec_index
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 1718 bool last = false; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 386 Segment* last = m_sentinel.prev(); local
387 last->setNext(segment);
388 segment->setPrev(last);
420 // Returns the last segment in the contour for iteration. Callers
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 209 if (poly.isEmpty() || poly.last() != p)
215 const PathPoint& startPoint = poly.last();
231 if (poly.isEmpty() || poly.last() != data.m_end)
333 const PathPoint* point1 = &last();
334 Vector<PathPoint>::const_iterator last = end(); local
337 for (Vector<PathPoint>::const_iterator i = begin(); i != last; ++i) {
371 j = last;
487 m_subpaths.last().append(m_currentPoint);
500 if (m_currentPoint != m_subpaths.last()[0]) {
502 m_subpaths.last().append(m_subpaths.last()[0])
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 218 RenderBoxModelObject* last = this; local
222 return last;
226 nextToLast = last;
227 last = curr;
231 if (!beforeChild && !last->firstChild())
233 return last;
262 beforeChild = 0; // We destroyed the last child, so now we need to update our insertion
    [all...]
RenderListMarker.cpp 339 // Process least-significant group first, but put it in the buffer last.
381 AbstractCJKChar last = noChar; local
385 if (a != digit0 || last != digit0)
387 last = a;
390 if (last == digit0)
    [all...]
RenderTableSection.cpp 100 RenderObject* last = beforeChild; local
101 if (!last)
102 last = lastChild();
103 if (last && last->isAnonymous()) {
104 if (beforeChild == last)
105 beforeChild = last->firstChild();
106 last->addChild(child, beforeChild);
112 RenderObject* lastBox = last;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
PictureSet.cpp 207 BucketPicture* last = bucket->end(); local
208 for (BucketPicture* current = first; current != last; current++) {
240 BucketPicture* last = bucket->end(); local
249 for (BucketPicture* current = first; current != last; current++) {
289 last = bucket->end();
292 if (last - first > MAX_ADDITIONAL_PICTURES) {
299 for (BucketPicture* current = first; current != last; current++) {
315 for (BucketPicture* current = first; current != last; current++) {
325 for (BucketPicture* current = first; current != last; current++) {
335 last = bucket->end()
458 Pictures* last = mPictures.end(); local
596 Pictures* last = mPictures.end(); local
676 BucketPicture* last = bucket->end(); local
686 Pictures* last = mPictures.end(); local
831 const Pictures* last = mPictures.end(); local
992 BucketPicture* last = sourceBucket->end(); local
1007 const Pictures* last = src.mPictures.end(); local
1097 const Pictures* last = mPictures.end(); local
    [all...]
  /external/webp/src/enc/
dsp.c 630 int last = -1; local
643 if (out[n]) last = n;
649 return (last >= 0);

Completed in 1777 milliseconds

<<11121314151617181920>>