Searched defs:last (Results 201 - 225 of 895) sorted by relevance

1234567891011>>

/external/libvorbis/lib/
H A Dfloor0.c14 last mod: $Id: floor0.c 16227 2009-07-08 06:58:46Z xiphmont $
171 float last=0.f; local
181 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
182 last=lsp[j-1];
/external/libxml2/include/libxml/
H A Dentities.h43 struct _xmlNode *last; /* Last child link */ member in struct:_xmlEntity
/external/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp97 unsigned last = Depth - 1; local
98 while ((last > 0) && ((*this)[last] == 0))
99 last--;
101 for (unsigned i = 0; i <= last; i++) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c345 struct resource_ref *ref, **last = &scene->resources; local
351 last = &ref->next;
369 assert(*last == NULL);
370 *last = lp_scene_alloc(scene, sizeof *ref);
371 if (*last == NULL)
374 ref = *last;
/external/mesa3d/src/glsl/
H A Dopt_dead_code_local.cpp278 ir_instruction *last,
305 if (ir == last)
277 dead_code_local_basic_block(ir_instruction *first, ir_instruction *last, void *data) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs_emit.c159 * If \c last is true, then this is the last vertex, so no further URB space
162 * If \c last is false, then a new URB entry will be allocated, and its handle
168 bool last)
171 bool allocate = !last;
387 * the last provoking vertex convention.
524 /* Only emit vertex 2 in PRIM_END mode if this is the last triangle
166 brw_gs_emit_vue(struct brw_gs_compile *c, struct brw_reg vert, bool last) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_pixeltransfer.c251 /* Modify last instruction's dst reg to write to result.color */
253 struct prog_instruction *last = &inst[ic - 1]; local
254 last->DstReg.File = PROGRAM_OUTPUT;
255 last->DstReg.Index = FRAG_RESULT_COLOR;
/external/oprofile/daemon/
H A Dopd_trans.h44 struct sfile * last; member in struct:transient
67 trans->last = trans->current;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftbbox.c39 FT_Vector last; member in struct:TBBox_Rec_
53 /* in `user->last'; no further computations are necessary since we */
69 user->last = *to;
173 BBox_Conic_Check( user->last.x,
180 BBox_Conic_Check( user->last.y,
186 user->last = *to;
377 /* always compare first and last points */
529 BBox_Cubic_Check( user->last.x,
538 BBox_Cubic_Check( user->last.y,
545 user->last
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h33 // particular object is kept on a circular linked list. When the last pointer
36 // Used properly, this deletes the object when the last reference goes away.
119 // last member of the circle. Once this is done, you can join() another.
178 bool last = link_.depart(); local
179 assert(last);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c77 } last; local
85 if ( (src_w == last.src_w) &&
86 (dst_w == last.dst_w) && (bpp == last.bpp) ) {
87 return(last.status);
89 last.bpp = bpp;
90 last.src_w = src_w;
91 last.dst_w = dst_w;
92 last.status = -1;
148 last
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c266 code last; /* parent table entry */ local
280 state->last = 0;
289 /* Inflate until end of block marked as last */
294 if (state->last) {
300 state->last = BITS(1);
305 state->last ? " (last)" : ""));
311 state->last ? " (last)" : ""));
316 state->last
[all...]
/external/regex-re2/util/
H A Dbenchmark.cc96 int n, last; local
106 last = n;
112 n = max(last+1, min(n+n/2, 100*last));
/external/skia/src/animator/
H A DSkDisplayTypes.cpp18 SkDisplayable** last = fDependents.end(); local
19 for (SkDisplayable** depPtr = fDependents.begin(); depPtr < last; depPtr++) {
/external/skia/src/gpu/
H A DGrOrderedSet.h59 * Gets the last valid iterator. This is always valid, even on an empty.
61 * @return an iterator that is just beyond the last item in sorted order.
66 * @return an iterator that to the last item in sorted order, or end() if
69 Iter last();
129 typename GrOrderedSet<T,C>::Iter GrOrderedSet<T,C>::last() { function in class:GrOrderedSet
130 return Iter(fRBTree.last());
/external/skia/src/pathops/
H A DSkDCubicToQuads.cpp176 int last = inflections - 1; local
177 for (int idx = 0; idx < last; ++idx) {
181 part = subDivide(inflectT[last], 1);
182 addTs(part, precision, inflectT[last], 1, ts);
H A DSkPathOpsSimplify.cpp79 SkOpSpan* last = current->markAndChaseDoneUnary(index, endIndex); local
80 if (last && !last->fChased && !last->fLoop) {
81 last->fChased = true;
82 SkASSERT(!SkPathOpsDebug::ChaseContains(chase, last));
83 // assert that last isn't already in array
84 *chase.append() = last;
87 last->fOther->span(last
[all...]
/external/skia/src/pdf/
H A DSkPDFCatalog.cpp112 int last = fCatalog.count() - 1; local
114 // int last = fCatalog.count() - fFirstPageCount - 1;
117 // last = fCatalog.count() - 1;
123 stream->writeDecAsText(last - first + 1);
130 for (int i = first; i <= last; i++) {
/external/smack/src/org/xbill/DNS/
H A DMaster.java20 private Record last = null; field in class:Master
148 else if (last != null)
149 currentTTL = last.getTTL();
301 if (last == null)
303 name = last.getName();
359 if (last != null && name.equals(last.getName())) {
360 name = last.getName();
365 last = Record.fromString(name, currentType, currentDClass,
368 long ttl = ((SOARecord)last)
[all...]
/external/smali/util/src/main/java/org/jf/util/
H A DArraySortedSet.java161 public T last() { method in class:ArraySortedSet
/external/srec/srec/include/
H A Dcomp_stats.h66 CS_TIME last; member in struct:CS_CLOCK_t
/external/stlport/src/
H A Dnum_put.cpp27 // We assume, without checking, that *last is null and that there is enough
28 // space in the buffer to extend the number past [first, last).
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, argument
36 if (first == last)
47 Char* cur_group = last; // Points immediately beyond the rightmost
63 ++last;
64 copy_backward(cur_group, last, last + 1);
68 return (last - first) + sign + basechars;
135 __insert_grouping(char * first, char * last, cons argument
149 __insert_grouping(wchar_t* first, wchar_t* last, const string& grouping, wchar_t separator, wchar_t Plus, wchar_t Minus, int basechars) argument
[all...]
/external/stlport/test/unit/
H A Dfind_test.cpp130 char *last = find(pstr, pstr + str_size, 'x'); local
131 CPPUNIT_ASSERT( last == pstr + str_size );
/external/vixl/test/
H A Dcctest.h45 static Cctest* last() { return last_; } function in class:vixl::Cctest
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-ccm.c66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)

Completed in 326 milliseconds

1234567891011>>