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

<<11121314151617181920>>

  /external/libevent/
evbuffer-internal.h 81 /** The last chain in this buffer's linked list of chains. */
82 struct evbuffer_chain *last; member in struct:evbuffer
88 * The last_with_data chain is the last chain that has any data in it.
102 /** Number of bytes we have added to the buffer since we last tried to
105 /** Number of bytes we have removed from the buffer since we last
  /external/libmicrohttpd/src/microspdy/
session.c 531 + 4 // last good stream id as "subheader"
549 //put last good stream id to write buffer
1001 //if the buffer is not null, part of the last frame is still
1499 struct SPDYF_Response_Queue *last; local
    [all...]
  /external/libunwind/src/arm/
Gex_tables.c 391 unw_word_t last = di->u.rti.table_data + di->u.rti.table_len - 8; local
397 if (prel31_to_addr (as, arg, last, &val) < 0)
402 entry = last;
404 if (prel31_to_addr (as, arg, last, &pi->start_ip) < 0)
411 while (first < last - 8)
413 entry = first + (((last - first) / 8 + 1) >> 1) * 8;
419 last = entry;
  /external/libvorbis/lib/
envelope.c 14 last mod: $Id: envelope.c 16227 2009-07-08 06:58:46Z xiphmont $
224 int last=v->pcm_current/ve->searchstep-VE_WIN; local
228 if(last+VE_WIN+VE_POST>ve->storage){
229 ve->storage=last+VE_WIN+VE_POST; /* be sure */
233 for(j=first;j<last;j++){
259 ve->current=last*ve->searchstep;
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4;
348 long last=endW/ve->searchstep local
    [all...]
  /external/libvorbis/vq/
metrics.c 14 last mod: $Id: metrics.c 16037 2009-05-26 21:10:58Z xiphmont $
215 float last=base; local
217 amplitude=a[j*step]-(b->c->q_sequencep?last:0);
221 last=a[j*step];
vqgen.c 14 last mod: $Id: vqgen.c 16037 2009-05-26 21:10:58Z xiphmont $
178 float last=0.f; local
180 if(mindel>_now(v,j)[k]-last)mindel=_now(v,j)[k]-last;
181 if(maxdel<_now(v,j)[k]-last)maxdel=_now(v,j)[k]-last;
182 if(q->sequencep)last=_now(v,j)[k];
200 float last=0; local
203 float now=rint((val-last-mindel)/delta);
217 if(q->sequencep)last=(now*delta)+mindel+last
230 float last=0.f; local
    [all...]
  /external/llvm/bindings/python/llvm/
core.py 231 self.function = self.module.last
259 def last(self): member in class:Module
290 def last(self): member in class:Function
299 self.bb = function.last
346 def last(self): member in class:BasicBlock
376 self.inst = self.bb.last
  /external/llvm/lib/CodeGen/
InterferenceCache.h 35 SlotIndex Last;
71 /// Tag of the LIU last time we looked.
226 /// last - Return the ending index of the last interfering range in the
228 SlotIndex last() { function in class:llvm::InterferenceCache::Cursor
229 return Current->Last;
  /external/llvm/lib/Target/Hexagon/
BitTracker.h 242 uint16_t last() const { return E; } function in struct:llvm::BitTracker::BitMask
  /external/ltrace/
library.c 475 struct library_symbol *last; local
476 for (last = first; last != NULL; ) {
477 last->lib = lib;
478 if (last->next != NULL)
479 last = last->next;
484 assert(last->next == NULL);
485 last->next = lib->symbols;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 411 unsigned last = decl->Range.Last; local
414 for (idx = first; idx <= last; ++idx) {
419 LLVMValueRef array_size = lp_build_const_int32(gallivm, last + 1);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 73 struct rc_instruction * last = loop->EndLoop->Prev; local
74 struct rc_instruction * append_to = last;
78 for(ptr = first; ptr != last->Next; ptr = ptr->Next){
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c 183 _debug_printf("\t\t.rangeHint.last = %u\n", (*cmd).rangeHint.last);
1792 const uint8_t *last = next + size; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 260 /* The last instruction always needs to still be the last
266 schedule_node *last = (schedule_node *)instructions.get_tail(); local
267 add_barrier_deps(last);
brw_sf_emit.c 272 /* Temporaries, allocated after last vertex reg.
433 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear); local
483 last, /* eot */
484 last, /* writes complete */
517 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear); local
557 last, /* eot */
558 last, /* writes complete */
580 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear); local
647 last, /* eot */
648 last, /* writes complete *
676 bool last = calculate_masks(c, i, &pc, &pc_persp, &pc_linear); local
    [all...]
brw_vec4.cpp 120 int last = 0; local
126 swizzles[next_chan++] = last = i;
130 swizzles[next_chan] = last;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 383 int i, ret, last = get_last_level(t); local
395 for (i = t->BaseLevel; i <= last; i++) {
423 0, size, NULL, &ss[last].bo);
426 for (i = t->BaseLevel; i < last; i++)
427 nouveau_bo_ref(ss[last].bo, &ss[i].bo);
435 int i, last = get_last_level(t); local
438 !teximage_fits(t, last))
445 for (i = t->BaseLevel; i <= last; i++) {
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 159 GLuint last = count-2; local
165 for (j=start; j < last; j+=3 ) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
InsnList.java 63 * The last instruction in this list. May be <tt>null</tt>.
65 private AbstractInsnNode last; field in class:InsnList
93 * Returns the last instruction in this list.
95 * @return the last instruction in this list, or <tt>null</tt> if the list
99 return last;
230 last = insn;
264 if (last == null) {
266 last = insn;
268 last.next = insn;
269 insn.prev = last;
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 360 static CvModuleInfo* last; member in struct:CvModule
372 static CvTypeInfo* last; member in struct:CvType
  /external/opencv3/3rdparty/libwebp/mux/
muxread.c 83 const uint8_t* const last = bytes + size; local
110 while (bytes != last) {
189 if (riff_size < size) { // Redundant data after last chunk.
  /external/opencv3/3rdparty/zlib/
inflate.c 46 * - Unroll last copy for window match in inflate_fast()
116 state->last = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
374 advantage, since only the last 32K of output is copied to the sliding window
589 When there is a window, goto inf_leave will update the window with the last
619 code last; /* parent table entry */ local
829 if (state->last) {
835 state->last = BITS(1);
840 state->last ? " (last)" : ""))
    [all...]
  /external/opencv3/modules/imgproc/src/
gcgraph.hpp 156 Vtx stub, *nilNode = &stub, *first = nilNode, *last = nilNode; local
171 last = last->next = v;
180 last->next = nilNode;
212 last = last->next = u;
365 last = last->next = u;
  /external/pdfium/core/src/fdrm/crypto/
fx_crypt.cpp 227 FX_DWORD last, padn; local
231 last = (ctx->total[0] >> 3) & 0x3F;
232 padn = (last < 56) ? (56 - last) : (120 - last);
  /external/pdfium/third_party/zlib_v128/
inflate.c 46 * - Unroll last copy for window match in inflate_fast()
116 state->last = 0;
366 Update the window with the last wsize (normally 32K) bytes written before
374 advantage, since only the last 32K of output is copied to the sliding window
589 When there is a window, goto inf_leave will update the window with the last
619 code last; /* parent table entry */ local
829 if (state->last) {
835 state->last = BITS(1);
840 state->last ? " (last)" : ""))
    [all...]

Completed in 488 milliseconds

<<11121314151617181920>>